CREATE USER 'mmog'@'%' IDENTIFIED WITH 'mysql_native_password' BY 'mmog'; grant all privileges on anhei_account.* to mmog@'%'; grant all privileges on anhei_game.* to mmog@'%'; grant all privileges on anhei_oss.* to mmog@'%'; flush privileges;