码迷,mamicode.com
首页 > 数据库 > 详细

数据库授权,创建用户等

时间:2017-03-21 11:09:51      阅读:314      评论:0      收藏:0      [点我收藏+]

标签:

mongod --auth --logpath "D:\Program Files (x86)\Web\mongodb\log\log.log" --logappend --dbpath "D:\Program Files (x86)\Web\mongodb\data\db" --directoryperdb --reinstall


db.createUser( { user: "maclean", pwd: "maclean", roles: [ { role: "__system", db: "admin" } ] } )


grant all privileges on *.* to joe@localhost identified by ’1’

数据库授权,创建用户等

标签:

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
qwert
加入时间:2017-03-21
  关注此人  发短消息
文章分类
qwert”关注的人------(0
qwert”的粉丝们------(0
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!