Windows 32bit版本安裝Mongodb時,會發生的下麵問題 2016-05-09T00:09:45.124+0800 I STORAGE [initandlisten] exception in initAndListen: 28663 Cannot start server. The d ...
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