1select host from user where user='root';
2update user set host = '%' where user ='root';3flush privileges;