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'