自动安装mysql时调整innodb_sort_buffer_size参数值

This commit is contained in:
刘祥超
2023-03-27 17:22:13 +08:00
parent 2b39c5d517
commit a54405f24f

View File

@@ -523,6 +523,7 @@ binlog_cache_size=1M
binlog_stmt_cache_size=1M binlog_stmt_cache_size=1M
thread_cache_size=32 thread_cache_size=32
binlog_expire_logs_seconds=604800 binlog_expire_logs_seconds=604800
innodb_sort_buffer_size=8M
` `
} }