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;

posted on 2018-08-24 21:15  风景1573  阅读(143)  评论(0编辑  收藏  举报