Cannot authenticate into mongo, “auth fails”

前端 未结 12 1263
无人及你
无人及你 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:23

    You can also try this :-

    mongo localhost:27017/admin -u admin -p SECRETPASSWORD
    

    Found it in this post

    Here obviously the localhost can be some other host and the /admin can be some other database on which authentication has been applied

提交回复
热议问题