wp-mb-kit/configs/sqldb/wordpress.cnf

18 lines
427 B
Plaintext
Raw Normal View History

2024-04-29 17:27:39 +00:00
[mysqld]
# Duplicate entry '_transient_doing_cron' for key 'option_name', Error_code: 1062;
slave-skip-errors = 1062
max_connections=500
join_buffer_size = 3M
tmp_table_size = 128M
max_heap_table_size = 128M
thread_cache_size = 16K
table_definition_cache = 4K
open_files_limit = 524290
local-infile=0
sync_binlog = 0
query_cache_size = 0
innodb_log_file_size = 128M
wsrep_slave_threads = 16
innodb_flush_log_at_trx_commit = 2