I am using version 2.4.4, followed the procedures at http://docs.webfaction.com/software/mongodb.html and am using Mongoid with Ruby on Rails. I also have created a user at the db I am using with the "userAdminAnyDatabase" permission and am using it with this rails mongoid config:
but I am still getting: "failed with error 16550: "not authorized for query on "Is there something I am missing? Perhaps a special user I need to create? asked 28 Jun '13, 21:51 Ygam Retuta |
Can you execute queries directly logged in as that user? answered 29 Jun '13, 17:07 johns yes. and I am perfectly positive it's the same user I use in my rails app config
(01 Jul '13, 03:05)
Ygam Retuta
|