User Management Commands用户管理命令

Note注意

For details on specific commands, including syntax and examples, click on the specific command to go to its reference page.有关特定命令的详细信息,包括语法和示例,请单击特定命令以转到其参考页。

Name名称Description描述
createUserCreates a new user.创建新用户。
dropAllUsersFromDatabaseDeletes all users associated with a database.删除与数据库关联的所有用户。
dropUserRemoves a single user.删除单个用户。
grantRolesToUserGrants a role and its privileges to a user.向用户授予角色及其权限。
revokeRolesFromUserRemoves a role from a user.从用户中删除角色。
updateUserUpdates a user's data.更新用户的数据。
usersInfoReturns information about the specified users.返回有关指定用户的信息。
←  logoutcreateUser →