配置参数使用示例
配置参数,也叫系统变量,为MySQL用于调节数据库服务功能和性能的配置,详细见官方文档《Server System Variables》。
配置参数使用
- 命令行参数方式。例如:
1mysqld --thread_handling=pool-of-threads
- 配置文件方式。在my.cnf文件中增加配置行,例如:
1thread_handling=pool-of-threads
父主题: 配置参数
配置参数,也叫系统变量,为MySQL用于调节数据库服务功能和性能的配置,详细见官方文档《Server System Variables》。
配置参数使用
1 | mysqld --thread_handling=pool-of-threads |
1 | thread_handling=pool-of-threads |