New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connect directly to a database #16
Comments
It should already work just like that. Are you seeing otherwise? |
Tried it earlier today and it didn't work. Will check again tomorrow. |
Checked again and I get an error label next to the server name. The name is also not clickable. Tried it as admin user and as normal user with access to just that database. |
Same for me, not working on mongolab.com account with per-database authentication |
@RealJTG Are you using |
Ruby version is returning an error: localhost - - [13/Sep/2012:23:38:34 BRT] "GET /check-status HTTP/1.1" 200 13 |
Yup. This definitely doesn't work in either PHP or Ruby implementation. Tagging it as a feature request for v2.1 :) |
A Ruby backend fix for this issue has been added to the |
I just added db authentication support to the PHP backend as well, and fixed a couple of edge case bugs along the way. I'm closing this issue, as the feature is now fully implemented in There is an outstanding feature request to work around |
ro-ka commentedJul 6, 2012
It would be great to connect directly to a database (In case I have permission to just that database and I am not an admin for the whole mongo installation).
Could look like this in the "Add server" dialog:
user:pass@host:port/database
(This syntax is similar to http://www.mongodb.org/display/DOCS/Connections)
The text was updated successfully, but these errors were encountered: