Skip to content

Commit 874785d

Browse files
nit
1 parent b8e8e85 commit 874785d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/learning-paths/servers-and-cloud-computing/mysql_tune

content/learning-paths/servers-and-cloud-computing/mysql_tune/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ generated_summary_faq:
4242
Run the same repeatable workload before and after the change and compare throughput, latency,
4343
and profiles. Change one parameter at a time or use a designed experiment so results are
4444
attributable to specific settings.
45-
- question: Should I set MySQL parameters in an option file or on the mysqld command line?
45+
- question: Should I set MySQL parameters in an option file or on the `mysqld` command line?
4646
answer: >-
4747
Use an option file for persistent tuning so changes are reviewable, version controlled,
48-
and applied on restart. The examples in the Learning Path target the [mysqld] group. Command-line flags are suitable
48+
and applied on restart. The examples in the Learning Path target the `[mysqld]` group. Command-line flags are suitable
4949
for temporary tests.
5050
- question: Which storage option should I use when testing performance?
5151
answer: >-

0 commit comments

Comments
 (0)