Mysql连接报错:1130-host ... is not allowed to connect to this MySql server如何处理

mac2022-06-30  24

修改user表中的Host:update user set Host='%' where User='root';

最后刷新一下:flush privileges;

转载于:https://www.cnblogs.com/c-x-a/p/9492050.html

最新回复(0)