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

前端 未结 27 2527
孤街浪徒
孤街浪徒 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:30

    thank you everyone I tried running mongo it was not running finally I found there was no space in my hard disc I emptied some of the space and finally re installed it the same installation procedure as followed to install as given in mongodb docs finally restarted the server and it is running.

    https://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu

提交回复
热议问题