MongoDB: Can't connect to new replica set master

前端 未结 5 1627
南旧
南旧 2021-01-14 06:54

Trying to set up MongoDB for my Node.JS application. I running this command:

mongo \"mongodb+srv://cluster0-gjc2u.mongodb.net/test\"  --username 

        
5条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-14 07:28

    Create a simple password which doesn't have any special characters, it only includes alphabets and numbers.

    I wasn't able to access but changing password worked for me.

提交回复
热议问题