Answers for "ensure mongodb is running 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
1

how to start mongodb in mac

command to activate mongodb through a terminal

mongod --dbpath /usr/local/var/mongodb --logpath /usr/local/var/log/mongodb/mongo.log --fork
Posted by: Guest on May-08-2020

Browse Popular Code Answers by Language