Skip to content

Instantly share code, notes, and snippets.

@tkc
Last active August 8, 2016 16:15
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 tkc/9a0c6600b4db3d0d02b10d51a234db41 to your computer and use it in GitHub Desktop.
Save tkc/9a0c6600b4db3d0d02b10d51a234db41 to your computer and use it in GitHub Desktop.
## HOST側
netstat -ant | grep 27017
## 操作
sudo service mongodb stop
sudo service mongodb start
## Client 側
telnet *.*.*.* 27017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment