Last active
August 8, 2016 16:15
-
-
Save tkc/9a0c6600b4db3d0d02b10d51a234db41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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