Skip to content

Instantly share code, notes, and snippets.

@lin
Created December 4, 2014 18:45
Show Gist options
  • Select an option

  • Save lin/d79a2db1d53f55d58b5a to your computer and use it in GitHub Desktop.

Select an option

Save lin/d79a2db1d53f55d58b5a to your computer and use it in GitHub Desktop.
db.createUser(
{
user: "username",
pwd: "password",
roles:
[
{
role: "dbOwner",
db: "dbname"
}
]
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment