Mongodb service won't start

后端 未结 12 1090
臣服心动
臣服心动 2020-12-15 03:32

I am not sure why, and the service was working fine just yesterday, all of a sudden I can not get MongoDB to start up.

[root@purr ~]# service mongod start
St         


        
12条回答
  •  一向
    一向 (楼主)
    2020-12-15 03:56

    When I ran mongod.exe from Windows Terminal I got a message Unrecognized option: mp. There was an empty mp: in the end of mongod.cfg. Removing that solved the problem for me.

提交回复
热议问题