SyntaxFix
Write A Post
Hire A Developer
Questions
Try to start mongoDB server by giving the --dbpath with mongod.
sudo mongod --dbpath /var/lib/mongo/data/db &
'&' in the last will start the mongodb server as service on your server.
Hope it Works.