use mysql;
update user set host = ‘%‘ where user = ‘root‘;
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
原文地址:https://www.cnblogs.com/8386blogs/p/8454190.html
时间: 2024-11-05 13:40:29
use mysql;
update user set host = ‘%‘ where user = ‘root‘;
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
原文地址:https://www.cnblogs.com/8386blogs/p/8454190.html