create user test identified by ‘password’;password 你要创建的用户对应的密码
grant all on database.* to test; database 指要授权的数据库