How to start mongo db on windows

前端 未结 5 1438
礼貌的吻别
礼貌的吻别 2020-12-06 12:19

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.         


        
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 12:45

    Also faced the same issue in windows. if --dbpath directory path does not contain spaces, do not include quotes. Removing quotes, when the path does not have space, resolved the issue.

提交回复
热议问题