couldn't connect to server 127.0.0.1 shell/mongo.js

前端 未结 13 2108
后悔当初
后悔当初 2020-11-29 19:07

when i setup mongodb in my ubuntu , i try : ./mongo it show this error :

 couldn\'t connect to server 127.0.0.1 shell/mongo.js

so what can

13条回答
  •  星月不相逢
    2020-11-29 19:18

    sudo rm /var/lib/mongodb/mongod.lock   
    sudo -u mongodb mongod -f /etc/mongodb.conf --repair 
    sudo service mongodb start
    

    Here is all, sometimes, it takes a little while to start mongo after performing these operations.

提交回复
热议问题