I'm trying to install MongoDB on a drive other than "C".
However when trying to use the "mongo" command in the terminal the following error is returned:
Failed to connect to localhost: 27017
The examples I encounter only talk about "C:". How to configure MongoDB to work on another drive?
I want it to look like this:
- E: \ programs \ mongodb
- E: \ programs \ mongodb \ data \ db
Is it possible or does it only allow installation on the Windows installation drive?