hugo, java, ls, mongod, pip, pip3, rm: add Indonesian translation (#4911)
This commit is contained in:

committed by
GitHub

parent
b854a40530
commit
3babbbc15b
16
pages.id/common/mongod.md
Normal file
16
pages.id/common/mongod.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# mongod
|
||||
|
||||
> Server database MongoDB.
|
||||
> Informasi lebih lanjut: <https://docs.mongodb.com/manual/reference/program/mongod>.
|
||||
|
||||
- Menentukan berkas konfigurasi:
|
||||
|
||||
`mongod --config {{nama_berkas}}`
|
||||
|
||||
- Menentukan port yang digunakan:
|
||||
|
||||
`mongod --port {{port}}`
|
||||
|
||||
- Menentukan tingkat pencatatan perilaku (*profiling*) database. 0 mati, 1 hanya operasi lambat, 2 semuanya:
|
||||
|
||||
`mongod --profile {{0|1|2}}`
|
Reference in New Issue
Block a user