Unable to connect to MongoDB

前端 未结 9 1095
借酒劲吻你
借酒劲吻你 2021-02-02 11:17

I\'ve just installed MongoDB (standard Ubuntu build, not the latest stable) and for some reason I can\'t connect:

Mon Feb  6 03:11:22 Error: couldn\'t connect to         


        
9条回答
  •  南方客
    南方客 (楼主)
    2021-02-02 11:56

    following steps may help you :

    1. open terminal and run "sudo rm /var/lib/mongodb/mongod.lock"
    2. now run " sudo mongod --repair "
    3. now "sudo start mongodb"
    4. now just check the status of mongodb status "sudo status mongodb"

    5 lastly just invoke command "mongo"

提交回复
热议问题