mongo重启命令

1.mongo  查看mongo连接情况,连接失败会打印failed connect什么的
2.ps -ef|grep mongo   查看mongo进程数 第二列就是进程id
3.kill -9   id   杀死进程   grep mongo 结尾不用kill
4.cd /usr/local/yunshipei/enterplorer/mongodb/      进入到mongo的目录下
5. ./bin/mongod -f /usr/local/yunshipei/enterplorer/mongodb/etc/mongodb.conf --fork   执行启动mongo的计划,注意改成自己的目录

你可能感兴趣的:(Linux)