Answers for "mongodb service does not start mongodb server on windows"

1

mongodb did not start

sudo rm /var/lib/mongodb/mongod.lock
mongod --repair
sudo service mongodb start

This should solve the problem
Posted by: Guest on May-12-2021
1

windows start mongodb server

// Add the folder containing mongod to your PATH variable (see source for how)
// usually located here: 'C:Program FilesMongoDBServer4.4bin'
// open cmd.exe and run this command;
start mongod
Posted by: Guest on March-20-2021

Code answers related to "mongodb service does not start mongodb server on windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language