mongodb添加账号密码
Posted 一直到最后
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongodb添加账号密码相关的知识,希望对你有一定的参考价值。
原文作者: xingguang
原文链接:https://www.tiance.club/post/2802551252.html
添加账号密码
use admin
db.createUser({user:"root",pwd:"",roles:["root"]})
use test
db.createUser({user:‘root‘,pwd:‘root‘,roles:[‘readWrite‘]})
原文作者: xingguang
原文链接:https://www.tiance.club/post/2802551252.html
以上是关于mongodb添加账号密码的主要内容,如果未能解决你的问题,请参考以下文章