mysql> create database dogDB; mysql> CREATE USER \'dog\'@\'%\' IDENTIFIED BY \'123456\'; mysql> grant all on dogDB.* to \'dog\'@\'%\' identified by \'123456\'; 相关文章: