Lost connection to MySQL server at ‘reading initial communication packet', system error: 0 mysql远程连接问题

在用Navicat for MySQL远程连接mysql的时候,出现了

Lost connection to MySQL server at ‘reading initial communication packet', system error: 0

好恶心,服务器重启了一次,就一上午都是在处理mysql的各种问题。

第一步:找到:my.cnf文件

其实我也不知道在哪里,用指令帮我们找吧。

find / -name my.cnf

Lost connection to MySQL server at ‘reading initial communication packet', system error: 0  mysql远程连接问题

找到了后。

第二步:vi my.cnf

vi my.cnf

在mysqld下添加skip-name-resolve

Lost connection to MySQL server at ‘reading initial communication packet', system error: 0  mysql远程连接问题

保存。

问题解决,可以连上了。

上一篇:javascript实现责任链设计模式


下一篇:MySQL错误日志显示(Got an error reading communication packets)的问题