切换到admin
use admin
添加超级管理员
db.createUser({
user: 'root',
pwd: '123456',
roles: [{ role: 'root', db: 'admin' }],
})
切换到admin
use admin
添加超级管理员
db.createUser({
user: 'root',
pwd: '123456',
roles: [{ role: 'root', db: 'admin' }],
})