Error Message: MongoError: bad auth Authentication failed through URI string

前端 未结 15 1879
终归单人心
终归单人心 2020-12-29 02:36

I\'m trying to connect to my mongoDB server via the connection string given to me by mongo:

"mongodb+srv://david:p         


        
15条回答
  •  自闭症患者
    2020-12-29 03:06

    I think you're confused with the mongodb account password and user password. You should use user password, not account password. That was the reason of my case.

提交回复
热议问题