mongodb service is not starting up

前端 未结 21 679
野的像风
野的像风 2020-12-02 05:16

I\'ve installed the mongodb 2.0.3, using the mongodb-10gen debian package. Everything went well, except the service which is installed by default is not starting up when com

21条回答
  •  -上瘾入骨i
    2020-12-02 05:45

    On my ubuntu server, just run:

    sudo rm /var/lib/mongodb/mongod.lock
    mongod --repair
    sudo service mongodb start
    

提交回复
热议问题