Created
March 4, 2021 17:45
-
-
Save edvaldo-domingos/11f3374a8482c8f4ef7d2b73e375e107 to your computer and use it in GitHub Desktop.
Starts mongo db on Mac by specifying path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mongod --dbpath ~/data/db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple command to start MongoDB server on mac, for connection errors.