Mongo error on I control hotfix

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

    You need to create the C:\Data\Db directory if you don't specify an existing directory when you run mongod.exe. This directory is the default one.

    http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/

提交回复
热议问题