mongodb doesn't start code example
Example: mongodb did not start
sudo rm /var/lib/mongodb/mongod.lock
mongod --repair
sudo service mongodb start
This should solve the problem
sudo rm /var/lib/mongodb/mongod.lock
mongod --repair
sudo service mongodb start
This should solve the problem