Location of the mongodb database on mac

后端 未结 6 1202
离开以前
离开以前 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:17

    I had the same problem, with version 3.4.2

    to run it (if you installed it with homebrew) run the process like this:

    $ mongod --dbpath /usr/local/var/mongodb
    

提交回复
热议问题