show databases;
use mysql;
show tablse;
select user,host from user;
update user set host = '%' where user = 'root';
flush privileges;
标签:show,数据库,host,user,Mysql,远程
From: https://www.cnblogs.com/poteitoutou/p/18031197
show databases;
use mysql;
show tablse;
select user,host from user;
update user set host = '%' where user = 'root';
flush privileges;
标签:show,数据库,host,user,Mysql,远程
From: https://www.cnblogs.com/poteitoutou/p/18031197