mongodb useradminanydatabase

... superuser access to a cluster. With admin scope a user with the userAdmin role can grant cluster-wide roles or privi...

mongodb useradminanydatabase

... superuser access to a cluster. With admin scope a user with the userAdmin role can grant cluster-wide roles or privileges including userAdminAnyDatabase . ,A user administrator with the userAdminAnyDatabase role, or userAdmin role in the specific databases, provides the required privileges to perform the ...

相關軟體 MongoDB 資訊

MongoDB
MongoDB 是一個免費且開放源碼的跨平檯面向文檔的數據庫程序。分類為 NoSQL 數據庫程序,MongoDB 使用類似 JSON 的文檔與模式。它為使用 MongoDB 包括數據庫開發人員和 DBA 的任何人提供了豐富的 GUI 工具。主要功能包括:全功能嵌入 MongoDB Shell,用戶友好的 Map-Reduce 操作編輯器,創建 / 刪除數據庫,管理集合及其索引的能力,用戶友好的 G... MongoDB 軟體介紹

mongodb useradminanydatabase 相關參考資料
A MongoDB "userAdminAnyDatabase" user cannot admin users in "any ...

It appears that you're attempting to allocate the userAdminAnyDatabase role on the mono database, not the the admin}} database.

https://stackoverflow.com

Built-In Roles — MongoDB Manual

... superuser access to a cluster. With admin scope a user with the userAdmin role can grant cluster-wide roles or privileges including userAdminAnyDatabase .

https://docs.mongodb.com

Manage Users and Roles — MongoDB Manual

A user administrator with the userAdminAnyDatabase role, or userAdmin role in the specific databases, provides the required privileges to perform the ...

https://docs.mongodb.com

mongodb - Mongo Create a user as admin for any database raise an ...

As per MongoDB BOL Enable Auth With access control enabled, ensure you have a user with userAdmin or userAdminAnyDatabase role in the admin database.

https://dba.stackexchange.com

mongoDB 3.0 安全权限访问控制| 不如

mongoDB 3.0 权限控制用户权限创建用户adduser auth 访问控制安全 ... 没有炒鸡无敌用户root,只有能管理用户的用户userAdminAnyDatabase。

http://ibruce.info

Mongodb 創建管理員帳號與普通帳號- IT閱讀 - ITREAD01.COM

readAnyDatabase 任何數據庫的只讀權限userAdminAnyDatabase 任何 ... mongo. 查看一下用戶表有沒有數據. db.system.users.find(). 查看用戶. > ...

https://www.itread01.com

MongoDB 用户角色授权与AUTH启用

userAdminAnyDatabase 对所有数据库拥有userAdmin角色,同时 ... http://docs.mongodb.org/manual/reference/built-in-roles/#__system.

http://www.askmaclean.com

MongoDB3.2 用户权限- 逃跑的肉丸的博客- CSDN博客

mongo>db. ... 、userAdminAnyDatabase、dbAdminAnyDatabase .6. ... userAdminAnyDatabase:只在admin数据库中可用,赋予用户所有数据库 ...

https://blog.csdn.net

[工作筆記]MongoDB user role設定筆記| Facebook

mongo>use admin; #需要先進入admin資料庫. mongo>db.createUser( user: "SuperUserName", pwd: "password", roles: [ role: "userAdminAnyDatabase", db: ...

https://www.facebook.com

關於MongoDB設定權限 - 安迪兒隨手貼

大家在使用MongoDB,裝完預設其實是沒設定權限的因為MongoDB預設 ... 庫readWriteAnyDatabase > 讀寫所有資料庫userAdminAnyDatabase ...

https://bowwow.tips