在服务端执行
mysql -u root -p
use mysql;
-
update user set host = '%' where user = 'root';
这一句执行完可能会报错,不用管它。 -
FLUSH PRIVILEGES;
完成
在服务端执行
mysql -u root -p
use mysql;
update user set host = '%' where user = 'root';
这一句执行完可能会报错,不用管它。FLUSH PRIVILEGES;
本文标题:连接远程阿里云数据库报错Host xxx is not allo
本文链接:https://www.haomeiwen.com/subject/ueawihtx.html
网友评论