Job for mongod.service failed because the control process exited with error code. See "systemctl status mongod.service" and "journalctl -xe" for details
时间:2020-02-06 16:04:33
收藏:0
阅读:1060
我这边centos安装mongodb启动报错,有mongo版本,是因为删除了配置文件“/etc/mongod.conf”
解决办法:把 /etc/mongod.conf_bak复制到 /etc/mongod.conf
cp /etc/mongod.conf_bak /etc/mongod.conf
原文:https://www.cnblogs.com/2186009311CFF/p/12268913.html
评论(0)