我从这个link
安装了mongodb当我在控制台中输入mongo
时出现错误
root@512son:~# mongo
MongoDB shell version: 2.6.9
connecting to: test
2015-04-10T05:35:23.837+0000 warning: Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused
2015-04-10T05:35:23.838+0000 Error: couldn't connect to server 127.0.0.1:27017 (127.0.0.1), connection attempt failed at src/mongo/shell/mongo.js:146
exception: connect failed
我在互联网上搜索了这个问题,我试过了:
sudo rm /var/lib/mongodb/mongod.lock
mongod --repair
如果我在终端Mongodb中输入mongod
工作正常,但是当我关闭终端mongodb正在关闭时
我重新安装了两次,但我的问题没有解决