Answers for "how install mongodb gui in mac"

1

mongodb installation on mac

//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start [email protected]
mongod --config /usr/local/etc/mongod.conf --fork
ps aux | grep -v grep | grep mongod
mongo
Posted by: Guest on June-06-2020
0

mongodb install macbook

brew tap mongodb/brew
Posted by: Guest on September-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language