System error When starting configuration file: Error parsing YAML config File:yaml-cpp:error at line 3, column 9:illegal map value
First check that each parameter is properly configured
The second step is to see if the file path is correct, when surrounded by double quotes in the path ("D:\MongoDB\data"), you should replace "\" in the path with "/" ("D:/mongodb/data")
The third step is to see whether the tab-delimited fields in the configuration file are changed to split the tab fields into spaces
Fourth step to view the file encoding format, the file encoding format should be saved in ASCII format
After making sure that no problem, you can run Mongod--config "D:\Mongodb\Mongod.cfg"--bind_ip 0.0.0.0--install without error to start successfully
Mongodb_ "Error parsing YAML config File:yaml-cpp:error at line 3, column 9:illegal map value" Workaround