MongoDB 3.0 Windows Service Start : System Error 2 has occured
问题 I have downloaded the MongoDB Windows msi install and run this successfully. The mongod.exe and mongo.exe command file executions work properly. The installation manual shows how to create the configuration file, and then to create the Windows Server using the command sc.exe create MongoDB binPath= "\"C:\mongodb\mongod.exe\" --service --config=\"C:\mongodb\mongod.cfg\"" This creates a SUCCESS response. The service is then started net start MongoDB but this produces the response System Error 2