null, message from server: “Host ‘xxx‘ is not allowed to connect to this MySQL server“

我不是女神ヾ 2023-09-26 18:04 305阅读 0赞

简介:

远程连接mysql,提示:

null, message from server: “Host ‘xxx’ is not allowed to connect to this MySQL server”

软件版本:

47a49006d9364d77a8c50ea506993a31.png

执行命令:

1、use mysql;

2、select user,host from user;

3、update user set host =’%’ where user =’root’;

4、flush privileges;

发表评论

表情:
评论列表 (有 0 条评论,305人围观)

还没有评论,来说两句吧...

相关阅读