报错
2013-Lost connection to MySQL server at'reading initial communication packet,system error:0"Internal error/check(Not system error)"
解决:
1.修改my.cnf(/etc/my.cnf,根据自己系统查找)
vim /etc/my.cnf
2. 在下面添加一行(禁止掉DNS的查询)
[mysqld] skip-name-resolve
3.保存退出
wq
4.重启数据库(根据自己系统用重启命令)
servce mysqld restart