Answer the question
In order to leave comments, you need to log in
Why can't I connect to the database using the login:pass of the created user?
Created a user with the command
db.createUser({
... user: "enduser",
... pwd: "12345",
... roles: [
... { role: "readWrite", db: "local-base" }
... ]
... })
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question