UPDATE wp_blogoptions SET option_value ='http://192.168.1.108' WHERE option_name = 'home' OR option_name = 'siteurl';

update user set host='localhost'  where user='root';

select 'host','user' from user where user='root';

grant select,insert,update,delete on *.* to test1@"localhost" identified by "test";

grant all privileges on discuz.* to frank@"%" identified by 'frank';

insert into mysql.user (host, user, password) values ('localhost', 'root', password('123456'));