akyou56 发表于 2017-12-15 18:14:14

Mongodb增加权限管理

use testdb.createUser(  {
  user: "myTester",
  pwd: "xyz123",
  roles: [ { role: "readWrite", db: "test" },
  { role: "read", db: "reporting" } ]
  })
页: [1]
查看完整版本: Mongodb增加权限管理