How to install mongoDB on windows?

前端 未结 15 637
清歌不尽
清歌不尽 2020-11-29 14:55

I am trying to test out mongoDB and see if it is anything for me. I downloaded the 32bit windows version, but have no idea on how to continue from now on.

I normally

15条回答
  •  时光取名叫无心
    2020-11-29 15:35

    It's not like WAMP. You need to start mongoDB database with a command after directory has been created C:/database_mongo

    mongod --dbpath=C:/database_mongo/

    you can then connect to mongodb using commands.

提交回复
热议问题