1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

mongod: add Chinese translation (#6020)

This commit is contained in:
BillLucky 2021-05-23 22:51:54 +08:00 committed by GitHub
parent 1ba82ef8a5
commit 847965b1b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages.zh/common/mongod.md Normal file
View file

@ -0,0 +1,16 @@
# mongod
> MongoDB 数据库服务器。
> 更多信息见:<https://docs.mongodb.com/manual/reference/program/mongod>.
- 指定配置文件:
`mongod --config {{filename}}`
- 指定要监听的端口:
`mongod --port {{port}}`
- 指定数据库分析级别,用于性能调优分析。 0 - 关闭,1 - 仅是记录慢速操作,2 - 全部:
`mongod --profile {{0|1|2}}`