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

前端 未结 3 1212
梦谈多话
梦谈多话 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:08

    In terms of " ..no /data/db folder..". error you have to create this directory manually on C:\ so the path of the directory is C:\data\db

提交回复
热议问题