Sunday, November 13, 2016

MongoDB cannot start server:I CONTROL [initandlisten] dbexit: rc: 100

Step1: Open Command Prompt--> Run as Administrator

Step2: Write the command as follows in your Mongo/bin directory:

For Example:-

c:\bin\mongod --storageEngine=mmapv1 --dbpath c:\data

Should solve the problem.

3 comments: