首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

mongodb 没法启动 exception in initAndListen: 12596 old lock file, terminating

2013-01-23 
mongodb 无法启动 exception in initAndListen: 12596 old lock file, terminating我当前的mongodb数据库

mongodb 无法启动 exception in initAndListen: 12596 old lock file, terminating

我当前的mongodb数据库保存目录? /home/soft/data/

?

执行一下命令问题即可解决:

?

rm -rf /home/mongos/data/r1/mongod.lock

bin/mongod --repair --dbpath /home/mongos/data/r1

?

热点排行