add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,20 @@
# mongod
> MongoDB 数据库服务器。
> 更多信息:<https://docs.mongodb.com/manual/reference/program/mongod>.
> 更多信息请访问<https://docs.mongodb.com/manual/reference/program/mongod>
- 指定存储目录默认Linux 和 macOS 上为 `/data/db`Windows 上为 `C:\data\db`
`mongod --dbpath {{path/to/directory}}`
- 指定配置文件:
`mongod --config {{filename}}`
`mongod --config {{path/to/file}}`
- 指定监听的端口:
- 指定监听的端口默认27017
`mongod --port {{port}}`
- 指定数据库分析级别,用于性能调优分析。 0 - 关闭1 - 仅是记录慢速操作2 - 全部
- 指定数据库分析级别。0 关闭1 仅慢操作2 所有默认0
`mongod --profile {{0|1|2}}`
`mongod --profile {{0|1|2}}`