Answers for "check mongodb in mac"

10

install mongodb in mac

// updated 2021
$ brew tap mongodb/brew
$ brew install [email protected]
Posted by: Guest on March-13-2021
1

check if mongodb is running mac

ps -ef | grep mongod | grep -v grep | wc -l | tr -d ' '
Posted by: Guest on April-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language