1130, “Host ‘xxxx‘ is not allowed to connect to this MySQL server“

tech2022-11-01  119

解决方法:

1.修改mysql权限表

update user set host='%' where user='root';

2.直接在当前状态下重新远程连接ok

flush privileges

https://blog.csdn.net/zd147896325/article/details/82427107

最新回复(0)