- Published on
MongoDB notes
- Authors
- Name
- Milad E. Fahmy
- @miladezzat12
MongoDB notes
- Start mongo
sudo systemctl start mongod
- Defaul local mongodb link
mongodb://localhost:27017
- Stop mongoDB
sudo systemctl stop mongod
- Restart mongoDB
sudo systemctl restart mongod