mariadb tunning
character-set-server = utf8mb4 #tunning skip_name_resolve = 1 open_files_limit = 65535 max_connect_errors = 1000000 table_open_cache = 1024 table_definition_cache = 1024 #table_open_cache_instances = 64 #MySQL 5.6 sort_buffer_size = 4M join_buffer_size = 4M interactive_timeout = 600 wait_timeout = 600 tmp_table_size = 32M max_heap_table_size = 32M #master_info_repository = TABLE #MySQL 5.6 #relay_log_info_repository = TABLE #MySQL 5.6 #gtid_mode = on #enforce_gtid_consistency = 1 read_buffer_size = 8M read_rnd_buffer_size = 4M bulk_insert_buffer_size = 64M lock_wait_timeout = 3600 #explicit_defaults_for_timestamp = 1 #MySQL 5.6 ...