Answers for "check what version of mongodb is on mac"

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
4

install mongodb on mac

brew services start [email protected]
#Step 3 to run as a service
Posted by: Guest on March-31-2020

Code answers related to "check what version of mongodb is on mac"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language