mysql> create database dogDB; mysql> CREATE USER \'dog\'@\'%\' IDENTIFIED BY \'123456\'; mysql> grant all on dogDB.* to \'dog\'@\'%\' identified by \'123456\'; 相关文章: 2021-07-16 2021-09-06 2021-11-22 2022-12-23 2022-12-23 2021-12-16 2022-12-23 2021-11-27