mysql连接不上 mysqlfront连接不上的真正原因

来源:互联网 发布:花生壳内网穿透80端口 编辑:程序博客网 时间:2024/05/16 18:30

Step 1

先看看root是不是可以远程连接,如果不行给予权限

grant all privileges on *.* to root@'%' identified by 'root' with grant option;

 

Step 2

如果还是连不上就改下面的

vim my.cnf

注释掉

#bind-address  = 127.0.0.1