Location of the mongodb database on mac

后端 未结 6 1221
离开以前
离开以前 2021-01-29 17:37

I am kind of new to mac as well as mongodb.

I have a weird doubt, accessing the database created using mongodb on mac?

I know, in windows there is a folder calle

6条回答
  •  长情又很酷
    2021-01-29 18:10

    I have just installed mongodb 3.4 with homebrew.(brew install mongodb) It looks for /data/db by default.

    https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/

提交回复
热议问题