添加 '数据库/mongodb/mongo基本操作.md'
This commit is contained in:
parent
02b6e1c434
commit
fe5147b410
1 changed files with 8 additions and 0 deletions
8
数据库/mongodb/mongo基本操作.md
Normal file
8
数据库/mongodb/mongo基本操作.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
## 启动
|
||||
```shell
|
||||
mongod -f /etc/mongo.conf
|
||||
```
|
||||
## 停止
|
||||
```shell
|
||||
mongod --shutdown -f /etc/mongo.conf
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue