赞
踩
exception in initAndListen: NonExistentPath: Data directory /data/db not found., terminating
mongod 没找到路径
解决方案:
mkdir /data/db/ -p
或者
mongod --dbpath '/usr/bin/data/db' #更改指定运行路径
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。