Examples of Using the Parameters
How to use the parameters:
- CLI. Example:
1mysqld --thread_handling=pool-of-threads
- Configuration file. Add your parameter settings to the my.cnf file:
1thread_handling=pool-of-threads
Parent topic: Parameters
How to use the parameters:
1 | mysqld --thread_handling=pool-of-threads |
1 | thread_handling=pool-of-threads |