Skip to content

Instantly share code, notes, and snippets.

@igorsokolov
Created April 7, 2016 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igorsokolov/01cb7fa08521354c5ffbbe6f6d04aba3 to your computer and use it in GitHub Desktop.
Save igorsokolov/01cb7fa08521354c5ffbbe6f6d04aba3 to your computer and use it in GitHub Desktop.
db.createUser(
{
user: "<username>",
pwd: "<password>",
roles: [ { "role" : "readWrite", "db" : "<database_name>" } ]
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment