select host from user where user='root';

upadte user set host='%' where user='root';

flush privileges;