These commandes are for Windows user
If you want to change the moogoDB config, for example, the bindIp
net stop mongodb
Legend :
- You need to run it as admin
You change the config here, located in <install directory>\bin\mongod.cfg
Remember it's a YAML file, so you need to produce a correct file
no tabs but spaces !
You need to have admin rights to change the config file
net start mongodb
Legend :
- You need to run it as admin