shutting down is showing what does this mean? I m having problem in running mongod.exe
Asked
Active
Viewed 132 times
0
-
copy and paste the log result instead of taking a screenshot. It would be helpful for other people with the same problem to find your post. – Kh.Nomani Oct 07 '20 at 07:08
-
I have created folder C:\data\dev. Instead of C:\data\db. – Himanshu Rawat Oct 07 '20 at 07:14
1 Answers
1
the problem is with your data path.
- make sure that the data path that you are using exists. in your case (C:/data/db/) if not then create the folders
- use the following command:
mongod.exe --dbpath C:/data/db/

Kh.Nomani
- 185
- 2
- 12