Docs 菜单
Docs 主页
/
MongoDB Manual
/ / /

db.removeUser()

在此页面上

  • 定义
  • 兼容性

自版本2.6起已弃用: 使用 db.dropUser()代替db.removeUser()

db.removeUser(username)

从数据库中删除指定的用户名。

db.removeUser() 方法具有以下参数:

Parameter
类型
说明
username
字符串
数据库用户名。

此方法可用于以下环境中托管的部署:

重要

  • MongoDB Enterprise:基于订阅、自我管理的 MongoDB 版本

  • MongoDB Community:源代码可用、免费使用且可自行管理的 MongoDB 版本

后退

db.grantRolesToUser

在此页面上