Mongodb创建数据库时候失败
怪我咯
怪我咯 2017-04-28 09:05:49
0
1
421

内容如下, 如何解决?

H:\mongodb\bin>mongod --dbpath=H:\mongodb\blog
2016-01-05T15:34:32.957+0800 I CONTROL  [main]
2016-01-05T15:34:32.959+0800 W CONTROL  [main] 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
2016-01-05T15:34:32.962+0800 I CONTROL  [main]
2016-01-05T15:34:32.971+0800 I CONTROL  [initandlisten] MongoDB starting : pid=3772 port=27017 dbpath=H:\mongodb\blog 32-bit host=DESKTOP-B5OI7K0
2016-01-05T15:34:32.973+0800 I CONTROL  [initandlisten] targetMinOS: Windows Vista/Windows Server 2008
2016-01-05T15:34:32.974+0800 I CONTROL  [initandlisten] db version v3.2.0
2016-01-05T15:34:32.975+0800 I CONTROL  [initandlisten] git version: 45d947729a0315accb6d4f15a6b06be6d9c19fe7
2016-01-05T15:34:32.976+0800 I CONTROL  [initandlisten] allocator: tcmalloc
2016-01-05T15:34:32.977+0800 I CONTROL  [initandlisten] modules: none
2016-01-05T15:34:32.978+0800 I CONTROL  [initandlisten] build environment:
2016-01-05T15:34:32.979+0800 I CONTROL  [initandlisten]     distarch: i386
2016-01-05T15:34:32.980+0800 I CONTROL  [initandlisten]     target_arch: i386
2016-01-05T15:34:32.981+0800 I CONTROL  [initandlisten] options: { storage: { dbPath: "H:\mongodb\blog" } }
2016-01-05T15:34:32.984+0800 I STORAGE  [initandlisten] exception in initAndListen: 28663 Cannot start server. The default storage engine 'wiredTiger' is not available with this build of mongod. Please specify a different storage engine explicitly, e.g. --storageEngine=mmapv1., terminating
2016-01-05T15:34:32.988+0800 I CONTROL  [initandlisten] dbexit:  rc: 100
怪我咯
怪我咯

走同样的路,发现不同的人生

全部回复(1)
PHPzhong

32位windows机器上可能出现这种问题,按照它的指示,换一个storage engine就行了
mongod --dbpath=H:mongodbblog --storageEngine=mmapv1

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!