Mongo createUser command requires authentication

Viewed 27

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!

1 Answers

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

Related