Skip to content

Instantly share code, notes, and snippets.

@jgeek
Created March 25, 2022 10:55
Show Gist options
  • Save jgeek/67a756e684a0aa3438c22a74fd9d3345 to your computer and use it in GitHub Desktop.
Save jgeek/67a756e684a0aa3438c22a74fd9d3345 to your computer and use it in GitHub Desktop.
mongo commands
db.createUser(
{
user: "da",
pwd: "da@dp",
roles: [ { role: "root", db: "admin" } ]
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment