mysql->use mysql
mysql->update user set host = ‘%’ where user =‘root’;
mysql->grant all privileges on . to ‘root’@’%’ with grant option;
mysql->flush privileges;
mysql->exit;
mysql->use mysql
mysql->update user set host = ‘%’ where user =‘root’;
mysql->grant all privileges on . to ‘root’@’%’ with grant option;
mysql->flush privileges;
mysql->exit;