ERROR 2003 (HY000): Can’t connect to MySQL server (111)
Please check your listenning ports with : netstat -nat |grep :3306 If it show tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN Thats is ok for your remote connection. But in this case i think you have tcp 0 192.168.1.3:3306 0.0.0.0:* LISTEN Thats is ok for your remote connection. You should also check your firewall (iptables if … Read more