MongoDB “The default storage engine 'wiredTiger' is not available with this build of mongod ” + “ ..no /data/db folder..”

前端 未结 3 1209
梦谈多话
梦谈多话 2021-01-07 08:29

After first installing MongoDb and running the mongod command in the C:\\Program Files\\MongoDB\\Server\\3.2\\bin> directory, I get the error:<

3条回答
  •  隐瞒了意图╮
    2021-01-07 09:19

    Just execute this command in your Mongo/bin directory:

    mongod --storageEngine=mmapv1 --dbpath [your-path]
    

提交回复
热议问题