Cannot authenticate into mongo, “auth fails”

前端 未结 12 1271
无人及你
无人及你 2020-11-30 21:40

I\'ve created an admin user for mongo using these directions:

http://docs.mongodb.org/manual/tutorial/add-user-administrator/

From the mongo client it looks

12条回答
  •  感动是毒
    2020-11-30 22:24

    This is kind of a specific case, but in case anyone gets here with my problem:

    In MongoHQ, it'll show you a field called "password", but it's actually just the hash of the password. You'll have to add a new user and store the password elsewhere (because MongoHQ won't show it to you).

提交回复
热议问题