mysql 5.5 没法远程链接 root用户 host已经改为%

mysql 5.5 无法远程链接root用户 host已经改为%mysql 5.5 无法远程链接root用户 host已经改为%仍然还是报h

mysql 5.5 无法远程链接 root用户 host已经改为%
mysql 5.5 无法远程链接 root用户 host已经改为%


仍然还是报host '' is not alloweed to connect to ths MySQL server


求帮助

[解决办法]
本地登录后,贴一下你的内容。

select user,host from mysql.user
[解决办法]
grant all on *.* to root@'%' identified by 'yourpassword';


是这么设置的吗
[解决办法]
grant all privileges on *.* to 'root'@'%' identified by 'password'