码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2018-11-06 17:43:40      阅读:267      评论:0      收藏:0      [点我收藏+]

标签:配置   img   connect   位置   mysq   文件   upd   文档   roo   

如果网上各种文档告诉你去配置/etc/my.cnf,你没找到的话,不防试试我这个,文件的位置在:

技术分享图片

去里面找找看

技术分享图片

注释掉bind-address

然后重置下密码:

use mysql

update user set authentication_string=password(‘wxhcj1314520‘),plugin=‘mysql_native_password‘ where user=‘root‘;

然后刷新一下:

flush privileges;

 

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

标签:配置   img   connect   位置   mysq   文件   upd   文档   roo   

原文地址:https://www.cnblogs.com/SATinnovation/p/9916332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!