Start and stop script for MongoDB servers
For the good or for the bad, you can learn to work with MongoDB on your own PC or laptop without installing anything, just by having located the path where MongoDB server is, a config file and a path where data is stored. On previous post I have explained about how to config a MongoDB server, how to start up a server, … I think it’s good to create a small .bat script to speed up everything, and reducing the possibility of generating errors. So, just go to a text…read more