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 connecting to a secured database, adding the mongodb_options username and password isn't enough. The connection throws an error because it tries to connect to the admin database (which is the default mongodb database).
A temporary fix is adding /dbname after the mongodb_server option but this bundle should handle this automatically when connecting to the server.
When connecting to a secured database, adding the mongodb_options username and password isn't enough. The connection throws an error because it tries to connect to the admin database (which is the default mongodb database).
A temporary fix is adding /dbname after the mongodb_server option but this bundle should handle this automatically when connecting to the server.
More info here: http://stackoverflow.com/questions/12527017/cant-connect-to-a-mongodb-database-user-with-php
The text was updated successfully, but these errors were encountered: