我要评分
获取效率
正确性
完整性
易理解

Examples of Using the Parameters

MySQL 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.

There are two ways to use configuration parameters:

  • CLI:
    1
    mysqld --thread_handling=pool-of-threads
    
  • Configuration file, that is, add a line to the my.cnf file, for example:
    1
    thread_handling=pool-of-threads