Back
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?
If you want to start a mongodb service on mac OS X use homebrew to install MongoDB on macOS you type the following in terminal. Should do the trick in most cases.
$ brew services start mongodb
31k questions
32.8k answers
501 comments
693 users