Can't connect to MySQL server error 111

it probably means that your MySQL server is only listening the localhost interface.

If you have lines like this :

skip-networking
bind-address =127.0.0.1

In your my.cnf configuration file, you should comment them (add a # at the beginning of the lines), and restart MySQL.

Of course, to do this, you must be the administrator of the server.

posted on 2013-04-16 18:39  Harveyaot  阅读(199)  评论(0编辑  收藏  举报

导航