Skip to content

Instantly share code, notes, and snippets.

@erangaeb
Created March 31, 2016 15:47
Show Gist options
  • Save erangaeb/fd917c6429ce43ff261f9382a8dac724 to your computer and use it in GitHub Desktop.
Save erangaeb/fd917c6429ce43ff261f9382a8dac724 to your computer and use it in GitHub Desktop.
Connect to mongodb
# command
mongo --port <port> --host <host ip>
# example
mongo --port 27017 --host 10.0.3.36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment