Cannot start MongoDB: System error 1067 in Windows

前端 未结 7 1939
一个人的身影
一个人的身影 2021-02-12 11:24

After setting up MongoDB service on Windows Server 2008 R2 this error was raised.

C:\\mongodb\\bin>net start MongoDB
The Mongo DB service is starting.
The Mo         


        
7条回答
  •  孤城傲影
    2021-02-12 11:43

    I was having the problem of starting the the MongoDB. The logs are pretty descriptive and you can find suggestion from there.

    There is a 'd' folder that needs to be created within data folder like data\d which was missing.

    This solved my problem.

提交回复
热议问题