0

Error 1067 : The process terminated unexpectedly

how to fix this issue on MongoDB error 1067 : The process terminated unexpectedly?

Mongodb Error-handling Add a comment
elijah
asked Oct 19 2021

Answer

0

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 command
mongod.exe --repair
Once the above steps is completed now start the MongoDB service by using following command
net start MongoDB

Add a comment
linuxhelp
asked Oct 19 2021
Post your Answer