ERROR 2013 (HY000): Lost connection to MySQL server at 'waiting for initial communication packet', system error: 0

开始以为是远程TCP/IP  root只能在localhost访问 ,后来新建用户,改为%后还是无果。搜索资料,尝试修改my.cnf配置问题建后问题消失。

 

修改mysql配置文件

vi 
/etc/my.cnf

[mysqld]段加skip
-name-resolve
 
重启mysql
service mysqld restart  

完成后,再次尝试连接,问题解决。

相关文章: