美文网首页
2003 Can't connect to MySQL serv

2003 Can't connect to MySQL serv

作者: jojo1313 | 来源:发表于2019-03-08 11:06 被阅读0次

2003 Can't connect to MySQL server on xx [Errno 10061]
1.检查mysqld启动正常;
2.检查授权grant all privileGes on . to 'root'@'%' identified by 'xxx' WITH GRANT OPTION;
3.修改my.conf配置文件,注释#bind-address=127.0.0.1,restart mysql ,修复此问题.

image.png

相关文章

网友评论

      本文标题:2003 Can't connect to MySQL serv

      本文链接:https://www.haomeiwen.com/subject/zrolpqtx.html