use mysql;
update user set host = ‘%‘ where user = ‘root‘;
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
标签:imp post his ant body server mysql serve nec
use mysql;
update user set host = ‘%‘ where user = ‘root‘;
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
标签:imp post his ant body server mysql serve nec
原文地址:https://www.cnblogs.com/8386blogs/p/8454190.html