添加 '数据库/mongodb/mongo基本操作.md'

This commit is contained in:
iProbe 2023-04-23 17:10:30 +08:00
parent 02b6e1c434
commit fe5147b410

View file

@ -0,0 +1,8 @@
## 启动
```shell
mongod -f /etc/mongo.conf
```
## 停止
```shell
mongod --shutdown -f /etc/mongo.conf
```