Rate This Document
Findability
Accuracy
Completeness
Readability

Examples of Using the Parameters

These parameters are also called system variables, which are used to set service functions and performance of MySQL. For details, see the official MySQL document Server System Variables.

How to use the parameters

  • CLI. Example:
    1
    mysqld --thread_handling=pool-of-threads
    
  • Configuration file.

    Add your parameter settings to the my.cnf file:

    1
    thread_handling=pool-of-threads