Mongo error on I control hotfix

后端 未结 17 2128
陌清茗
陌清茗 2020-12-23 11:45

I have tried to start mongod.exe from my 2008 R2 server and im getting this error:

I CONTROL Hotfix kb2731284 or a later update is not installed, will zero-o         


        
17条回答
  •  遥遥无期
    2020-12-23 12:33

    You can do fix [initandlisten] exception in initAndListen: 29 Data directory /data/db not found., terminating by following given two steps.

    1. You can create the D:\data\db\ directory and restart the MongoDB server.

    2. You can create the data folder as per your choice and run the server with the path of your data folder and restart the MongoDB server

    i.e. D:\MongoDB\Server\3.0\bin>mongod.exe --dbpath D:\MongoDB\Server\data​

提交回复
热议问题