📜  如何访问 mongo shell - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:13.151000             🧑  作者: Mango

代码示例1
Download official mongodb to from mongodb.com

To check if server is running: sudo systemctl status mongod
To start local server enter:   sudo systemctl start mongod
To stop the local server:  sudo systemctl stop mongod
To reload the local server: sudo systemctl daemon-reload