1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 20:35:25 +02:00
tldr/pages.id/common/mongod.md
Sebastiaan Speck 5d3caee147
pages*: remove bold and italic styling (#11777)
* pages*: remove bold and italic styling

* Update pages/common/strings.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* pages.*: update outdated pages

* Update conky.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-19 17:55:22 +05:30

391 B

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}}