diff --git a/configs/sqldb/wordpress.cnf b/configs/sqldb/wordpress.cnf new file mode 100644 index 0000000..0f60bda --- /dev/null +++ b/configs/sqldb/wordpress.cnf @@ -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 \ No newline at end of file