select * from user \G
use mysql
select * from user limit 1 \G
update user set Host='%' where `User`='root' and `Host`='localhost';
select * from user limit 1 \G
flush privileges;
2022-11-13 11:04:51
select * from user \G
use mysql
select * from user limit 1 \G
update user set Host='%' where `User`='root' and `Host`='localhost';
select * from user limit 1 \G
flush privileges;