Sunday, 10 December 2017

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. 

1 comment: