Stop: Unknown instance mongodb (Ubuntu)

前端 未结 5 2171
慢半拍i
慢半拍i 2020-12-14 16:06

I am new to Mongodb. When I run the following command:

sudo service mongodb start

It shows me \"mongodb start/running, process 3566

5条回答
  •  遥遥无期
    2020-12-14 16:52

    I fixed it by myself. Below is what I did:

     apt-get install mongodb
    

    And overwrote .conf file. After that everything works fine. I hope this would help someone.

提交回复
热议问题