Skip to content

Instantly share code, notes, and snippets.

@sonuame
Last active January 14, 2021 19:19
Show Gist options
  • Save sonuame/9d6a50182baa3ce7f45de8d1f23dd632 to your computer and use it in GitHub Desktop.
Save sonuame/9d6a50182baa3ce7f45de8d1f23dd632 to your computer and use it in GitHub Desktop.
use admin
db.createUser({ user :"sonuame", pwd :"xxx", roles :["root"]});
db.changePassword("sonuame", "xxxxxxx")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment