[mysqld] disable-log-bin = 1 performance-schema = 0 datadir = /var/lib/mysql bind-address = 0.0.0.0 default-storage-engine = InnoDB innodb_file_per_table = 1 character-set-server = utf8mb4 max_allowed_packet = 256M skip_external_locking symbolic-links = 0 local-infile = 0 open_files_limit=73000 table_definition_cache = 16384 key_buffer_size = 64M max_connections = 500 innodb_buffer_pool_size = 32G innodb_buffer_pool_instances = 32 innodb_log_buffer_size = 2G innodb_log_file_size = 8G lock_wait_timeout = 600 join_buffer_size = 128K transaction_alloc_block_size = 8192 max_write_lock_count = 8 transaction_prealloc_size = 4096 connect_timeout = 300 read_rnd_buffer_size = 4M read_buffer_size = 4M max_heap_table_size = 125M tmp_table_size = 125M concurrent_insert = 2 thread_cache_size = 400 query_prealloc_size = 16M bulk_insert_buffer_size = 8M sort_buffer_size = 4M table_open_cache_instances = 64 tmpdir = /dev/shm innodb_tmpdir = /dev/shm sql_mode = "NO_ENGINE_SUBSTITUTION" innodb_strict_mode = OFF wait_timeout = 600 interactive_timeout = 600 optimizer_switch = derived_merge=OFF collation-server = utf8mb4_unicode_ci init-connect = 'SET NAMES utf8mb4' innodb_flush_log_at_trx_commit = 2 innodb_io_capacity = 2000 innodb_io_capacity_max = 4000 innodb_flush_method = O_DIRECT log-error=/var/lib/mysql/elisa.svrsh.com.err [mysqldump] quick quote_names max_allowed_packet = 512M