MongoDB学习笔记(一:常见问题汇总)

一、安装时出现The default storage engine 'wiredTiger' is not available问题解决

今晚在自己老式笔记本来试了一下MongoDB的安装,由于配置比较低,只能选择32位版本的MongoDB进行安装,在安装过程中碰到了上述标题所示错误,自己也捣鼓了一个小时左右,终于在一篇博客中找到答案,具体原文链接如下:http://blog.csdn.net/u013457382/article/details/50775268

mongod.exe --dbpath C:datadb -storageEngine=mmapv1

二、MongoDB服务无法启动,发生服务特定错误:100

原文地址:https://www.cnblogs.com/liuzhen1995/p/5982919.html