New to MongoDB Can not run command mongo

前端 未结 15 2012
孤独总比滥情好
孤独总比滥情好 2021-01-29 20:00

I was trying to run MongoDB:

   E:\\mongo\\bin>mongod
    mongod --help for help and startup options
    Sun Nov 06 18:48:37
    Sun Nov 06 18:48:37 warning:          


        
15条回答
  •  佛祖请我去吃肉
    2021-01-29 20:21

    create folder structure data/db in the working directory and then starting up mongodb using "mongod --dbpath data/db" works just fine

提交回复
热议问题