sql >> Database teknologi >  >> NoSQL >> MongoDB

hvordan rettes:'MongoError:autentificering mislykkes' @MongoDB Atlas

Du skal angive din user og password i din forbindelses uri-streng

 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

f.eks.

 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. pymongo - hvordan matcher man ved opslag?

  2. Sådan opdateres _id-feltet i et mongodb-dokument

  3. Kan ikke deserialisere streng fra BsonType ObjectId i MongoDb C#

  4. hvordan kan jeg finde tekstsøgning i et array i mongodb