host 'xx' is not allowed to connect to this MySql server

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

FLUSH PRIVILEGES;

select * from mysql.user;

原文地址:https://www.cnblogs.com/jjSmileEveryDay/p/9532036.html