How to start a mongodb service on mac OS X?

前端 未结 10 2212
一整个雨季
一整个雨季 2021-01-31 03:02

I have already installed Mongodb on my mac but the process is currently not running. How do I start the Mongodb service so that I can start using the commands?

10条回答
  •  没有蜡笔的小新
    2021-01-31 03:28

    Try with this following steps:

    find your MongoDB path and MongoDB database path and run the below command

    /Users/username/mongodb/bin/mongod --dbpath=/Users/username/mongodb-data/
    

提交回复
热议问题