May 1, 2025 update
This commit is contained in:
@ -44,7 +44,7 @@ skip-external-locking
|
||||
key_buffer_size = 16K
|
||||
max_allowed_packet = 64M
|
||||
table_open_cache = 16
|
||||
sort_buffer_size = 64K
|
||||
sort_buffer_size = 4M
|
||||
read_buffer_size = 256K
|
||||
read_rnd_buffer_size = 256K
|
||||
net_buffer_length = 2K
|
||||
@ -58,7 +58,7 @@ innodb_io_capacity=4000
|
||||
transaction-isolation = READ-COMMITTED
|
||||
innodb_log_file_size = 250M
|
||||
innodb_flush_log_at_trx_commit = 2
|
||||
innodb_checksum_algorithm = none
|
||||
# innodb_checksum_algorithm = none
|
||||
|
||||
slow_query_log_file = /var/db/mysql-log/slow.log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user