Skip to content

Instantly share code, notes, and snippets.

@mateothegreat
Last active October 6, 2018 02:13
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 mateothegreat/0985dc33d90a40930aca7ee25fd79eb5 to your computer and use it in GitHub Desktop.
Save mateothegreat/0985dc33d90a40930aca7ee25fd79eb5 to your computer and use it in GitHub Desktop.
db.createUser({
user: "admin" ,
pwd: "password",
roles: ["userAdminAnyDatabase", "dbAdminAnyDatabase", "readWriteAnyDatabase"]
})
db.dropUser("username")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment