LoginSignup
6
7

More than 5 years have passed since last update.

mongodbにユーザーを追加する

Last updated at Posted at 2013-07-11
$ mongo
$ use DB名
$ db.addUser('ユーザ名','パスワード')

system.usersというコレクションが作られ管理ユーザーが追加される

6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7