首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

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

2012-07-28 
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'

热点排行