I installed MongoDB on Windows, made a data folder in C: directory and made a db folder inside that data folder, but mongod.exe doesn't want to run. The weirdest thing is that it doesn't give me an error or any message, it just skips to the next line like nothing happened.
Here is a screenshot of the console:
Also when I try to connect the route of mongo.exe to the PhpStorm's Mongo Plugin, PhpStorm doesn't recognize
"C:\Program Files\MongoDB\Server\3.4\bin\mongo.exe" as the path to Mongo Shell.
I installed MongoDB the same way on my other computer that uses Windows 10 and it worked, but on this one that uses Windows 7 it doesn't work.