相关疑难解决方法(0)

Mongodb无法启动

今天我更新了我的Mongo .. mongodb-stable(来自10gen repo)

但我的服务有所下降.以下命令不起作用

$ sudo service mongodb start
$ start: Unknown job: mongodb
Run Code Online (Sandbox Code Playgroud)

即使这个命令不起作用

$ sudo /etc/init.d/mongodb start
$ Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mongodb start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start mongodb
start: Unknown job: mongodb
Run Code Online (Sandbox Code Playgroud)

没有mongo进程在运行

$ ps -ef|grep mongo
$ user  9689  8121  0 13:01 pts/1    00:00:00 grep --color=auto …
Run Code Online (Sandbox Code Playgroud)

mongodb

18
推荐指数
2
解决办法
4万
查看次数

标签 统计

mongodb ×1