Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused

前端 未结 27 2543
孤街浪徒
孤街浪徒 2020-12-12 15:06

while trying this mongo command in ubuntu I am getting this error.

    ritzysystem@ritzysystem-Satellite-L55-A:~$ mongo
    MongoDB shell version: 2.6.1
             


        
27条回答
  •  伪装坚强ぢ
    2020-12-12 15:34

    In my case the error was due to missing /data/db folder which the mongodb uses to store your data. Please type this command $sudo mongod in your terminal. If the error message is something like :

    missing data/db folder error

    Simply create the folder and you are good to go.

提交回复
热议问题