use mysql;
update user set host = '%' where user = 'root';
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
use mysql;
update user set host = '%' where user = 'root';
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"