MongoDB Failing to Start - ***aborting after fassert() failure

前端 未结 6 2104

I am new to Ubuntu (Linux tbh). I encountered problem with starting MongoDB service. I want to created web app using Ruby on Rails and MongoDB but mongo seems to fail to sta

6条回答
  •  遥遥无期
    2020-12-01 18:48

    sudo mongod
    

    (suggested by @João Bortolosso)

    after (suggested by @fresz):

    sudo rm /tmp/mongodb-27017.sock
    

    worked on mac!

提交回复
热议问题