null, message from server: “Host ‘xxx‘ is not allowed to connect to this MySQL server“
简介:
远程连接mysql,提示:
null, message from server: “Host ‘xxx’ is not allowed to connect to this MySQL server”
软件版本:
执行命令:
1、use mysql;
2、select user,host from user;
3、update user set host =’%’ where user =’root’;
4、flush privileges;
还没有评论,来说两句吧...