Mongo error on I control hotfix

后端 未结 17 2117
陌清茗
陌清茗 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:08

    I had to run the command in following format & it worked for me:

    C:\mongodb\bin\mongod.exe --dbpath d:\test\mongodb\data
    

    Ref: Original documentation link

提交回复
热议问题