我之前的解决办法,希望能帮到i你!
解决方案:
use mysql
1. select host,user from user;(确保有host为localhost,用户为root的记录)
2. grant all privileges on *.* to 'root'@'localhost' identified by '123456' with grant option;
3. flush privileges;
vi /etc/my.cnf 这个文件,在[mysqld]下加入skip-name-resolve就行了。
看设置是正确的,请进一步提供错误信息,或者查看Mysql日志
看看是不是iptables在其防护作用
失败是报密码错误还是说不允许网络层面的连接?
IPTables服务是什么状态