Do you why i can't log in with a connetion string like this:
mongodb://root:*****@localhost:27017/Database
But, i can log in with a one like this:
mongodb://root:*****@localhost:27017/
I had an "authentication failed"
Also, i can log in like that:
mongodb://root:*****@localhost:27017/admin
I don't know where i can looking for a solution.
Thank you for your help
I've tried with a database with a name in lowercase but nothing works.