Horje
brew services start mongodb Code Example
brew services start mongodb
//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start mongodb-community@4.2

//Stops Mongdb server @ mongodb://127.0.0.1:27017/
brew services stop mongodb-community@4.2

//mongo
mongo - starts the mongo client


brew mongo start
brew services start mongodb-community@4.4
mongodb installation on mac
//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start mongodb-community@4.2
mongod --config /usr/local/etc/mongod.conf --fork
ps aux | grep -v grep | grep mongod
mongo




Shell

Related
ubuntu apt uninstall Code Example ubuntu apt uninstall Code Example
install python3 raspberry pi Code Example install python3 raspberry pi Code Example
php enable module Code Example php enable module Code Example
update vscode through terminal Code Example update vscode through terminal Code Example
how to open file explorer with sudo ubuntu Code Example how to open file explorer with sudo ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14