mongodb 使用 MongoDB Compass 创建账号,角色

use order
'switched to db order'
db.createUser({user:'admin',pwd:'123456',roles:[{role:'dbAdmin',db:'order'}]})

  

posted @ 2024-04-02 22:36  BloggerSb  阅读(85)  评论(0编辑  收藏  举报