mongodb在32位机的连接
Windows 32bit版本安装Mongodb时,会发生的下面问题
2016-05-09T00:09:45.124+0800 I STORAGE [initandlisten] exception in initAndList
en: 28663 Cannot start server. The default storage engine 'wiredTiger' is not av
ailable with this build of mongod. Please specify a different storage engine exp
licitly, e.g. --storageEngine=mmapv1., terminating
原因是安装mongodb时,默认的storageEngine设置不支持Windows 32bit版本,需要切换。
mongod --storageEngine=mmapv1 --dbpath [your-path]
--dbpath可以不加。mongodb-win32-x86_64-2008plus-2.6.7.zip