mysql>use mysql;

mysql>update user set host =’%’ where user=’root’

mysql>select host,user from user;

mysql>exit 

相关文章: