设置超级用户 建立一个超级用户需要有何创建用户管理员一样的权限。 use admin db.createUser( { user: "superuser", pwd: "12345678", roles: [ "root" ] } )