What is the problem while running mongod.exe?

162 views Asked by At

Command prompt showing this.

shutting down is showing what does this mean? I m having problem in running mongod.exe

1

There are 1 answers

1
Kh.Nomani On BEST ANSWER

the problem is with your data path.

  1. make sure that the data path that you are using exists. in your case (C:/data/db/) if not then create the folders
  2. use the following command: mongod.exe --dbpath C:/data/db/