SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem on my Mac, and I installed mongodb via homebrew. I solve this problem by the homebrew services command.
$ brew services start mongodb
$ mongo
$ brew services stop mongodb