无法在 Ubuntu 16.04 上启动 mongod-“无法连接到 Upstart”

无法在 Ubuntu 16.04 上启动 mongod-“无法连接到 Upstart”

显示 systemctl 状态的屏幕截图

这是 mongod 服务的状态

Unable to connect to upstart: Failed to connect to socket /com/ubuntu/upstart:
 Connection refused

我该如何修复它?

答案1

在 Ubuntu 16.04 中使用 systemctl 启动 MongoDB。

sudo systemctl start mongod  

检查状态。

mongo

它应该出现在 mongo shell 中。

相关内容