Skip to content

Instantly share code, notes, and snippets.

@lelandcope
Last active August 29, 2015 14:24
Show Gist options
  • Save lelandcope/74ca06ac6cad89ce28b3 to your computer and use it in GitHub Desktop.
Save lelandcope/74ca06ac6cad89ce28b3 to your computer and use it in GitHub Desktop.
Connect Mongo Shell to MongoDB Replica Set
mongo --host replicaSetName/host1[:porthost1],host2[:porthost1],host3[:porthost3] databaseToConnect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment