Skip to content

Instantly share code, notes, and snippets.

@mahamuniraviraj
Created October 23, 2017 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahamuniraviraj/2a81de7161cde8f2165d37e8d76c2bb8 to your computer and use it in GitHub Desktop.
Save mahamuniraviraj/2a81de7161cde8f2165d37e8d76c2bb8 to your computer and use it in GitHub Desktop.
MongoDb Atlas Cluster Connection
mongo "mongodb://cluster0-shard-00-00-ygicr.mongodb.net:27017,cluster0-shard-00-01-ygicr.mongodb.net:27017,cluster0-shard-00-02-ygicr.mongodb.net:27017/test?replicaSet=Cluster0-shard-0" --authenticationDatabase admin --ssl --username mahamuniraviraj --password <PASSWORD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment