解决MySQL Error (2013): Lost connection to MySQL server at waiting for initial communication packet
时间:2016-06-24 12:54:35
收藏:0
阅读:1130
【错误内容】:SQL Error (2013): Lost connection to MySQL server at ‘waiting for initial communication packet‘, system error: 0
【错产生经过】:链接MySQL时出现.
【解决办法】:打开my.ini,找到[mysqld]项,在其后加入一句:skip-name-resolve,保存,重启mysql服务即可~
原文:http://blog.csdn.net/abandonship/article/details/51751055
评论(0)