D:\Program Files\MongoDB\Server\3.2\bin>mongod --dbpath D:\mongodb\data
2016-04-20T20:14:24.820+0800 I CONTROL [main]
2016-04-20T20:14:24.821+0800 W CONTROL [main] 32-bit servers don't have journal
ing enabled by default. Please use --journal if you want durability.
2016-04-20T20:14:24.821+0800 I CONTROL [main]
2016-04-20T20:14:24.830+0800 I CONTROL [main] Hotfix KB2731284 or later update
is not installed, will zero-out data files
2016-04-20T20:14:24.835+0800 I CONTROL [initandlisten] MongoDB starting : pid=6
960 port=27017 dbpath=D:\mongodb\data 32-bit host=17SAO8CK3KFP8CA
2016-04-20T20:14:24.835+0800 I CONTROL [initandlisten] targetMinOS: Windows Vis
ta/Windows Server 2008
2016-04-20T20:14:24.835+0800 I CONTROL [initandlisten] db version v3.2.5
2016-04-20T20:14:24.835+0800 I CONTROL [initandlisten] git version: 34e65e5383f
7ea1726332cb175b73077ec4a1b02
2016-04-20T20:14:24.836+0800 I CONTROL [initandlisten] allocator: tcmalloc
2016-04-20T20:14:24.836+0800 I CONTROL [initandlisten] modules: none
2016-04-20T20:14:24.836+0800 I CONTROL [initandlisten] build environment:
2016-04-20T20:14:24.836+0800 I CONTROL [initandlisten] distarch: i386
2016-04-20T20:14:24.836+0800 I CONTROL [initandlisten] target_arch: i386
2016-04-20T20:14:24.837+0800 I CONTROL [initandlisten] options: { storage: { db
Path: "D:\mongodb\data" } }
2016-04-20T20:14:24.856+0800 I STORAGE [initandlisten] exception in initAndList
en: 28663 Cannot start server. The default storage engine 'wiredTiger' is not av
解决方案:
D:\Program Files\MongoDB\Server\3.2\bin>mongod --dbpath D:\mongodb\data --storageEngine=mmapv1