1 Answer
To fix this issue first remove the lock file from the following location/data/db/mongod.lock
Once the above step is completed then run the following commandmongod.exe --repair
Once the above steps is completed now start the MongoDB service by using following commandnet start MongoDB
Your Answer
x