update mysql.user set host = '%' where user = 'root';mysql
FLUSH PRIVILEGES;sql
select * from mysql.user;date