0

I have installed Mongo 4.4 on Ubuntu 20. Im trying to create an admin user. But everytime I run the createUser command I get the following error. enter image description here

How can I overcome this? Thank you!

acG
  • 97
  • 2
  • 6

1 Answers1

0

call: db.auth("your username", "your password")

dododo
  • 3,872
  • 1
  • 14
  • 37