红联Linux门户
Linux帮助

mongoDB启动Error: couldn't connect to server 127.0.0.1:27017

发布时间:2016-01-09 10:37:11来源:linux网站作者:py_

MongoDB启动时出现Error: couldn't connect to server 127.0.0.1:27017 src/mongo/shell/mongo.js:91 无法连接到mongoDB。


可以通过指定dbpath 指定来解决,但这不是根本原因,MongoDB在非正常关闭时产生一个mongod.lock这样的.lock文件,只要将这个文件删除,然后重启mongodb服务即可。


在ubuntu下 mongo.lock文件在/var/lib/mongodb 这个目录下,重启命令:/etc/init.d/mongodb restart


ubuntu安装node.js+express+mongodb:http://www.linuxdiyf.com/linux/16841.html

CentOS6上MongoDB连接数无法突破1000的解决办法:http://www.linuxdiyf.com/linux/16616.html

Mongodb启动方法:设定参数启动;从设置文件启动:http://www.linuxdiyf.com/linux/16541.html

mongodb数据库备份好删除:http://www.linuxdiyf.com/linux/16362.html

在Ubuntu中安装MongoDB:http://www.linuxdiyf.com/linux/15917.html