I am new to mongo, and I am trying to install mongo on my windows system. I am following THIS tutorial, but when I do
C:\\mongodb\\bin\\mongod.
I fixed the same using :
Create a folder data in
D:\project-workspace\mongodb\data
Then Create another folder db inside data ie,
D:\project-workspace\mongodb\data\db
Then run the command
mongod --dbpath D:\project-workspace\mongodb\data\db
Make sure you have set environment variable for mongodb else browse
C:\Program Files\MongoDB\Server\3.4\binand then execute this =>
mongod.exe --dbpath E:\workspace\mongodb\data