use mysql; insert into user (host, user, password) values('%', 'root', password('密码'))
FLUSH PRIVILEGES;