Details
-
Question
-
Resolution: Done
-
Major - P3
-
None
-
3.0.3
-
None
-
None
Description
Here, I create a user, which name is "PMDBadmin", in "PMDB" database utilize the windows CMD shell. And I can use the connect string "mongodb://PMDBadmin:password@127.0.0.1:27017/PMDB" login the database with the mongoose successfully.
But I cannot login the "PMDB" database with MongoVUE and RoboMongo, there are something wrong in my operation?
I use mongo-express and find the "PMDBadmin" is in the system.users of admin database, not in PMDB database. I sure I create this user under "PMDB" database.
The question is strange, please help me.