从命令提示符安装Mongodb(错误:WiredTiger不适用于此mongod版本)[复制]

问题描述 投票:0回答:1

I have problem while installing Mongod on my machine. Will any buddy explain what is WirdTiger and how i will fix this issue?. I had installed mongodb on my computer. I had already made folder Data\db but its not installing.

angularjs mongodb express mongodb-query mean-stack
1个回答
0
投票

它是mongodb的默认存储引擎,您可能遇到版本错误。您可以尝试在Mongo / bin /中运行此命令。

    mongod --storageEngine=mmapv1 --dbpath [your-path]
© www.soinside.com 2019 - 2024. All rights reserved.