解决MySQL Error (2013):waiting for initial communication packet

it2022-05-05  168

【错误日志】:SQL Error (2013): Lost connection to MySQL server at 'waiting for initial communication packet', system error: 0 【错误过程】:有开发人员反馈,使用Navicat for MySQL连接MySQL数据库,出现上述错误。mysql修改过IP地址。 【解决办法】:修改My.cnf文件,配置选项添加skip-name-resolve参数,如下: [mysqld] ..... skip-name-resolve ......

最新回复(0)