Reply to thread

I do not know what is going on exactly, but basically the mysql database is unreachable.

 

On your server log, it is trying to read from a database on a server called aap.

 

On your client, it is trying to read from a database on a server called skynet.

 

It appears that your systems cannot resolve eachothers IP addresses by machine name.  You should give them static IP addresses and then edit the hosts file under C:\windows\system32\drivers\etc\hosts on each system so that it can hit all the other systems by name, then re-test.

 

Matt


Top Bottom