Mongodb not working on Ubuntu 16.04

前端 未结 11 927
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-28 15:51

I installed mongodb following this tutorial here, no errors during the installation but when I try to start the mongod server using this command sudo systemctl start m

11条回答
  •  [愿得一人]
    2020-12-28 16:31

    I was getting the similar error, in my case mongo couldn't use 27017. I needed to stop whatever was using 27017 port and restart mongo.

提交回复
热议问题