create user test identified by ‘password’;password 你要创建的用户对应的密码 grant all on database.* to test; database 指要授权的数据库 相关文章: 2022-01-11 2021-11-12 2021-11-06 2021-11-13 2021-10-04 2021-12-29 2021-12-02 2021-10-04