MongoDB “root” user

前端 未结 6 1389
执笔经年
执笔经年 2020-12-22 19:02

Is there a super UNIX like \"root\" user for MongoDB? I\'ve been looking at http://docs.mongodb.org/manual/reference/user-privileges/ and have tried many combinations, but t

6条回答
  •  甜味超标
    2020-12-22 19:35

    "userAdmin is effectively the superuser role for a specific database. Users with userAdmin can grant themselves all privileges. However, userAdmin does not explicitly authorize a user for any privileges beyond user administration." from the link you posted

提交回复
热议问题