sql >> Database >  >> NoSQL >> MongoDB

hoe op te lossen:'MongoError:authenticatie mislukt' @MongoDB Atlas

U moet uw user en password in uw verbinding uri string

 mongodb://***'your user':' here comes password '***@mongo-cluster-shard-00-00-ixqtu.mongodb.net:27017,mongo-cluster-shard-00-01-ixqtu.mongodb.net:27017,mongo-cluster-shard-00-02-ixqtu.mongodb.net:27017/test?ssl=true&replicaSet=mongo-cluster-shard-0&authSource=admin&retryWrites=true

bijv.

 mongodb://dbuser:[email protected]:27017,mongo-cluster-shard-00-01-ixqtu.mongodb.net:27017,mongo-cluster-shard-00-02-ixqtu.mongodb.net:27017/test?ssl=true&replicaSet=mongo-cluster-shard-0&authSource=admin&retryWrites=true


  1. Hoe moet ik een array in redis opslaan?

  2. Het is niet mogelijk om een ​​mongodb-document te vergrendelen. Wat als ik dat nodig heb?

  3. Garandeert MongoDB-journaling duurzaamheid?

  4. Applicatiefout na implementatie van de Meteor 1.0-app op heroku