17 lines
391 B
Plaintext
Executable File
17 lines
391 B
Plaintext
Executable File
[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
|
|
innodb_log_file_size = 128M
|
|
wsrep_slave_threads = 16
|
|
innodb_flush_log_at_trx_commit = 2
|