How to uninstall mongodb from Windows
I saw a tutorial that said to run this:
C:mongodbbinmongod.exe --config
C:mongodbmongod.conf --remove
but that command does not work since there is not a mongod.conf file in the folder of mongodb in my windows, also, I don't want only to stop the service, but I want to remove all, including files, services, etc, it is possible?
Thanks in advance I am using windows 8.1
To uninstall mongodb from windows you can use the below-mentioned command:-
MongoDBinmongod.exe –config C:MongoDBmongod.conf –remove
I hope it helps you!