Added configs/sqldb/wordpress.cnf file
parent
86217b3ee8
commit
f236a1333b
|
@ -0,0 +1,18 @@
|
||||||
|
[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
|
Loading…
Reference in New Issue