You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the password is not correct , I have this error :
Failed to connect to: localhost:27017: Authentication failed on
database 'mydb' with username 'sshuichi': auth failed; Failed to
connect to: localhost:27018: Authentication failed on database 'mydb'
with username 'sshuichi': auth failed; Failed to connect to:
localhost:27019: Authentication failed on database 'mydb' with
username 'sshuichi': auth failed
Please notice it's talking about mydb
When the password is correct, I have
not authorized on default to execute command
Why on earth is it talking about default this time ?
The text was updated successfully, but these errors were encountered:
If I'm not mistaken, db from connection is used for authentication, you can define database for your DocumentManager in its configuration and if absent, it fallbacks to default_database which defaults to default.
Hi !
This is my config :
When the password is not correct , I have this error :
Please notice it's talking about
mydb
When the password is correct, I have
Why on earth is it talking about default this time ?
The text was updated successfully, but these errors were encountered: