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:
1mysqld --thread_handling=pool-of-threads
- Configuration file, that is, add a line to the my.cnf file, for example:
1thread_handling=pool-of-threads
Parent topic: Parameters