I am getting this error constantly while i am trying to install mongod using a configuration file. So, I am looking at this tutorial on Pluralsight on mongodb. The person\'s pro
there can't be quotation marks in your configure file . way like this is wrong:
dbpath="D:/Program Files/MongoDB/Data/DB" logpath="D:/Program Files/MongoDB/Data/Log/mongo.log"
downside is right:
dbpath=D:/Program Files/MongoDB/Data/DB logpath=D:/Program Files/MongoDB/Data/Log/mongo.log