Server System Variables
The MariaDB server maintains many system variables that indicate how it is configured. Each system variable has a default value. System variables can be set at server startup using options on the command line or in an option file. Most of them can be changed dynamically while the server is running by means of the SET statement, which enables you to modify operation of the server without having to stop and restart it. You can refer to system variable values in expressions.
There are several ways to see the names and values of system variables:
- To see the values that a server will use based on its compiled-in defaults and any option files that it reads, use this command:
mysqld --verbose --help
- To see the values that a server will use based on its compiled-in defaults, ignoring the settings in any option files, use this command:
mysqld --no-defaults --verbose --help
- To see the current values used by a running server, use the
SHOW VARIABLESstatement.
This section provides a description of each system variable. Variables with no version indicated are present in all MariaDB 5.6 releases. For historical information concerning their implementation, please see http://dev.mysql.com/doc/refman/5.0/en/, and http://dev.mysql.com/doc/refman/4.1/en/.
The following table lists all available system variables:
Table 5.2. System Variable Summary
| Name | Cmd-Line | Option file | System Var | Var Scope | Dynamic |
|---|---|---|---|---|---|
| auto_increment_increment | Yes | Yes | Yes | Both | Yes |
| auto_increment_offset | Yes | Yes | Yes | Both | Yes |
| autocommit | Yes | Yes | Yes | Both | Yes |
| automatic_sp_privileges | Yes | Global | Yes | ||
| back_log | Yes | Yes | Yes | Global | No |
| basedir | Yes | Yes | Yes | Global | No |
| big-tables | Yes | Yes | Yes | ||
| - Variable: big_tables | Yes | Both | Yes | ||
| bind-address | Yes | Yes | Yes | Global | No |
| binlog_cache_size | Yes | Yes | Yes | Global | Yes |
| binlog_checksum | Yes | Global | Yes | ||
| binlog_direct_non_transactional_updates | Yes | Yes | Yes | Both | Yes |
| binlog-format | Yes | Yes | Yes | ||
| - Variable: binlog_format | Yes | Both | Yes | ||
| binlog_row_image | Yes | Yes | Both | Yes | |
| binlog_stmt_cache_size | Yes | Yes | Yes | Global | Yes |
| bulk_insert_buffer_size | Yes | Yes | Yes | Both | Yes |
| character_set_client | Yes | Both | Yes | ||
| character_set_connection | Yes | Both | Yes | ||
| character_set_database[a] | Yes | Both | Yes | ||
| character-set-filesystem | Yes | Yes | Yes | ||
| - Variable: character_set_filesystem | Yes | Both | Yes | ||
| character_set_results | Yes | Both | Yes | ||
| character-set-server | Yes | Yes | Yes | ||
| - Variable: character_set_server | Yes | Both | Yes | ||
| character_set_system | Yes | Global | No | ||
| character-sets-dir | Yes | Yes | No | ||
| - Variable: character_sets_dir | Yes | Global | No | ||
| collation_connection | Yes | Both | Yes | ||
| collation_database[b] | Yes | Both | Yes | ||
| collation-server | Yes | Yes | Yes | ||
| - Variable: collation_server | Yes | Both | Yes | ||
| completion_type | Yes | Yes | Yes | Both | Yes |
| concurrent_insert | Yes | Yes | Yes | Global | Yes |
| connect_timeout | Yes | Yes | Yes | Global | Yes |
| datadir | Yes | Yes | Yes | Global | No |
| date_format | Yes | Global | No | ||
| datetime_format | Yes | Global | No | ||
| debug | Yes | Yes | Yes | Both | Yes |
| debug_sync | Yes | Session | Yes | ||
| default-storage-engine | Yes | Yes | Yes | ||
| - Variable: default_storage_engine | Yes | Both | Yes | ||
| default_tmp_storage_engine | Yes | Yes | Yes | Both | Yes |
| default_week_format | Yes | Yes | Yes | Both | Yes |
| delay-key-write | Yes | Yes | Yes | ||
| - Variable: delay_key_write | Yes | Global | Yes | ||
| delayed_insert_limit | Yes | Yes | Yes | Global | Yes |
| delayed_insert_timeout | Yes | Yes | Yes | Global | Yes |
| delayed_queue_size | Yes | Yes | Yes | Global | Yes |
| div_precision_increment | Yes | Yes | Yes | Both | Yes |
| end_markers_in_json | Yes | Both | Yes | ||
| engine-condition-pushdown | Yes | Yes | Yes | ||
| - Variable: engine_condition_pushdown | Yes | Both | Yes | ||
| eq_range_index_dive_limit | Yes | Yes | Yes | Both | Yes |
| error_count | Yes | Session | No | ||
| event-scheduler | Yes | Yes | Yes | ||
| - Variable: event_scheduler | Yes | Global | Yes | ||
| expire_logs_days | Yes | Yes | Yes | Global | Yes |
| external_user | Yes | Session | No | ||
| flush | Yes | Yes | Yes | Global | Yes |
| flush_time | Yes | Yes | Yes | Global | Yes |
| foreign_key_checks | Yes | Both | Yes | ||
| ft_boolean_syntax | Yes | Yes | Yes | Global | Yes |
| ft_max_word_len | Yes | Yes | Yes | Global | No |
| ft_min_word_len | Yes | Yes | Yes | Global | No |
| ft_query_expansion_limit | Yes | Yes | Yes | Global | No |
| ft_stopword_file | Yes | Yes | Yes | Global | No |
| general-log | Yes | Yes | Yes | ||
| - Variable: general_log | Yes | Global | Yes | ||
| general_log_file | Yes | Yes | Yes | Global | Yes |
| group_concat_max_len | Yes | Yes | Yes | Both | Yes |
| have_compress | Yes | Global | No | ||
| have_crypt | Yes | Global | No | ||
| have_csv | Yes | Global | No | ||
| have_dynamic_loading | Yes | Global | No | ||
| have_geometry | Yes | Global | No | ||
| have_innodb | Yes | Global | No | ||
| have_ndbcluster | Yes | Global | No | ||
| have_openssl | Yes | Global | No | ||
| have_partitioning | Yes | Global | No | ||
| have_profiling | Yes | Global | No | ||
| have_query_cache | Yes | Global | No | ||
| have_rtree_keys | Yes | Global | No | ||
| have_ssl | Yes | Global | No | ||
| have_symlink | Yes | Global | No | ||
| host_cache_size | Yes | Yes | Yes | Global | Yes |
| hostname | Yes | Global | No | ||
| identity | Yes | Session | Yes | ||
| ignore-builtin-innodb | Yes | Yes | No | ||
| - Variable: ignore_builtin_innodb | Yes | Global | No | ||
| init_connect | Yes | Yes | Yes | Global | Yes |
| init-file | Yes | Yes | No | ||
| - Variable: init_file | Yes | Global | No | ||
| init_slave | Yes | Yes | Yes | Global | Yes |
| innodb_adaptive_flushing | Yes | Yes | Yes | Global | Yes |
| innodb_adaptive_hash_index | Yes | Yes | Yes | Global | Yes |
| innodb_adaptive_max_sleep_delay | Yes | Yes | Yes | Global | Yes |
| innodb_additional_mem_pool_size | Yes | Yes | Yes | Global | No |
| innodb_analyze_is_persistent | Yes | Yes | Yes | Global | Yes |
| innodb_autoextend_increment | Yes | Yes | Yes | Global | Yes |
| innodb_autoinc_lock_mode | Yes | Yes | Yes | Global | No |
| innodb_buffer_pool_dump_at_shutdown | Yes | Yes | Yes | Global | Yes |
| innodb_buffer_pool_dump_now | Yes | Yes | Yes | Global | Yes |
| innodb_buffer_pool_filename | Yes | Yes | Yes | Global | Yes |
| innodb_buffer_pool_instances | Yes | Yes | Yes | Global | No |
| innodb_buffer_pool_load_abort | Yes | Yes | Yes | Global | Yes |
| innodb_buffer_pool_load_at_startup | Yes | Yes | Yes | Global | Yes |
| innodb_buffer_pool_load_now | Yes | Yes | Yes | Global | Yes |
| innodb_buffer_pool_size | Yes | Yes | Yes | Global | No |
| innodb_change_buffer_max_size | Yes | Yes | Yes | Global | Yes |
| innodb_change_buffering | Yes | Yes | Yes | Global | Yes |
| innodb_checksum_algorithm | Yes | Yes | Yes | Global | Yes |
| innodb_checksums | Yes | Yes | Yes | Global | No |
| innodb_commit_concurrency | Yes | Yes | Yes | Global | Yes |
| innodb_concurrency_tickets | Yes | Yes | Yes | Global | Yes |
| innodb_data_file_path | Yes | Yes | Yes | Global | No |
| innodb_data_home_dir | Yes | Yes | Yes | Global | No |
| innodb_doublewrite | Yes | Yes | Yes | Global | No |
| innodb_fast_shutdown | Yes | Yes | Yes | Global | Yes |
| innodb_file_format | Yes | Yes | Yes | Global | Yes |
| innodb_file_format_check | Yes | Yes | Yes | Global | No |
| innodb_file_format_max | Yes | Yes | Yes | Global | Yes |
| innodb_file_per_table | Yes | Yes | Yes | Global | Yes |
| innodb_flush_log_at_trx_commit | Yes | Yes | Yes | Global | Yes |
| innodb_flush_method | Yes | Yes | Yes | Global | No |
| innodb_flush_neighbors | Yes | Yes | Yes | Global | Yes |
| innodb_force_load_corrupted | Yes | Yes | Yes | Global | No |
| innodb_force_recovery | Yes | Yes | Yes | Global | No |
| innodb_ft_aux_table | Yes | Yes | Yes | Global | Yes |
| innodb_ft_cache_size | Yes | Yes | Yes | Global | Yes |
| innodb_ft_enable_stopword | Yes | Yes | Yes | Global | Yes |
| innodb_ft_max_token_size | Yes | Yes | Yes | Global | Yes |
| innodb_ft_min_token_size | Yes | Yes | Yes | Global | Yes |
| innodb_ft_num_word_optimize | Yes | Yes | Yes | Global | Yes |
| innodb_ft_server_stopword_table | Yes | Yes | Yes | Global | Yes |
| innodb_ft_sort_pll_degree | Yes | Yes | Yes | Global | Yes |
| innodb_ft_user_stopword_table | Yes | Yes | Yes | Global | Yes |
| innodb_io_capacity | Yes | Yes | Yes | Global | Yes |
| innodb_large_prefix | Yes | Yes | Yes | Global | Yes |
| innodb_lock_wait_timeout | Yes | Yes | Yes | Both | Yes |
| innodb_locks_unsafe_for_binlog | Yes | Yes | Yes | Global | No |
| innodb_log_buffer_size | Yes | Yes | Yes | Global | No |
| innodb_log_file_size | Yes | Yes | Yes | Global | No |
| innodb_log_files_in_group | Yes | Yes | Yes | Global | No |
| innodb_log_group_home_dir | Yes | Yes | Yes | Global | No |
| innodb_lru_scan_depth | Yes | Yes | Yes | Global | Yes |
| innodb_max_dirty_pages_pct | Yes | Yes | Yes | Global | Yes |
| innodb_max_purge_lag | Yes | Yes | Yes | Global | Yes |
| innodb_mirrored_log_groups | Yes | Yes | Yes | Global | No |
| innodb_monitor_disable | Yes | Yes | Yes | Global | Yes |
| innodb_monitor_enable | Yes | Yes | Yes | Global | Yes |
| innodb_monitor_reset | Yes | Yes | Yes | Global | Yes |
| innodb_monitor_reset_all | Yes | Yes | Yes | Global | Yes |
| innodb_old_blocks_pct | Yes | Yes | Yes | Global | Yes |
| innodb_old_blocks_time | Yes | Yes | Yes | Global | Yes |
| innodb_open_files | Yes | Yes | Yes | Global | No |
| innodb_optimize_fulltext_only | Yes | Yes | Yes | Global | Yes |
| innodb_page_size | Yes | Yes | Yes | Global | No |
| innodb_print_all_deadlocks | Yes | Yes | Yes | Global | Yes |
| innodb_purge_batch_size | Yes | Yes | Yes | Global | No |
| innodb_purge_threads | Yes | Yes | Yes | Global | No |
| innodb_random_read_ahead | Yes | Yes | Yes | Global | Yes |
| innodb_read_ahead_threshold | Yes | Yes | Yes | Global | Yes |
| innodb_read_io_threads | Yes | Yes | Yes | Global | No |
| innodb_replication_delay | Yes | Yes | Yes | Global | Yes |
| innodb_rollback_on_timeout | Yes | Yes | Yes | Global | No |
| innodb_rollback_segments | Yes | Yes | Yes | Global | Yes |
| innodb_sort_buffer_size | Yes | Yes | Yes | Global | Yes |
| innodb_spin_wait_delay | Yes | Yes | Yes | Global | Yes |
| innodb_stats_method | Yes | Yes | Yes | Both | Yes |
| innodb_stats_on_metadata | Yes | Yes | Yes | Global | Yes |
| innodb_stats_persistent_sample_pages | Yes | Yes | Yes | Global | Yes |
| innodb_stats_sample_pages | Yes | Yes | Yes | Global | Yes |
| innodb_stats_transient_sample_pages | Yes | Yes | Yes | Global | Yes |
| innodb_strict_mode | Yes | Yes | Yes | Both | Yes |
| innodb_support_xa | Yes | Yes | Yes | Both | Yes |
| innodb_sync_array_size | Yes | Yes | Yes | Global | No |
| innodb_sync_spin_loops | Yes | Yes | Yes | Global | Yes |
| innodb_table_locks | Yes | Yes | Yes | Both | Yes |
| innodb_thread_concurrency | Yes | Yes | Yes | Global | Yes |
| innodb_thread_sleep_delay | Yes | Yes | Yes | Global | Yes |
| innodb_undo_directory | Yes | Yes | Yes | Global | Yes |
| innodb_undo_logs | Yes | Yes | Yes | Global | Yes |
| innodb_undo_tablespaces | Yes | Yes | Yes | Global | Yes |
| innodb_use_native_aio | Yes | Yes | Yes | Global | No |
| innodb_use_sys_malloc | Yes | Yes | Yes | Global | No |
| innodb_version | Yes | Global | No | ||
| innodb_write_io_threads | Yes | Yes | Yes | Global | No |
| insert_id | Yes | Session | Yes | ||
| interactive_timeout | Yes | Yes | Yes | Both | Yes |
| join_buffer_size | Yes | Yes | Yes | Both | Yes |
| keep_files_on_create | Yes | Yes | Yes | Both | Yes |
| key_buffer_size | Yes | Yes | Yes | Global | Yes |
| key_cache_age_threshold | Yes | Yes | Yes | Global | Yes |
| key_cache_block_size | Yes | Yes | Yes | Global | Yes |
| key_cache_division_limit | Yes | Yes | Yes | Global | Yes |
| language | Yes | Yes | Yes | Global | No |
| large_files_support | Yes | Global | No | ||
| large_page_size | Yes | Global | No | ||
| large-pages | Yes | Yes | No | ||
| - Variable: large_pages | Yes | Global | No | ||
| last_insert_id | Yes | Session | Yes | ||
| lc-messages | Yes | Yes | Yes | ||
| - Variable: lc_messages | Yes | Both | Yes | ||
| lc-messages-dir | Yes | Yes | No | ||
| - Variable: lc_messages_dir | Yes | Global | No | ||
| lc_time_names | Yes | Both | Yes | ||
| license | Yes | Global | No | ||
| local_infile | Yes | Global | Yes | ||
| lock_wait_timeout | Yes | Yes | Yes | Both | Yes |
| locked_in_memory | Yes | Global | No | ||
| log | Yes | Yes | Yes | Global | Yes |
| log_bin | Yes | Global | No | ||
| log-bin | Yes | Yes | Yes | Global | No |
| log_bin_basename | Yes | Global | No | ||
| log-error | Yes | Yes | No | ||
| - Variable: log_error | Yes | Global | No | ||
| log-output | Yes | Yes | Yes | ||
| - Variable: log_output | Yes | Global | Yes | ||
| log-queries-not-using-indexes | Yes | Yes | Yes | ||
| - Variable: log_queries_not_using_indexes | Yes | Global | Yes | ||
| log-slave-updates | Yes | Yes | No | ||
| - Variable: log_slave_updates | Yes | Global | No | ||
| log-slow-queries | Yes | Yes | Yes | ||
| - Variable: log_slow_queries | Yes | Global | Yes | ||
| log_throttle_queries_not_using_indexes | Yes | Global | Yes | ||
| log-warnings | Yes | Yes | Yes | ||
| - Variable: log_warnings | Yes | Global | Yes | ||
| long_query_time | Yes | Yes | Yes | Both | Yes |
| low-priority-updates | Yes | Yes | Yes | ||
| - Variable: low_priority_updates | Yes | Both | Yes | ||
| lower_case_file_system | Yes | Yes | Yes | Global | No |
| lower_case_table_names | Yes | Yes | Yes | Global | No |
| master_info_repository | Yes | Global | No | ||
| master_verify_checksum | Yes | Global | Yes | ||
| max_allowed_packet | Yes | Yes | Yes | Global | Yes |
| max_binlog_cache_size | Yes | Yes | Yes | Global | Yes |
| max_binlog_size | Yes | Yes | Yes | Global | Yes |
| max_binlog_stmt_cache_size | Yes | Yes | Yes | Global | Yes |
| max_connect_errors | Yes | Yes | Yes | Global | Yes |
| max_connections | Yes | Yes | Yes | Global | Yes |
| max_delayed_threads | Yes | Yes | Yes | Both | Yes |
| max_error_count | Yes | Yes | Yes | Both | Yes |
| max_heap_table_size | Yes | Yes | Yes | Both | Yes |
| max_insert_delayed_threads | Yes | Both | Yes | ||
| max_join_size | Yes | Yes | Yes | Both | Yes |
| max_length_for_sort_data | Yes | Yes | Yes | Both | Yes |
| max_prepared_stmt_count | Yes | Yes | Yes | Global | Yes |
| max_relay_log_size | Yes | Yes | Yes | Global | Yes |
| max_seeks_for_key | Yes | Yes | Yes | Both | Yes |
| max_sort_length | Yes | Yes | Yes | Both | Yes |
| max_sp_recursion_depth | Yes | Yes | Yes | Both | Yes |
| max_tmp_tables | Yes | Yes | Yes | Both | Yes |
| max_user_connections | Yes | Yes | Yes | Both | Yes |
| max_write_lock_count | Yes | Yes | Yes | Global | Yes |
| memlock | Yes | Yes | Yes | Global | No |
| metadata_locks_cache_size | Yes | Global | No | ||
| min-examined-row-limit | Yes | Yes | Yes | Both | Yes |
| myisam_data_pointer_size | Yes | Yes | Yes | Global | Yes |
| myisam_max_sort_file_size | Yes | Yes | Yes | Global | Yes |
| myisam_mmap_size | Yes | Yes | Yes | Global | No |
| myisam_recover_options | Yes | Global | No | ||
| myisam_repair_threads | Yes | Yes | Yes | Both | Yes |
| myisam_sort_buffer_size | Yes | Yes | Yes | Both | Yes |
| myisam_stats_method | Yes | Yes | Yes | Both | Yes |
| myisam_use_mmap | Yes | Yes | Yes | Global | Yes |
| named_pipe | Yes | Global | No | ||
| net_buffer_length | Yes | Yes | Yes | Both | Yes |
| net_read_timeout | Yes | Yes | Yes | Both | Yes |
| net_retry_count | Yes | Yes | Yes | Both | Yes |
| net_write_timeout | Yes | Yes | Yes | Both | Yes |
| new | Yes | Yes | Yes | Both | Yes |
| old | Yes | Yes | Yes | Global | No |
| old-alter-table | Yes | Yes | Yes | ||
| - Variable: old_alter_table | Yes | Both | Yes | ||
| old-passwords | Yes | Yes | Yes | ||
| - Variable: old_passwords | Yes | Both | Yes | ||
| open-files-limit | Yes | Yes | No | ||
| - Variable: open_files_limit | Yes | Global | No | ||
| optimizer_join_cache_level | Yes | Yes | Yes | Both | Yes |
| optimizer_prune_level | Yes | Yes | Yes | Both | Yes |
| optimizer_search_depth | Yes | Yes | Yes | Both | Yes |
| optimizer_switch | Yes | Yes | Yes | Both | Yes |
| optimizer_trace | Yes | Both | Yes | ||
| optimizer_trace_features | Yes | Both | Yes | ||
| optimizer_trace_limit | Yes | Both | Yes | ||
| optimizer_trace_max_mem_size | Yes | Both | Yes | ||
| optimizer_trace_offset | Yes | Both | Yes | ||
| partition | Yes | Yes | No | ||
| - Variable: have_partitioning | Yes | Global | No | ||
| performance_schema | Yes | Yes | Yes | Global | No |
| performance_schema_accounts_size | Yes | Yes | Yes | Global | No |
| performance_schema_events_stages_history_long_size | Yes | Yes | Yes | Global | No |
| performance_schema_events_stages_history_size | Yes | Yes | Yes | Global | No |
| performance_schema_events_statements_history_long_size | Yes | Yes | Yes | Global | No |
| performance_schema_events_statements_history_size | Yes | Yes | Yes | Global | No |
| performance_schema_events_waits_history_long_size | Yes | Yes | Yes | Global | No |
| performance_schema_events_waits_history_size | Yes | Yes | Yes | Global | No |
| performance_schema_hosts_size | Yes | Yes | Yes | Global | No |
| performance_schema_max_cond_classes | Yes | Yes | Yes | Global | No |
| performance_schema_max_cond_instances | Yes | Yes | Yes | Global | No |
| performance_schema_max_file_classes | Yes | Yes | Yes | Global | No |
| performance_schema_max_file_handles | Yes | Yes | Yes | Global | No |
| performance_schema_max_file_instances | Yes | Yes | Yes | Global | No |
| performance_schema_max_mutex_classes | Yes | Yes | Yes | Global | No |
| performance_schema_max_mutex_instances | Yes | Yes | Yes | Global | No |
| performance_schema_max_rwlock_classes | Yes | Yes | Yes | Global | No |
| performance_schema_max_rwlock_instances | Yes | Yes | Yes | Global | No |
| performance_schema_max_socket_classes | Yes | Yes | Yes | Global | No |
| performance_schema_max_socket_instances | Yes | Yes | Yes | Global | No |
| performance_schema_max_stage_classes | Yes | Yes | Yes | Global | No |
| performance_schema_max_statement_classes | Yes | Yes | Yes | Global | No |
| performance_schema_max_table_handles | Yes | Yes | Yes | Global | No |
| performance_schema_max_table_instances | Yes | Yes | Yes | Global | No |
| performance_schema_max_thread_classes | Yes | Yes | Yes | Global | No |
| performance_schema_max_thread_instances | Yes | Yes | Yes | Global | No |
| performance_schema_setup_actors_size | Yes | Yes | Yes | Global | No |
| performance_schema_setup_objects_size | Yes | Yes | Yes | Global | No |
| performance_schema_users_size | Yes | Yes | Yes | Global | No |
| pid-file | Yes | Yes | No | ||
| - Variable: pid_file | Yes | Global | No | ||
| plugin_dir | Yes | Yes | Yes | Global | No |
| port | Yes | Yes | Yes | Global | No |
| preload_buffer_size | Yes | Yes | Yes | Both | Yes |
| profiling | Yes | Both | Yes | ||
| profiling_history_size | Yes | Yes | Yes | Both | Yes |
| protocol_version | Yes | Global | No | ||
| proxy_user | Yes | Session | No | ||
| pseudo_thread_id | Yes | Session | Yes | ||
| query_alloc_block_size | Yes | Yes | Yes | Both | Yes |
| query_cache_limit | Yes | Yes | Yes | Global | Yes |
| query_cache_min_res_unit | Yes | Yes | Yes | Global | Yes |
| query_cache_size | Yes | Yes | Yes | Global | Yes |
| query_cache_type | Yes | Yes | Yes | Both | Yes |
| query_cache_wlock_invalidate | Yes | Yes | Yes | Both | Yes |
| query_prealloc_size | Yes | Yes | Yes | Both | Yes |
| rand_seed1 | Yes | Session | Yes | ||
| rand_seed2 | Yes | Session | Yes | ||
| range_alloc_block_size | Yes | Yes | Yes | Both | Yes |
| read_buffer_size | Yes | Yes | Yes | Both | Yes |
| read_only | Yes | Yes | Yes | Global | Yes |
| read_rnd_buffer_size | Yes | Yes | Yes | Both | Yes |
| relay_log_basename | Yes | Global | No | ||
| relay-log-index | Yes | Yes | No | ||
| - Variable: relay_log_index | Yes | Both | No | ||
| relay_log_index | Yes | Yes | Yes | Global | No |
| relay_log_info_file | Yes | Yes | Yes | Global | No |
| relay_log_info_repository | Yes | Global | No | ||
| relay_log_purge | Yes | Yes | Yes | Global | Yes |
| relay_log_recovery | Yes | Yes | Yes | Global | Yes |
| relay_log_space_limit | Yes | Yes | Yes | Global | No |
| report-host | Yes | Yes | No | ||
| - Variable: report_host | Yes | Global | No | ||
| report-password | Yes | Yes | No | ||
| - Variable: report_password | Yes | Global | No | ||
| report-port | Yes | Yes | No | ||
| - Variable: report_port | Yes | Global | No | ||
| report-user | Yes | Yes | No | ||
| - Variable: report_user | Yes | Global | No | ||
| rpl_semi_sync_master_enabled | Yes | Global | Yes | ||
| rpl_semi_sync_master_timeout | Yes | Global | Yes | ||
| rpl_semi_sync_master_trace_level | Yes | Global | Yes | ||
| rpl_semi_sync_master_wait_no_slave | Yes | Global | Yes | ||
| rpl_semi_sync_slave_enabled | Yes | Global | Yes | ||
| rpl_semi_sync_slave_trace_level | Yes | Global | Yes | ||
| secure-auth | Yes | Yes | Yes | ||
| - Variable: secure_auth | Yes | Global | Yes | ||
| secure-file-priv | Yes | Yes | No | ||
| - Variable: secure_file_priv | Yes | Global | No | ||
| server-id | Yes | Yes | Yes | ||
| - Variable: server_id | Yes | Global | Yes | ||
| server_uuid | Yes | Global | No | ||
| shared_memory | Yes | Global | No | ||
| shared_memory_base_name | Yes | Global | No | ||
| skip-external-locking | Yes | Yes | No | ||
| - Variable: skip_external_locking | Yes | Global | No | ||
| skip-name-resolve | Yes | Yes | No | ||
| - Variable: skip_name_resolve | Yes | Global | No | ||
| skip-networking | Yes | Yes | No | ||
| - Variable: skip_networking | Yes | Global | No | ||
| skip-show-database | Yes | Yes | No | ||
| - Variable: skip_show_database | Yes | Global | No | ||
| slave_compressed_protocol | Yes | Yes | Yes | Global | Yes |
| slave_exec_mode | Yes | Global | Yes | ||
| slave-load-tmpdir | Yes | Yes | No | ||
| - Variable: slave_load_tmpdir | Yes | Global | No | ||
| slave-net-timeout | Yes | Yes | Yes | ||
| - Variable: slave_net_timeout | Yes | Global | Yes | ||
| slave_parallel_workers | Yes | Global | Yes | ||
| slave-skip-errors | Yes | Yes | No | ||
| - Variable: slave_skip_errors | Yes | Global | No | ||
| slave_sql_verify_checksum | Yes | Global | Yes | ||
| slave_transaction_retries | Yes | Yes | Yes | Global | Yes |
| slave_type_conversions | Yes | Yes | Yes | Global | No |
| slow_launch_time | Yes | Yes | Yes | Global | Yes |
| slow-query-log | Yes | Yes | Yes | ||
| - Variable: slow_query_log | Yes | Global | Yes | ||
| slow_query_log_file | Yes | Yes | Yes | Global | Yes |
| socket | Yes | Yes | Yes | Global | No |
| sort_buffer_size | Yes | Yes | Yes | Both | Yes |
| sql_auto_is_null | Yes | Both | Yes | ||
| sql_big_selects | Yes | Both | Yes | ||
| sql_big_tables | Yes | Both | Yes | ||
| sql_buffer_result | Yes | Both | Yes | ||
| sql_log_bin | Yes | Both | Yes | ||
| sql_log_off | Yes | Both | Yes | ||
| sql_low_priority_updates | Yes | Both | Yes | ||
| sql_max_join_size | Yes | Both | Yes | ||
| sql-mode | Yes | Yes | Yes | ||
| - Variable: sql_mode | Yes | Both | Yes | ||
| sql_notes | Yes | Both | Yes | ||
| sql_quote_show_create | Yes | Both | Yes | ||
| sql_safe_updates | Yes | Both | Yes | ||
| sql_select_limit | Yes | Both | Yes | ||
| sql_slave_skip_counter | Yes | Global | Yes | ||
| sql_warnings | Yes | Both | Yes | ||
| ssl-ca | Yes | Yes | No | ||
| - Variable: ssl_ca | Yes | Global | No | ||
| ssl-capath | Yes | Yes | No | ||
| - Variable: ssl_capath | Yes | Global | No | ||
| ssl-cert | Yes | Yes | No | ||
| - Variable: ssl_cert | Yes | Global | No | ||
| ssl-cipher | Yes | Yes | No | ||
| - Variable: ssl_cipher | Yes | Global | No | ||
| ssl-crl | Yes | Yes | No | ||
| - Variable: ssl_crl | Yes | Global | No | ||
| ssl-crlpath | Yes | Yes | No | ||
| - Variable: ssl_crlpath | Yes | Global | No | ||
| ssl-key | Yes | Yes | No | ||
| - Variable: ssl_key | Yes | Global | No | ||
| storage_engine | Yes | Both | Yes | ||
| sync_binlog | Yes | Yes | Yes | Global | Yes |
| sync_frm | Yes | Yes | Yes | Global | Yes |
| sync_master_info | Yes | Yes | Yes | Global | Yes |
| sync_relay_log | Yes | Yes | Yes | Global | Yes |
| sync_relay_log_info | Yes | Yes | Yes | Global | Yes |
| system_time_zone | Yes | Global | No | ||
| table_definition_cache | Yes | Yes | Yes | Global | Yes |
| table_open_cache | Yes | Yes | Yes | Global | Yes |
| thread_cache_size | Yes | Yes | Yes | Global | Yes |
| thread_concurrency | Yes | Yes | Yes | Global | No |
| thread_handling | Yes | Yes | Yes | Global | No |
| thread_stack | Yes | Yes | Yes | Global | No |
| time_format | Yes | Global | No | ||
| time_zone | Yes | Yes | Yes | Both | Yes |
| timed_mutexes | Yes | Yes | Yes | Global | Yes |
| timestamp | Yes | Session | Yes | ||
| tmp_table_size | Yes | Yes | Yes | Both | Yes |
| tmpdir | Yes | Yes | Yes | Global | No |
| transaction_alloc_block_size | Yes | Yes | Yes | Both | Yes |
| transaction_prealloc_size | Yes | Yes | Yes | Both | Yes |
| tx_isolation | Yes | Both | Yes | ||
| tx_read_only | Yes | Both | Yes | ||
| unique_checks | Yes | Both | Yes | ||
| updatable_views_with_limit | Yes | Yes | Yes | Both | Yes |
| version | Yes | Global | No | ||
| version_comment | Yes | Global | No | ||
| version_compile_machine | Yes | Global | No | ||
| version_compile_os | Yes | Global | No | ||
| wait_timeout | Yes | Yes | Yes | Both | Yes |
| warning_count | Yes | Session | No | ||
|
[a] This option is dynamic, but only the server should set this information. You should not set the value of this variable manually. [b] This option is dynamic, but only the server should set this information. You should not set the value of this variable manually. | |||||
For additional system variable information, see these sections:
- , "Using System Variables", discusses the syntax for setting and displaying system variable values.
- , "Dynamic System Variables", lists the variables that can be set at runtime.
- Information on tuning system variables can be found in , "Tuning Server Parameters".
- , "
InnoDBStartup Options and System Variables", listsInnoDBsystem variables. - MySQL Cluster System Variables, lists system variables which are specific to MariaDB Cluster.
- For information on server system variables specific to replication, see , "Replication and Binary Logging Options and Variables".
Some of the following variable descriptions refer to "enabling" or "disabling" a variable. These variables can be enabled with the SET statement by setting them to ON or 1, or disabled by setting them to OFF or 0. However, before MariaDB 5.6.2, to set such a variable on the command line or in an option file, you must set it to 1 or 0; setting it to ON or OFF will not work. For example, on the command line, --delay_key_write=1 works but --delay_key_write=ON does not. As of MariaDB 5.6.2, boolean variables can be set at startup to the values ON, TRUE, OFF, and FALSE (not case sensitive). See , "Program Option Modifiers".
Some system variables control the size of buffers or caches. For a given buffer, the server might need to allocate internal data structures. These structures typically are allocated from the total memory allocated to the buffer, and the amount of space required might be platform dependent. This means that when you assign a value to a system variable that controls a buffer size, the amount of space actually available might differ from the value assigned. In some cases, the amount might be less than the value assigned. It is also possible that the server will adjust a value upward. For example, if you assign a value of 0 to a variable for which the minimal value is 1024, the server will set the value to 1024.
Values for buffer sizes, lengths, and stack sizes are given in bytes unless otherwise specified.
Some system variables take file name values. Unless otherwise specified, the default file location is the data directory if the value is a relative path name. To specify the location explicitly, use an absolute path name. Suppose that the data directory is /var/mysql/data. If a file-valued variable is given as a relative path name, it will be located under /var/mysql/data. If the value is an absolute path name, its location is as given by the path name.
autocommitCommand-Line Format --autocommit[=#]Option-File Format autocommitOption Sets Variable Yes, autocommitVariable Name autocommitVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanThe autocommit mode. If set to 1, all changes to a table take effect immediately. If set to 0, you must use
COMMITto accept a transaction orROLLBACKto cancel it. Ifautocommitis 0 and you change it to 1, MariaDB performs an automaticCOMMITof any open transaction. Another way to begin a transaction is to use aSTART TRANSACTIONorBEGINstatement. See , "START TRANSACTION,COMMIT, andROLLBACKSyntax".By default, client connections begin with
autocommitset to 1. To cause clients to begin with a default of 0, set the globalautocommitvalue by starting the server with the--autocommit=0option. To set the variable using an option file, include these lines:[mysqld] autocommit=0
automatic_sp_privilegesVariable Name automatic_sp_privilegesVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault TRUEWhen this variable has a value of 1 (the default), the server automatically grants the
EXECUTEandALTER ROUTINEprivileges to the creator of a stored routine, if the user cannot already execute and alter or drop the routine. (TheALTER ROUTINEprivilege is required to drop the routine.) The server also automatically drops those privileges from the creator when the routine is dropped. Ifautomatic_sp_privilegesis 0, the server does not automatically add or drop these privileges.The creator of a routine is the account used to execute the
CREATEstatement for it. This might not be the same as the account named as theDEFINERin the routine definition.back_logCommand-Line Format --back_log=#Option-File Format back_logOption Sets Variable Yes, back_logVariable Name back_logVariable Scope Global Dynamic Variable No Permitted Values Type numericDefault 50Range 1 .. 65535The number of outstanding connection requests MariaDB can have. This comes into play when the main MariaDB thread gets very many connection requests in a very short time. It then takes some time (although very little) for the main thread to check the connection and start a new thread. The
back_logvalue indicates how many requests can be stacked during this short time before MariaDB momentarily stops answering new requests. You need to increase this only if you expect a large number of connections in a short period of time.In other words, this value is the size of the listen queue for incoming TCP/IP connections. Your operating system has its own limit on the size of this queue. The manual page for the Unix
listen()system call should have more details. Check your OS documentation for the maximum value for this variable.back_logcannot be set higher than your operating system limit.basedirCommand-Line Format --basedir=path-bOption-File Format basedirOption Sets Variable Yes, basedirVariable Name basedirVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe MariaDB installation base directory. This variable can be set with the
--basediroption. Relative path names for other variables usually are resolved relative to the base directory.big_tablesIf set to 1, all temporary tables are stored on disk rather than in memory. This is a little slower, but the error
The tabledoes not occur fortbl_nameis fullSELECToperations that require a large temporary table. The default value for a new connection is 0 (use in-memory temporary tables). Normally, you should never need to set this variable, because in-memory tables are automatically converted to disk-based tables as required.bind_addressCommand-Line Format --bind-address=nameOption-File Format bind-address=nameVariable Name bind-addressVariable Scope Global Dynamic Variable No Permitted Values Type stringDefault 0.0.0.0Range 255.255.255.255The value of the
--bind-addressoption. This variable was added in MariaDB 5.6.1.bulk_insert_buffer_sizeCommand-Line Format --bulk_insert_buffer_size=#Option-File Format bulk_insert_buffer_sizeOption Sets Variable Yes, bulk_insert_buffer_sizeVariable Name bulk_insert_buffer_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 8388608Range 0 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 8388608Range 0 .. 18446744073709547520MyISAMuses a special tree-like cache to make bulk inserts faster forINSERT ... SELECT,INSERT ... VALUES (...), (...), ..., andLOAD DATA INFILEwhen adding data to nonempty tables. This variable limits the size of the cache tree in bytes per thread. Setting it to 0 disables this optimization. The default value is 8MB.character_set_clientVariable Name character_set_clientVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe character set for statements that arrive from the client. The session value of this variable is set using the character set requested by the client when the client connects to the server. (Many clients support a
--default-character-setoption to enable this character set to be specified explicitly. See also , "Connection Character Sets and Collations".) The global value of the variable is used to set the session value in cases when the client-requested value is unknown or not available, or the server is configured to ignore client requests:- The client is from a version of MariaDB older than MySQL, and thus does not request a character set.
- The client requests a character set not known to the server. For example, a Japanese-enabled client requests
sjiswhen connecting to a server not configured withsjissupport. - mysqld was started with the
--skip-character-set-client-handshakeoption, which causes it to ignore client character set configuration. This reproduces MariaDB behavior and is useful should you wish to upgrade the server without upgrading all the clients.
ucs2,utf16,utf16le, andutf32cannot be used as a client character set, which means that they also do not work forSET NAMESorSET CHARACTER SET.character_set_connectionVariable Name character_set_connectionVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe character set used for literals that do not have a character set introducer and for number-to-string conversion.
character_set_databaseVariable Name character_set_databaseVariable Scope Global, Session Dynamic Variable Yes Footnote This option is dynamic, but only the server should set this information. You should not set the value of this variable manually. Permitted Values Type stringThe character set used by the default database. The server sets this variable whenever the default database changes. If there is no default database, the variable has the same value as
character_set_server.character_set_filesystemCommand-Line Format --character-set-filesystem=nameOption-File Format character-set-filesystemOption Sets Variable Yes, character_set_filesystemVariable Name character_set_filesystemVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe file system character set. This variable is used to interpret string literals that refer to file names, such as in the
LOAD DATA INFILEandSELECT ... INTO OUTFILEstatements and theLOAD_FILE()function. Such file names are converted fromcharacter_set_clienttocharacter_set_filesystembefore the file opening attempt occurs. The default value isbinary, which means that no conversion occurs. For systems on which multi-byte file names are permitted, a different value may be more appropriate. For example, if the system represents file names using UTF-8, setcharacter_set_filesystemto'utf8'.character_set_resultsVariable Name character_set_resultsVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe character set used for returning query results such as result sets or error messages to the client.
character_set_serverCommand-Line Format --character-set-serverOption-File Format character-set-serverOption Sets Variable Yes, character_set_serverVariable Name character_set_serverVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe server's default character set.
character_set_systemVariable Name character_set_systemVariable Scope Global Dynamic Variable No Permitted Values Type stringThe character set used by the server for storing identifiers. The value is always
utf8.character_sets_dirCommand-Line Format --character-sets-dir=pathOption-File Format character-sets-dir=pathOption Sets Variable Yes, character_sets_dirVariable Name character-sets-dirVariable Scope Global Dynamic Variable No Permitted Values Type directory nameThe directory where character sets are installed.
collation_connectionVariable Name collation_connectionVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe collation of the connection character set.
collation_databaseVariable Name collation_databaseVariable Scope Global, Session Dynamic Variable Yes Footnote This option is dynamic, but only the server should set this information. You should not set the value of this variable manually. Permitted Values Type stringThe collation used by the default database. The server sets this variable whenever the default database changes. If there is no default database, the variable has the same value as
collation_server.collation_serverCommand-Line Format --collation-serverOption-File Format collation-serverOption Sets Variable Yes, collation_serverVariable Name collation_serverVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe server's default collation.
completion_typeCommand-Line Format --completion_type=#Option-File Format completion_typeOption Sets Variable Yes, completion_typeVariable Name completion_typeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type enumerationDefault NO_CHAINValid Values NO_CHAINCHAINRELEASE012The transaction completion type. This variable can take the values shown in the following table. The variable can be assigned using either the name values or corresponding integer values.
Value Description NO_CHAIN(or 0)COMMITandROLLBACKare unaffected. This is the default value.CHAIN(or 1)COMMITandROLLBACKare equivalent toCOMMIT AND CHAINandROLLBACK AND CHAIN, respectively. (A new transaction starts immediately with the same isolation level as the just-terminated transaction.)RELEASE(or 2)COMMITandROLLBACKare equivalent toCOMMIT RELEASEandROLLBACK RELEASE, respectively. (The server disconnects after terminating the transaction.)completion-typeaffects transactions that begin withSTART TRANSACTIONorBEGINand end withCOMMITorROLLBACK. It does not apply to implicit commits resulting from execution of the statements listed in , "Statements That Cause an Implicit Commit". It also does not apply forXA COMMIT,XA ROLLBACK, or whenautocommit=1.concurrent_insertCommand-Line Format --concurrent_insert[=#]Option-File Format concurrent_insertOption Sets Variable Yes, concurrent_insertVariable Name concurrent_insertVariable Scope Global Dynamic Variable Yes Permitted Values Type enumerationDefault AUTOValid Values NEVERAUTOALWAYS012If
AUTO(the default), MariaDB permitsINSERTandSELECTstatements to run concurrently forMyISAMtables that have no free blocks in the middle of the data file. If you start mysqld with--skip-new, this variable is set toNEVER.This variable can take the values shown in the following table. The variable can be assigned using either the name values or corresponding integer values.
Value Description NEVER(or 0)Disables concurrent inserts AUTO(or 1)(Default) Enables concurrent insert for MyISAMtables that do not have holesALWAYS(or 2)Enables concurrent inserts for all MyISAMtables, even those that have holes. For a table with a hole, new rows are inserted at the end of the table if it is in use by another thread. Otherwise, MariaDB acquires a normal write lock and inserts the row into the hole.See also , "Concurrent Inserts".
connect_timeoutCommand-Line Format --connect_timeout=#Option-File Format connect_timeoutOption Sets Variable Yes, connect_timeoutVariable Name connect_timeoutVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 10The number of seconds that the mysqld server waits for a connect packet before responding with
Bad handshake. The default value is 10 seconds.Increasing the
connect_timeoutvalue might help if clients frequently encounter errors of the formLost connection to MariaDB server at '.XXX', system error:errnodatadirCommand-Line Format --datadir=path-hOption-File Format datadirOption Sets Variable Yes, datadirVariable Name datadirVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe MariaDB data directory. This variable can be set with the
--datadiroption.date_formatThis variable is unused.
datetime_formatThis variable is unused.
debugCommand-Line Format --debug[=debug_options]Option-File Format debugVariable Name debugVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringDefault 'd:t:o,/tmp/mysqld.trace'This variable indicates the current debugging settings. It is available only for servers built with debugging support. The initial value comes from the value of instances of the
--debugoption given at server startup. The global and session values may be set at runtime; theSUPERprivilege is required, even for the session value.Assigning a value that begins with
+or-cause the value to added to or subtracted from the current value:mysql>
SET debug = 'T';mysql>SELECT @@debug;+---------+ | @@debug | +---------+ | T | +---------+ mysql>SET debug = '+P';mysql>SELECT @@debug;+---------+ | @@debug | +---------+ | P:T | +---------+ mysql>SET debug = '-P';mysql>SELECT @@debug;+---------+ | @@debug | +---------+ | T | +---------+debug_syncVariable Name debug_syncVariable Scope Session Dynamic Variable Yes Permitted Values Type stringThis variable is the user interface to the Debug Sync facility. Use of Debug Sync requires that MariaDB be configured with the
-DENABLE_DEBUG_SYNC=1option (see , "MySQL Source-Configuration Options"). If Debug Sync is not compiled in, this system variable is not available.The global variable value is read only and indicates whether the facility is enabled. By default, Debug Sync is disabled and the value of
debug_syncisOFF. If the server is started with--debug-sync-timeout=, whereNNis a timeout value greater than 0, Debug Sync is enabled and the value ofdebug_syncisON - current signalfollowed by the signal name. Also,Nbecomes the default timeout for individual synchronization points.The session value can be read by any user and will have the same value as the global variable. The session value can be set by users that have the
SUPERprivilege to control synchronization points.For a description of the Debug Sync facility and how to use synchronization points, see MySQL Internals: Test Synchronization.
default_storage_engineCommand-Line Format --default-storage-engine=nameOption-File Format default-storage-engineOption Sets Variable Yes, default_storage_engineVariable Name default_storage_engineVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type enumerationDefault InnoDBThe default storage engine. As of MariaDB 5.6.3, this variable sets the storage engine for permanent tables only. To set the storage engine for
TEMPORARYtables, set thedefault_tmp_storage_enginesystem variable.default-storage-engineshould be used in preference tostorage_engine, which is deprecated.If you disable the default storage engine at server startup, you must set the default engine for both permanent and
TEMPORARYtables to a different engine or the server will not start.default_tmp_storage_engineThe default storage engine for
TEMPORARYtables (created withCREATE TEMPORARY TABLE). To set the storage engine for permanent tables, set thedefault_storage_enginesystem variable.If you disable the default storage engine at server startup, you must set the default engine for both permanent and
TEMPORARYtables to a different engine or the server will not start.default_tmp_storage_enginewas added in MariaDB 5.6.3.default_week_formatCommand-Line Format --default_week_format=#Option-File Format default_week_formatOption Sets Variable Yes, default_week_formatVariable Name default_week_formatVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 0Range 0 .. 7The default mode value to use for the
WEEK()function. See , "Date and Time Functions".delay_key_writeCommand-Line Format --delay-key-write[=name]Option-File Format delay-key-writeOption Sets Variable Yes, delay_key_writeVariable Name delay-key-writeVariable Scope Global Dynamic Variable Yes Permitted Values Type enumerationDefault ONValid Values ONOFFALLThis option applies only to
MyISAMtables. It can have one of the following values to affect handling of theDELAY_KEY_WRITEtable option that can be used inCREATE TABLEstatements.Option Description OFFDELAY_KEY_WRITEis ignored.ONMySQL honors any DELAY_KEY_WRITEoption specified inCREATE TABLEstatements. This is the default value.ALLAll new opened tables are treated as if they were created with the DELAY_KEY_WRITEoption enabled.If
DELAY_KEY_WRITEis enabled for a table, the key buffer is not flushed for the table on every index update, but only when the table is closed. This speeds up writes on keys a lot, but if you use this feature, you should add automatic checking of allMyISAMtables by starting the server with the--myisam-recover-optionsoption (for example,--myisam-recover-options=BACKUP,FORCE). See , "Server Command Options", and , "MyISAMStartup Options".WarningIf you enable external locking with
--external-locking, there is no protection against index corruption for tables that use delayed key writes.delayed_insert_limitCommand-Line Format --delayed_insert_limit=#Option-File Format delayed_insert_limitOption Sets Variable Yes, delayed_insert_limitVariable Name delayed_insert_limitVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 100Range 1 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 100Range 1 .. 18446744073709547520After inserting
delayed-insert-limitdelayed rows into a nontransactional table, theINSERT DELAYEDhandler thread checks whether there are anySELECTstatements pending. If so, it permits them to execute before continuing to insert delayed rows.delayed_insert_timeoutCommand-Line Format --delayed_insert_timeout=#Option-File Format delayed_insert_timeoutOption Sets Variable Yes, delayed_insert_timeoutVariable Name delayed_insert_timeoutVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 300How many seconds an
INSERT DELAYEDhandler thread should wait forINSERTstatements before terminating.delayed_queue_sizeCommand-Line Format --delayed_queue_size=#Option-File Format delayed_queue_sizeOption Sets Variable Yes, delayed_queue_sizeVariable Name delayed_queue_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 1000Range 1 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 1000Range 1 .. 18446744073709547520This is a per-table limit on the number of rows to queue when handling
INSERT DELAYEDstatements for nontransactional tables. If the queue becomes full, any client that issues anINSERT DELAYEDstatement waits until there is room in the queue again.div_precision_incrementCommand-Line Format --div_precision_increment=#Option-File Format div_precision_incrementOption Sets Variable Yes, div_precision_incrementVariable Name div_precision_incrementVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 4Range 0 .. 30This variable indicates the number of digits by which to increase the scale of the result of division operations performed with the
/operator. The default value is 4. The minimum and maximum values are 0 and 30, respectively. The following example illustrates the effect of increasing the default value.mysql>
SELECT 1/7;+--------+ | 1/7 | +--------+ | 0.1429 | +--------+ mysql>SET div_precision_increment = 12;mysql>SELECT 1/7;+----------------+ | 1/7 | +----------------+ | 0.142857142857 | +----------------+engine_condition_pushdownVersion Removed 5.6.1 Command-Line Format --engine-condition-pushdownOption-File Format engine-condition-pushdownOption Sets Variable Yes, engine_condition_pushdownVariable Name engine_condition_pushdownVariable Scope Global, Session Dynamic Variable Yes Deprecated 5.5.3, by optimizer_switchPermitted Values Type booleanDefault ONThis variable was removed in MariaDB 5.6.1. Use the
engine_condition_pushdownflag of theoptimizer_switchvariable instead. See , "Controlling Switchable Optimizations".end_markers_in_jsonVersion Introduced 5.6.5 Variable Name end_markers_in_jsonVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault OFFWhether optimizer JSON output should add end markers.
eq_range_index_dive_limitVersion Introduced 5.6.5 Command-Line Format --eq_range_index_dive_limit=#Option-File Format eq_range_index_dive_limitOption Sets Variable Yes, eq_range_index_dive_limitVariable Name eq_range_index_dive_limitVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 10Range 0 .. 4294967295This variable indicates the number of equality ranges in an equality comparison condition when the optimizer should switch from using index dives to index statistics in estimating the number of qualifying rows. It applies to evaluation of expressions that have either of these equivalent forms, where the optimizer uses a non-unique index to look up
col_namevalues:col_nameIN(val1, ...,valN)col_name=val1OR ... ORcol_name=valNIn both cases, the expression contains
Nequality ranges. The optimizer can make row estimates using index dives or index statistics. Ifeq_range_index_dive_limitis greater than 0, the optimizer uses existing index statistics instead of index dives if there areeq_range_index_dive_limitor more equality ranges. Thus, to permit use of index dives for up toNequality ranges, seteq_range_index_dive_limittoN+ 1. Seteq_range_index_dive_limitto 0 to disable use of index statistics and always use index dives regardless ofN.For more information, see , "Equality Range Optimization of Many-Valued Comparisons".
This variable was added in MariaDB 5.6.5. Before 5.6.5, the optimizer makes row estimates using index dives in all cases.
To update table index statistics for best estimates, use
ANALYZE TABLE.error_countThe number of errors that resulted from the last statement that generated messages. This variable is read only. See , "
SHOW ERRORSSyntax".event_schedulerCommand-Line Format --event-scheduler[=value]Option-File Format event-schedulerOption Sets Variable Yes, event_schedulerVariable Name event_schedulerVariable Scope Global Dynamic Variable Yes Permitted Values Type enumerationDefault OFFValid Values ONOFFDISABLEDThis variable indicates the status of the Event Scheduler; possible values are
ON,OFF, andDISABLED, with the default beingOFF. This variable and its effects on the Event Scheduler's operation are discussed in greater detail in the Overview section of the Events chapter.expire_logs_daysCommand-Line Format --expire_logs_days=#Option-File Format expire_logs_daysOption Sets Variable Yes, expire_logs_daysVariable Name expire_logs_daysVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 0Range 0 .. 99The number of days for automatic binary log file removal. The default is 0, which means "no automatic removal." Possible removals happen at startup and when the binary log is flushed. Log flushing occurs as indicated in , "MySQL Server Logs".
To remove binary log files manually, use the
PURGE BINARY LOGSstatement. See , "PURGE BINARY LOGSSyntax".external_userVariable Name external_userVariable Scope Session Dynamic Variable No Permitted Values Type stringThe external user name used during the authentication process, as set by the plugin used to authenticate the client. With native (built-in) MariaDB authentication, or if the plugin does not set the value, this variable is
NULL. See , "Proxy Users".flushCommand-Line Format --flushOption-File Format flushVariable Name flushVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault OFFIf
ON, the server flushes (synchronizes) all changes to disk after each SQL statement. Normally, MariaDB does a write of all changes to disk only after each SQL statement and lets the operating system handle the synchronizing to disk. See "What to Do If MariaDB Keeps Crashing". This variable is set toONif you start mysqld with the--flushoption.flush_timeCommand-Line Format --flush_time=#Option-File Format flush_timeOption Sets Variable Yes, flush_timeVariable Name flush_timeVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 0Min Value 0Permitted Values Type (windows) numericDefault 1800Min Value 0If this is set to a nonzero value, all tables are closed every
flush_timeseconds to free up resources and synchronize unflushed data to disk. This option is best used only on Windows 9x or Me, or on systems with minimal resources.foreign_key_checksIf set to 1 (the default), foreign key constraints for
InnoDBtables are checked. If set to 0, they are ignored. Typically you leave this setting enabled during normal operation, to enforce referential integrity. Disabling foreign key checking can be useful for reloadingInnoDBtables in an order different from that required by their parent/child relationships. See , "FOREIGN KEYConstraints".Setting
foreign_key_checksto 0 also affects data definition statements:DROP SCHEMAdrops a schema even if it contains tables that have foreign keys that are referred to by tables outside the schema, andDROP TABLEdrops tables that have foreign keys that are referred to by other tables.NoteSetting
foreign_key_checksto 1 does not trigger a scan of the existing table data. Therefore, rows added to the table whileforeign_key_checks = 0will not be verified for consistency.ft_boolean_syntaxCommand-Line Format --ft_boolean_syntax=nameOption-File Format ft_boolean_syntaxVariable Name ft_boolean_syntaxVariable Scope Global Dynamic Variable Yes Permitted Values Type stringDefault +-><()~*:''&The list of operators supported by boolean full-text searches performed using
IN BOOLEAN MODE. See , "Boolean Full-Text Searches".The default variable value is
'+ -><()~*:''&|'. The rules for changing the value are as follows:- Operator function is determined by position within the string.
- The replacement value must be 14 characters.
- Each character must be an ASCII nonalphanumeric character.
- Either the first or second character must be a space.
- No duplicates are permitted except the phrase quoting operators in positions 11 and 12. These two characters are not required to be the same, but they are the only two that may be.
- Positions 10, 13, and 14 (which by default are set to "
:", "&", and "|") are reserved for future extensions.
ft_max_word_lenCommand-Line Format --ft_max_word_len=#Option-File Format ft_max_word_lenOption Sets Variable Yes, ft_max_word_lenVariable Name ft_max_word_lenVariable Scope Global Dynamic Variable No Permitted Values Type numericMin Value 10The maximum length of the word to be included in a
MyISAMFULLTEXTindex.NoteFULLTEXTindexes onMyISAMtables must be rebuilt after changing this variable. UseREPAIR TABLE.tbl_nameQUICKft_min_word_lenCommand-Line Format --ft_min_word_len=#Option-File Format ft_min_word_lenOption Sets Variable Yes, ft_min_word_lenVariable Name ft_min_word_lenVariable Scope Global Dynamic Variable No Permitted Values Type numericDefault 4Min Value 1The minimum length of the word to be included in a
MyISAMFULLTEXTindex.NoteFULLTEXTindexes onMyISAMtables must be rebuilt after changing this variable. UseREPAIR TABLE.tbl_nameQUICKft_query_expansion_limitCommand-Line Format --ft_query_expansion_limit=#Option-File Format ft_query_expansion_limitOption Sets Variable Yes, ft_query_expansion_limitVariable Name ft_query_expansion_limitVariable Scope Global Dynamic Variable No Permitted Values Type numericDefault 20Range 0 .. 1000The number of top matches to use for full-text searches performed using
WITH QUERY EXPANSION.ft_stopword_fileCommand-Line Format --ft_stopword_file=file_nameOption-File Format ft_stopword_file=file_nameOption Sets Variable Yes, ft_stopword_fileVariable Name ft_stopword_fileVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe file from which to read the list of stopwords for full-text searches on
MyISAMtables. The server looks for the file in the data directory unless an absolute path name is given to specify a different directory. All the words from the file are used; comments are not honored. By default, a built-in list of stopwords is used (as defined in thestorage/myisam/ft_static.cfile). Setting this variable to the empty string ('') disables stopword filtering. See also , "Full-Text Stopwords".NoteFULLTEXTindexes onMyISAMtables must be rebuilt after changing this variable or the contents of the stopword file. UseREPAIR TABLE.tbl_nameQUICKgeneral_logCommand-Line Format --general-logOption-File Format general-logOption Sets Variable Yes, general_logVariable Name general_logVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault OFFWhether the general query log is enabled. The value can be 0 (or
OFF) to disable the log or 1 (orON) to enable the log. The default value depends on whether the--general_logoption is given. The destination for log output is controlled by thelog_outputsystem variable; if that value isNONE, no log entries are written even if the log is enabled.general_log_fileCommand-Line Format --general-log-file=file_nameOption-File Format general_log_fileOption Sets Variable Yes, general_log_fileVariable Name general_log_fileVariable Scope Global Dynamic Variable Yes Permitted Values Type file nameDefault host_name.logThe name of the general query log file. The default value is
, but the initial value can be changed with thehost_name.log--general_log_fileoption.group_concat_max_lenCommand-Line Format --group_concat_max_len=#Option-File Format group_concat_max_lenOption Sets Variable Yes, group_concat_max_lenVariable Name group_concat_max_lenVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 1024Range 4 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 1024Range 4 .. 18446744073709547520The maximum permitted result length in bytes for the
GROUP_CONCAT()function. The default is 1024.have_compressYESif thezlibcompression library is available to the server,NOif not. If not, theCOMPRESS()andUNCOMPRESS()functions cannot be used.have_cryptYESif thecrypt()system call is available to the server,NOif not. If not, theENCRYPT()function cannot be used.have_csvYESif mysqld supportsCSVtables,NOif not.This variable was removed in MariaDB 5.6.1. Use
SHOW ENGINESinstead.have_dynamic_loadingYESif mysqld supports dynamic loading of plugins,NOif not.have_geometryYESif the server supports spatial data types,NOif not.have_innodbYESif mysqld supportsInnoDBtables.DISABLEDif--skip-innodbis used.This variable was removed in MariaDB 5.6.1. Use
SHOW ENGINESinstead.have_opensslThis variable is an alias for
have_ssl.have_partitioningYESif mysqld supports partitioning.This variable was removed in MariaDB 5.6.1. Use
SHOW ENGINESinstead.have_profilingYESif statement profiling is enabled,NOif not. See , "SHOW PROFILESyntax".have_query_cacheYESif mysqld supports the query cache,NOif not.have_rtree_keysYESifRTREEindexes are available,NOif not. (These are used for spatial indexes inMyISAMtables.)have_sslYESif mysqld supports SSL connections,NOif not.DISABLEDindicates that the server was compiled with SSL support, but but was not started with the appropriate--ssl-options. See , "Using SSL Connections", for more information.xxxhave_symlinkYESif symbolic link support is enabled,NOif not. This is required on Unix for support of theDATA DIRECTORYandINDEX DIRECTORYtable options, and on Windows for support of data directory symlinks.host_cache_sizeVersion Introduced 5.6.5 Command-Line Format --host_cache_size=#Option-File Format host_cache_sizeOption Sets Variable Yes, host_cache_sizeVariable Name host_cache_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 128Range 0 .. 65536The size of the internal host cache (see , "DNS Lookup Optimization and the Host Cache"). Setting the size to 0 disables the host cache. Changing the cache size at runtime implicitly causes a
FLUSH HOSTSoperation to clear the host cache and truncate thehost_cachetable.Use of
--skip-host-cacheis similar to setting thehost_cache_sizesystem variable to 0, buthost_cache_sizeis more flexible because it can also be used to resize, enable, or disable the host cache at runtime, not just at server startup. If you start the server with--skip-host-cache, the host cache cannot be re-enabled at runtime.This variable was added in MariaDB 5.6.5.
hostnameVariable Name hostnameVariable Scope Global Dynamic Variable No Permitted Values Type stringThe server sets this variable to the server host name at startup.
identityThis variable is a synonym for the
last_insert_idvariable. It exists for compatibility with other database systems. You can read its value withSELECT @@identity, and set it usingSET identity.ignore_db_dirsVersion Introduced 5.6.3 Variable Name ignore_db_dirsVariable Scope Global Dynamic Variable No Permitted Values Type stringA comma-separated list of names that are not considered as database directories in the data directory. The value is set from any instances of
--ignore-db-dirgiven at server startup.This variable was added in MariaDB 5.6.3.
init_connectCommand-Line Format --init-connect=nameOption-File Format init_connectOption Sets Variable Yes, init_connectVariable Name init_connectVariable Scope Global Dynamic Variable Yes Permitted Values Type stringA string to be executed by the server for each client that connects. The string consists of one or more SQL statements, separated by semicolon characters. For example, each client session begins by default with autocommit mode enabled. For older servers (before MariaDB 5.5.8), there is no global
autocommitsystem variable to specify that autocommit should be disabled by default, but as a workaroundinit_connectcan be used to achieve the same effect:SET GLOBAL init_connect='SET autocommit=0';
The
init_connectvariable can also be set on the command line or in an option file. To set the variable as just shown using an option file, include these lines:[mysqld] init_connect='SET autocommit=0'
The content of
init-connectis not executed for users that have theSUPERprivilege. This is done so that an erroneous value forinit_connectdoes not prevent all clients from connecting. For example, the value might contain a statement that has a syntax error, thus causing client connections to fail. Not executinginit_connectfor users that have theSUPERprivilege enables them to open a connection and fix theinit_connectvalue.init_fileCommand-Line Format --init-file=file_nameOption-File Format init-file=file_nameOption Sets Variable Yes, init_fileVariable Name init_fileVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe name of the file specified with the
--init-fileoption when you start the server. This should be a file containing SQL statements that you want the server to execute when it starts. Each statement must be on a single line and should not include comments. No statement terminator such as;,\g, or\Gshould be given at the end of each statement.Note that the
--init-fileoption is unavailable if MariaDB was configured with theDISABLE_GRANT_OPTIONScompiler flag. See , "MySQL Source-Configuration Options".innodb_xxxInnoDBsystem variables are listed in , "InnoDBStartup Options and System Variables".insert_idThe value to be used by the following
INSERTorALTER TABLEstatement when inserting anAUTO_INCREMENTvalue. This is mainly used with the binary log.interactive_timeoutCommand-Line Format --interactive_timeout=#Option-File Format interactive_timeoutOption Sets Variable Yes, interactive_timeoutVariable Name interactive_timeoutVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 28800Min Value 1The number of seconds the server waits for activity on an interactive connection before closing it. An interactive client is defined as a client that uses the
CLIENT_INTERACTIVEoption tomysql_real_connect(). See alsowait_timeout.join_buffer_sizeCommand-Line Format --join_buffer_size=#Option-File Format join_buffer_sizeOption Sets Variable Yes, join_buffer_sizeVariable Name join_buffer_sizeVariable Scope Global, Session Dynamic Variable Yes The minimum size of the buffer that is used for plain index scans, range index scans, and joins that do not use indexes and thus perform full table scans. Normally, the best way to get fast joins is to add indexes. Increase the value of
join_buffer_sizeto get a faster full join when adding indexes is not possible. One join buffer is allocated for each full join between two tables. For a complex join between several tables for which indexes are not used, multiple join buffers might be necessary. There is no gain from setting the buffer larger than required to hold each matching row, and all joins allocate at least the minimum size, so use caution in setting this variable to a large value globally. It is better to keep the global setting small and change to a larger setting only in sessions that are doing large joins. Memory allocation time can cause substantial performance drops if the global size is larger than needed by most queries that use it.The maximum permissible setting for
join_buffer_sizeis 4GB. Values larger than 4GB are permitted for 64-bit platforms (except 64-bit Windows, for which large values are truncated to 4GB with a warning).keep_files_on_createCommand-Line Format --keep_files_on_create=#Option-File Format keep_files_on_createOption Sets Variable Yes, keep_files_on_createVariable Name keep_files_on_createVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault OFFIf a
MyISAMtable is created with noDATA DIRECTORYoption, the.MYDfile is created in the database directory. By default, ifMyISAMfinds an existing.MYDfile in this case, it overwrites it. The same applies to.MYIfiles for tables created with noINDEX DIRECTORYoption. To suppress this behavior, set thekeep_files_on_createvariable toON(1), in which caseMyISAMwill not overwrite existing files and returns an error instead. The default value isOFF(0).If a
MyISAMtable is created with aDATA DIRECTORYorINDEX DIRECTORYoption and an existing.MYDor.MYIfile is found, MyISAM always returns an error. It will not overwrite a file in the specified directory.key_buffer_sizeCommand-Line Format --key_buffer_size=#Option-File Format key_buffer_sizeOption Sets Variable Yes, key_buffer_sizeVariable Name key_buffer_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 8388608Range 8 .. 4294967295Index blocks for
MyISAMtables are buffered and are shared by all threads.key_buffer_sizeis the size of the buffer used for index blocks. The key buffer is also known as the key cache.The maximum permissible setting for
key_buffer_sizeis 4GB on 32-bit platforms. Values larger than 4GB are permitted for 64-bit platforms. The effective maximum size might be less, depending on your available physical RAM and per-process RAM limits imposed by your operating system or hardware platform. The value of this variable indicates the amount of memory requested. Internally, the server allocates as much memory as possible up to this amount, but the actual allocation might be less.You can increase the value to get better index handling for all reads and multiple writes; on a system whose primary function is to run MariaDB using the
MyISAMstorage engine, 25% of the machine's total memory is an acceptable value for this variable. However, you should be aware that, if you make the value too large (for example, more than 50% of the machine's total memory), your system might start to page and become extremely slow. This is because MariaDB relies on the operating system to perform file system caching for data reads, so you must leave some room for the file system cache. You should also consider the memory requirements of any other storage engines that you may be using in addition toMyISAM.For even more speed when writing many rows at the same time, use
LOCK TABLES. See , "Speed ofINSERTStatements".You can check the performance of the key buffer by issuing a
SHOW STATUSstatement and examining theKey_read_requests,Key_reads,Key_write_requests, andKey_writesstatus variables. (See , "SHOWSyntax".) TheKey_reads/Key_read_requestsratio should normally be less than 0.01. TheKey_writes/Key_write_requestsratio is usually near 1 if you are using mostly updates and deletes, but might be much smaller if you tend to do updates that affect many rows at the same time or if you are using theDELAY_KEY_WRITEtable option.The fraction of the key buffer in use can be determined using
key_buffer_sizein conjunction with theKey_blocks_unusedstatus variable and the buffer block size, which is available from thekey_cache_block_sizesystem variable:1 - ((Key_blocks_unused * key_cache_block_size) / key_buffer_size)
This value is an approximation because some space in the key buffer is allocated internally for administrative structures. Factors that influence the amount of overhead for these structures include block size and pointer size. As block size increases, the percentage of the key buffer lost to overhead tends to decrease. Larger blocks results in a smaller number of read operations (because more keys are obtained per read), but conversely an increase in reads of keys that are not examined (if not all keys in a block are relevant to a query).
It is possible to create multiple
MyISAMkey caches. The size limit of 4GB applies to each cache individually, not as a group. See , "TheMyISAMKey Cache".key_cache_age_thresholdCommand-Line Format --key_cache_age_threshold=#Option-File Format key_cache_age_thresholdOption Sets Variable Yes, key_cache_age_thresholdVariable Name key_cache_age_thresholdVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 300Range 4294967295Permitted Values Platform Bit Size 64Type numericDefault 300Range 18446744073709547520This value controls the demotion of buffers from the hot sublist of a key cache to the warm sublist. Lower values cause demotion to happen more quickly. The minimum value is 100. The default value is 300. See , "The
MyISAMKey Cache".key_cache_block_sizeCommand-Line Format --key_cache_block_size=#Option-File Format key_cache_block_sizeOption Sets Variable Yes, key_cache_block_sizeVariable Name key_cache_block_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 1024Range 16384The size in bytes of blocks in the key cache. The default value is 1024. See , "The
MyISAMKey Cache".key_cache_division_limitCommand-Line Format --key_cache_division_limit=#Option-File Format key_cache_division_limitOption Sets Variable Yes, key_cache_division_limitVariable Name key_cache_division_limitVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 100Range 1 .. 100The division point between the hot and warm sublists of the key cache buffer list. The value is the percentage of the buffer list to use for the warm sublist. Permissible values range from 1 to 100. The default value is 100. See , "The
MyISAMKey Cache".large_files_supportVariable Name large_files_supportVariable Scope Global Dynamic Variable No Whether mysqld was compiled with options for large file support.
large_pagesCommand-Line Format --large-pagesOption-File Format large-pagesOption Sets Variable Yes, large_pagesVariable Name large_pagesVariable Scope Global Dynamic Variable No Platform Specific linux Permitted Values Type (linux) booleanDefault FALSEWhether large page support is enabled (via the
--large-pagesoption). See , "Enabling Large Page Support".large_page_sizeVariable Name large_page_sizeVariable Scope Global Dynamic Variable No Permitted Values Type (linux) numericDefault 0If large page support is enabled, this shows the size of memory pages. Currently, large memory pages are supported only on Linux; on other platforms, the value of this variable is always 0. See , "Enabling Large Page Support".
last_insert_idThe value to be returned from
LAST-INSERT-ID(). This is stored in the binary log when you useLAST_INSERT_ID()in a statement that updates a table. Setting this variable does not update the value returned by themysql_insert_id()C API function.lc_messagesCommand-Line Format --lc-messages=nameOption-File Format lc-messagesOption Sets Variable Yes, lc_messagesVariable Name lc-messagesVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe locale to use for error messages. The server converts the value to a language name and combines it with the value of the
lc_messages_dirto produce the location for the error message file. See , "Setting the Error Message Language".lc_messages_dirCommand-Line Format --lc-messages-dir=pathOption-File Format lc-messages-dirOption Sets Variable Yes, lc_messages_dirVariable Name lc-messages-dirVariable Scope Global Dynamic Variable No Permitted Values Type directory nameThe directory where error messages are located. The value is used together with the value of
lc_messagesto produce the location for the error message file. See , "Setting the Error Message Language".lc_time_namesVariable Name lc_time_namesVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThis variable specifies the locale that controls the language used to display day and month names and abbreviations. This variable affects the output from the
DATE_FORMAT(),DAYNAME()andMONTHNAME()functions. Locale names are POSIX-style values such as'ja_JP'or'pt_BR'. The default value is'en_US'regardless of your system's locale setting. For further information, see , "MySQL Server Locale Support".licenseVariable Name licenseVariable Scope Global Dynamic Variable No Permitted Values Type stringDefault GPLThe type of license the server has.
local_infileVariable Name local_infileVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanWhether
LOCALis supported forLOAD DATA INFILEstatements. See , "Security Issues withLOAD DATA LOCAL".lock_wait_timeoutCommand-Line Format --lock_wait_timeout=#Option-File Format lock_wait_timeoutOption Sets Variable Yes, lock_wait_timeoutVariable Name lock_wait_timeoutVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 31536000Range 1 .. 31536000This variable specifies the timeout in seconds for attempts to acquire metadata locks. The permissible values range from 1 to 31536000 (1 year). The default is 31536000.
This timeout applies to all statements that use metadata locks. These include DML and DDL operations on tables, views, stored procedures, and stored functions, as well as
LOCK TABLES,FLUSH TABLES WITH READ LOCK, andHANDLERstatements.The timeout value applies separately for each metadata lock attempt. A given statement can require more than one lock, so it is possible for the statement to block for longer than the
lock_wait_timeoutvalue before reporting a timeout error. When lock timeout occurs,ER_LOCK_WAIT_TIMEOUTis reported.lock_wait_timeoutdoes not apply to delayed inserts, which always execute with a timeout of 1 year. This is done to avoid unnecessary timeouts because a session that issues a delayed insert receives no notification of delayed insert timeouts.locked_in_memoryVariable Name locked_in_memoryVariable Scope Global Dynamic Variable No logThis variable removed in MariaDB 5.6.1. Use
general_loginstead.log_binVariable Name log_binVariable Scope Global Dynamic Variable No Whether the binary log is enabled. If the
--log-binoption is used, then the value of this variable isON; otherwise it isOFF. This variable reports only on the status of binary logging (enabled or disabled); it does not actually report the value to which--log-binis set.See , "The Binary Log".
log_bin_trust_function_creatorsCommand-Line Format --log-bin-trust-function-creatorsOption-File Format log-bin-trust-function-creatorsOption Sets Variable Yes, log_bin_trust_function_creatorsVariable Name log_bin_trust_function_creatorsVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault FALSEThis variable applies when binary logging is enabled. It controls whether stored function creators can be trusted not to create stored functions that will cause unsafe events to be written to the binary log. If set to 0 (the default), users are not permitted to create or alter stored functions unless they have the
SUPERprivilege in addition to theCREATE ROUTINEorALTER ROUTINEprivilege. A setting of 0 also enforces the restriction that a function must be declared with theDETERMINISTICcharacteristic, or with theREADS SQL DATAorNO SQLcharacteristic. If the variable is set to 1, MariaDB does not enforce these restrictions on stored function creation. This variable also applies to trigger creation. See , "Binary Logging of Stored Programs".log_errorCommand-Line Format --log-error[=name]Option-File Format log-errorOption Sets Variable Yes, log_errorVariable Name log_errorVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe location of the error log.
log_outputCommand-Line Format --log-output[=name]Option-File Format log-outputOption Sets Variable Yes, log_outputVariable Name log_outputVariable Scope Global Dynamic Variable Yes Permitted Values Type setDefault FILEValid Values TABLEFILENONEThe destination for general query log and slow query log output. The value can be a comma-separated list of one or more of the words
TABLE(log to tables),FILE(log to files), orNONE(do not log to tables or files). The default value isTABLE.NONE, if present, takes precedence over any other specifiers. If the value isNONElog entries are not written even if the logs are enabled. If the logs are not enabled, no logging occurs even if the value oflog_outputis notNONE. For more information, see , "Selecting General Query and Slow Query Log Output Destinations".log_queries_not_using_indexesCommand-Line Format --log-queries-not-using-indexesOption-File Format log-queries-not-using-indexesOption Sets Variable Yes, log_queries_not_using_indexesVariable Name log_queries_not_using_indexesVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault OFFWhether queries that do not use indexes are logged to the slow query log. See , "The Slow Query Log".
log_slave_updatesWhether updates received by a slave server from a master server should be logged to the slave's own binary log. Binary logging must be enabled on the slave for this variable to have any effect. See , "Replication and Binary Logging Options and Variables".
log_slow_admin_statementsCommand-Line Format --log-slow-admin-statementsOption-File Format log-slow-admin-statementsPermitted Values Type booleanDefault FALSEWhen the slow query log is enabled, whether to log slow administrative statements such as
OPTIMIZE TABLE,ANALYZE TABLE, andALTER TABLEto the slow query log.log_slow_slave_statementsCommand-Line Format --log-slow-slave-statementsOption-File Format log-slow-slave-statementsPermitted Values Type booleanDefault offWhen the slow query log is enabled, whether to log queries that have taken more than
long_query_timeseconds to execute on the slave.log_slow_queriesVersion Removed 5.6.1 Command-Line Format --log-slow-queries[=name]Option-File Format log-slow-queriesOption Sets Variable Yes, log_slow_queriesVariable Name log_slow_queriesVariable Scope Global Dynamic Variable Yes Deprecated 5.1.29, by slow-query-logPermitted Values Type booleanThis variable was removed in MariaDB 5.6.1. Use
slow_query_loginstead.log_throttle_queries_not_using_indexesVersion Introduced 5.6.5 Variable Name log_throttle_queries_not_using_indexesVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 0If
log-queries-not-using-indexesis enabled, thelog_throttle_queries_not_using_indexesvariable limits the number of such queries per minute that can be written to the slow query log. A value of 0 (the default) means "no limit". For more information, see , "The Slow Query Log".This variable was added in MariaDB 5.6.5.
log_warningsCommand-Line Format --log-warnings[=#]-W [#]Option-File Format log-warningsOption Sets Variable Yes, log_warningsVariable Name log_warningsVariable Scope Global Dynamic Variable Yes Disabled by skip-log-warningsPermitted Values Platform Bit Size 64Type numericDefault 1Range 0 .. 18446744073709547520Whether to produce additional warning messages to the error log. It is enabled (1) by default and can be disabled by setting it to 0. Aborted connections and access-denied errors for new connection attempts are logged if the value is greater than 1. The server logs messages about statements that are unsafe for statement-based logging only if the value is greater than 0.
long_query_timeCommand-Line Format --long_query_time=#Option-File Format long_query_timeOption Sets Variable Yes, long_query_timeVariable Name long_query_timeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 10Min Value 0If a query takes longer than this many seconds, the server increments the
Slow_queriesstatus variable. If the slow query log is enabled, the query is logged to the slow query log file. This value is measured in real time, not CPU time, so a query that is under the threshold on a lightly loaded system might be above the threshold on a heavily loaded one. The minimum and default values oflong_query_timeare 0 and 10, respectively. The value can be specified to a resolution of microseconds. For logging to a file, times are written including the microseconds part. For logging to tables, only integer times are written; the microseconds part is ignored. See , "The Slow Query Log".low_priority_updatesCommand-Line Format --low-priority-updatesOption-File Format low-priority-updatesOption Sets Variable Yes, low_priority_updatesVariable Name low_priority_updatesVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault FALSEIf set to
1, allINSERT,UPDATE,DELETE, andLOCK TABLE WRITEstatements wait until there is no pendingSELECTorLOCK TABLE READon the affected table. This affects only storage engines that use only table-level locking (such asMyISAM,MEMORY, andMERGE).lower_case_file_systemCommand-Line Format --lower_case_file_system[=#]Option-File Format lower_case_file_systemOption Sets Variable Yes, lower_case_file_systemVariable Name lower_case_file_systemVariable Scope Global Dynamic Variable No Permitted Values Type booleanThis variable describes the case sensitivity of file names on the file system where the data directory is located.
OFFmeans file names are case sensitive,ONmeans they are not case sensitive. This variable is read only because it reflects a file system attribute and setting it would have no effect on the file system.lower_case_table_namesCommand-Line Format --lower_case_table_names[=#]Option-File Format lower_case_table_namesOption Sets Variable Yes, lower_case_table_namesVariable Name lower_case_table_namesVariable Scope Global Dynamic Variable No Permitted Values Type numericDefault 0Range 0 .. 2If set to 0, table names are stored as specified and comparisons are case sensitive. If set to 1, table names are stored in lowercase on disk and comparisons are not case sensitive. If set to 2, table names are stored as given but compared in lowercase. This option also applies to database names and table aliases. For additional information, see , "Identifier Case Sensitivity".
You should not set this variable to 0 if you are running MariaDB on a system that has case-insensitive file names (such as Windows or Mac OS X). If you set this variable to 0 on such a system and access
MyISAMtablenames using different lettercases, index corruption may result. On Windows the default value is 1. On Mac OS X, the default value is 2.If you are using
InnoDBtables, you should set this variable to 1 on all platforms to force names to be converted to lowercase.The setting of this variable in MariaDB 5.6 effects the behavior of replication filtering options with regard to case sensitivity. This is a change from previous versions of MySQL. (Bug #51639) See , "How Servers Evaluate Replication Filtering Rules", for more information.
In previous versions of MySQL, using different settings for
lower_case_table_nameson replication masters and slaves could cause replication to fail when the slave used a case-sensitive file system. This issue is resolved in MariaDB 5.6.1. For more information, see , "Replication and Variables".max_allowed_packetCommand-Line Format --max_allowed_packet=#Option-File Format max_allowed_packetOption Sets Variable Yes, max_allowed_packetVariable Name max_allowed_packetVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 1048576Range 1073741824The maximum size of one packet or any generated/intermediate string, or any parameter sent by the
mysql_stmt_send_long_data()C API function.The packet message buffer is initialized to
net_buffer_lengthbytes, but can grow up tomax_allowed_packetbytes when needed. This value by default is small, to catch large (possibly incorrect) packets.You must increase this value if you are using large
BLOBcolumns or long strings. It should be as big as the largestBLOByou want to use. The protocol limit formax_allowed_packetis 1GB. The value should be a multiple of 1024; nonmultiples are rounded down to the nearest multiple.When you change the message buffer size by changing the value of the
max_allowed_packetvariable, you should also change the buffer size on the client side if your client program permits it. On the client side,max-allowed-packethas a default of 1GB. Some programs such as mysql and mysqldump enable you to change the client-side value by settingmax_allowed_packeton the command line or in an option file.The session value of this variable is read only.
max_connect_errorsCommand-Line Format --max_connect_errors=#Option-File Format max_connect_errorsOption Sets Variable Yes, max_connect_errorsVariable Name max_connect_errorsVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 10Range 1 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 10Range 1 .. 18446744073709547520If more than this many successive connection requests from a host are interrupted without a successful connection, the server blocks that host from further connections. You can unblock blocked hosts by flushing the host cache. To do so, issue a
FLUSH HOSTSstatement or execute a mysqladmin flush-hosts command. If a connection is established successfully within fewer thanmax_connect_errorsattempts after a previous connection was interrupted, the error count for the host is cleared to zero. However, once a host is blocked, flushing the host cache is the only way to unblock it.max_connectionsCommand-Line Format --max_connections=#Option-File Format max_connectionsOption Sets Variable Yes, max_connectionsVariable Name max_connectionsVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 151Range 1 .. 100000The maximum permitted number of simultaneous client connections. By default, this is 151. See "
Too many connections", for more information.Increasing this value increases the number of file descriptors that mysqld requires. See , "How MariaDB Opens and Closes Tables", for comments on file descriptor limits.
Connections refused because the
max_connectionslimit is reached increment theConnection_errors_max_connectionsstatus variable.max_delayed_threadsCommand-Line Format --max_delayed_threads=#Option-File Format max_delayed_threadsOption Sets Variable Yes, max_delayed_threadsVariable Name max_delayed_threadsVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 20Range 0 .. 16384Do not start more than this number of threads to handle
INSERT DELAYEDstatements for nontransactional tables. If you try to insert data into a new table after allINSERT DELAYEDthreads are in use, the row is inserted as if theDELAYEDattribute was not specified. If you set this to 0, MariaDB never creates a thread to handleDELAYEDrows; in effect, this disablesDELAYEDentirely.For the
SESSIONvalue of this variable, the only valid values are 0 or theGLOBALvalue.max_error_countCommand-Line Format --max_error_count=#Option-File Format max_error_countOption Sets Variable Yes, max_error_countVariable Name max_error_countVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 64Range 0 .. 65535The maximum number of error, warning, and note messages to be stored for display by the
SHOW ERRORSandSHOW WARNINGSstatements. This is the same as the number of condition areas in the diagnostics area, and thus the number of conditions that can be inspected byGET DIAGNOSTICS.max_heap_table_sizeCommand-Line Format --max_heap_table_size=#Option-File Format max_heap_table_sizeOption Sets Variable Yes, max_heap_table_sizeVariable Name max_heap_table_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 16777216Range 4294967295Permitted Values Platform Bit Size 64Type numericDefault 16777216Range 1844674407370954752This variable sets the maximum size to which user-created
MEMORYtables are permitted to grow. The value of the variable is used to calculateMEMORYtableMAX_ROWSvalues. Setting this variable has no effect on any existingMEMORYtable, unless the table is re-created with a statement such asCREATE TABLEor altered withALTER TABLEorTRUNCATE TABLE. A server restart also sets the maximum size of existingMEMORYtables to the globalmax_heap_table_sizevalue.This variable is also used in conjunction with
tmp_table_sizeto limit the size of internal in-memory tables. See , "How MariaDB Uses Internal Temporary Tables".max_heap_table_sizeis not replicated. See , "Replication andMEMORYTables", and , "Replication and Variables", for more information.max_insert_delayed_threadsVariable Name max_insert_delayed_threadsVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericThis variable is a synonym for
max_delayed_threads.max_join_sizeCommand-Line Format --max_join_size=#Option-File Format max_join_sizeOption Sets Variable Yes, max_join_sizeVariable Name max_join_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 18446744073709551615Range 1 .. 18446744073709551615Do not permit
SELECTstatements that probably need to examine more thanmax_join_sizerows (for single-table statements) or row combinations (for multiple-table statements) or that are likely to do more thanmax_join_sizedisk seeks. By setting this value, you can catchSELECTstatements where keys are not used properly and that would probably take a long time. Set it if your users tend to perform joins that lack aWHEREclause, that take a long time, or that return millions of rows.Setting this variable to a value other than
DEFAULTresets the value ofsql_big_selectsto0. If you set thesql-big-selectsvalue again, themax_join_sizevariable is ignored.If a query result is in the query cache, no result size check is performed, because the result has previously been computed and it does not burden the server to send it to the client.
max_length_for_sort_dataCommand-Line Format --max_length_for_sort_data=#Option-File Format max_length_for_sort_dataOption Sets Variable Yes, max_length_for_sort_dataVariable Name max_length_for_sort_dataVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 1024Range 4 .. 8388608The cutoff on the size of index values that determines which
filesortalgorithm to use. See , "ORDER BYOptimization".max_prepared_stmt_countCommand-Line Format --max_prepared_stmt_count=#Option-File Format max_prepared_stmt_countOption Sets Variable Yes, max_prepared_stmt_countVariable Name max_prepared_stmt_countVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 16382Range 0 .. 1048576This variable limits the total number of prepared statements in the server. It can be used in environments where there is the potential for denial-of-service attacks based on running the server out of memory by preparing huge numbers of statements. If the value is set lower than the current number of prepared statements, existing statements are not affected and can be used, but no new statements can be prepared until the current number drops below the limit. The default value is 16,382. The permissible range of values is from 0 to 1 million. Setting the value to 0 disables prepared statements.
max_relay_log_sizeCommand-Line Format --max_relay_log_size=#Option-File Format max_relay_log_sizeOption Sets Variable Yes, max_relay_log_sizeVariable Name max_relay_log_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 0Range 0 .. 1073741824If a write by a replication slave to its relay log causes the current log file size to exceed the value of this variable, the slave rotates the relay logs (closes the current file and opens the next one). If
max_relay_log_sizeis 0, the server usesmax_binlog_sizefor both the binary log and the relay log. Ifmax_relay_log_sizeis greater than 0, it constrains the size of the relay log, which enables you to have different sizes for the two logs. You must setmax_relay_log_sizeto between 4096 bytes and 1GB (inclusive), or to 0. The default value is 0. See , "Replication Implementation Details".max_seeks_for_keyCommand-Line Format --max_seeks_for_key=#Option-File Format max_seeks_for_keyOption Sets Variable Yes, max_seeks_for_keyVariable Name max_seeks_for_keyVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 4294967295Range 1 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 18446744073709547520Range 1 .. 18446744073709547520Limit the assumed maximum number of seeks when looking up rows based on a key. The MariaDB optimizer assumes that no more than this number of key seeks are required when searching for matching rows in a table by scanning an index, regardless of the actual cardinality of the index (see , "
SHOW INDEXSyntax"). By setting this to a low value (say, 100), you can force MariaDB to prefer indexes instead of table scans.max_sort_lengthCommand-Line Format --max_sort_length=#Option-File Format max_sort_lengthOption Sets Variable Yes, max_sort_lengthVariable Name max_sort_lengthVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 1024Range 4 .. 8388608The number of bytes to use when sorting
BLOBorTEXTvalues. Only the firstmax_sort_lengthbytes of each value are used; the rest are ignored.max_sp_recursion_depthCommand-Line Format --max_sp_recursion_depth[=#]Option-File Format max_sp_recursion_depthOption Sets Variable Yes, max_sp_recursion_depthVariable Name max_sp_recursion_depthVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 0Max Value 255The number of times that any given stored procedure may be called recursively. The default value for this option is 0, which completely disables recursion in stored procedures. The maximum value is 255.
Stored procedure recursion increases the demand on thread stack space. If you increase the value of
max_sp_recursion_depth, it may be necessary to increase thread stack size by increasing the value ofthread_stackat server startup.max_tmp_tablesCommand-Line Format --max_tmp_tables=#Option-File Format max_tmp_tablesOption Sets Variable Yes, max_tmp_tablesVariable Name max_tmp_tablesVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 32Range 1 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 32Range 1 .. 18446744073709547520The maximum number of temporary tables a client can keep open at the same time. (This variable does not yet do anything.)
max_user_connectionsCommand-Line Format --max_user_connections=#Option-File Format max_user_connectionsOption Sets Variable Yes, max_user_connectionsVariable Name max_user_connectionsVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 0Range 0 .. 4294967295The maximum number of simultaneous connections permitted to any given MariaDB user account. A value of 0 (the default) means "no limit."
This variable has a global value that can be set at server startup or runtime. It also has a read-only session value that indicates the effective simultaneous-connection limit that applies to the account associated with the current session. The session value is initialized as follows:
- If the user account has a nonzero
MAX_USER_CONNECTIONSresource limit, the sessionmax_user_connectionsvalue is set to that limit. - Otherwise, the session
max_user_connectionsvalue is set to the global value.
Account resource limits are specified using the
GRANTstatement. See , "Setting Account Resource Limits", and , "GRANTSyntax".- If the user account has a nonzero
max_write_lock_countCommand-Line Format --max_write_lock_count=#Option-File Format max_write_lock_countOption Sets Variable Yes, max_write_lock_countVariable Name max_write_lock_countVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 4294967295Range 1 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 18446744073709547520Range 1 .. 18446744073709547520After this many write locks, permit some pending read lock requests to be processed in between.
metadata_locks_cache_sizeVersion Introduced 5.6.4 Variable Name metadata_locks_cache_sizeVariable Scope Global Dynamic Variable No Permitted Values Type numericDefault 1024Range 1 .. 1048576The size of the metadata locks cache. The server uses this cache to avoid creation and destruction of synchronization objects. This is particularly helpful on systems where such operations are expensive, such as Windows XP. This variable was added in MariaDB 5.6.4.
min_examined_row_limitCommand-Line Format --min-examined-row-limit=#Option-File Format min-examined-row-limitVariable Name min_examined_row_limitVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 0Range 0 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 0Range 0 .. 18446744073709547520Queries that examine fewer than this number of rows are not logged to the slow query log.
myisam_data_pointer_sizeCommand-Line Format --myisam_data_pointer_size=#Option-File Format myisam_data_pointer_sizeOption Sets Variable Yes, myisam_data_pointer_sizeVariable Name myisam_data_pointer_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 6Range 2 .. 7The default pointer size in bytes, to be used by
CREATE TABLEforMyISAMtables when noMAX_ROWSoption is specified. This variable cannot be less than 2 or larger than 7. The default value is 6. See "The table is full".myisam_max_sort_file_sizeCommand-Line Format --myisam_max_sort_file_size=#Option-File Format myisam_max_sort_file_sizeOption Sets Variable Yes, myisam_max_sort_file_sizeVariable Name myisam_max_sort_file_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 2147483648The maximum size of the temporary file that MariaDB is permitted to use while re-creating a
MyISAMindex (duringREPAIR TABLE,ALTER TABLE, orLOAD DATA INFILE). If the file size would be larger than this value, the index is created using the key cache instead, which is slower. The value is given in bytes.The default value is 2GB. If
MyISAMindex files exceed this size and disk space is available, increasing the value may help performance. The space must be available in the file system containing the directory where the original index file is located.myisam_mmap_sizeCommand-Line Format --myisam_mmap_size=#Option-File Format myisam_mmap_sizeOption Sets Variable Yes, myisam_mmap_sizeVariable Name myisam_mmap_sizeVariable Scope Global Dynamic Variable No Permitted Values Platform Bit Size 32Type numericDefault 4294967295Range 7 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 18446744073709547520Range 7 .. 18446744073709547520The maximum amount of memory to use for memory mapping compressed
MyISAMfiles. If many compressedMyISAMtables are used, the value can be decreased to reduce the likelihood of memory-swapping problems.myisam_recover_optionsVariable Name myisam_recover_optionsVariable Scope Global Dynamic Variable No The value of the
--myisam-recover-optionsoption. See , "Server Command Options".myisam_repair_threadsCommand-Line Format --myisam_repair_threads=#Option-File Format myisam_repair_threadsOption Sets Variable Yes, myisam_repair_threadsVariable Name myisam_repair_threadsVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 1Range 1 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 1Range 1 .. 18446744073709547520If this value is greater than 1,
MyISAMtable indexes are created in parallel (each index in its own thread) during theRepair by sortingprocess. The default value is 1.NoteMulti-threaded repair is still beta-quality code.
myisam_sort_buffer_sizeCommand-Line Format --myisam_sort_buffer_size=#Option-File Format myisam_sort_buffer_sizeOption Sets Variable Yes, myisam_sort_buffer_sizeVariable Name myisam_sort_buffer_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 8388608Range 4 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 8388608Range 4 .. 18446744073709547520The size of the buffer that is allocated when sorting
MyISAMindexes during aREPAIR TABLEor when creating indexes withCREATE INDEXorALTER TABLE.The maximum permissible setting for
myisam_sort_buffer_sizeis 4GB. Values larger than 4GB are permitted for 64-bit platforms (except 64-bit Windows, for which large values are truncated to 4GB with a warning).myisam_stats_methodCommand-Line Format --myisam_stats_method=nameOption-File Format myisam_stats_methodOption Sets Variable Yes, myisam_stats_methodVariable Name myisam_stats_methodVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type enumerationValid Values nulls_equalnulls_unequalnulls_ignoredHow the server treats
NULLvalues when collecting statistics about the distribution of index values forMyISAMtables. This variable has three possible values,nulls_equal,nulls_unequal, andnulls_ignored. Fornulls_equal, allNULLindex values are considered equal and form a single value group that has a size equal to the number ofNULLvalues. Fornulls_unequal,NULLvalues are considered unequal, and eachNULLforms a distinct value group of size 1. Fornulls_ignored,NULLvalues are ignored.The method that is used for generating table statistics influences how the optimizer chooses indexes for query execution, as described in , "
InnoDBandMyISAMIndex Statistics Collection".myisam_use_mmapCommand-Line Format --myisam_use_mmapOption-File Format myisam_use_mmapOption Sets Variable Yes, myisam_use_mmapVariable Name myisam_use_mmapVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault OFFUse memory mapping for reading and writing
MyISAMtables.named_pipeVariable Name named_pipeVariable Scope Global Dynamic Variable No Platform Specific windows Permitted Values Type (windows) booleanDefault OFF(Windows only.) Indicates whether the server supports connections over named pipes.
net_buffer_lengthCommand-Line Format --net_buffer_length=#Option-File Format net_buffer_lengthOption Sets Variable Yes, net_buffer_lengthVariable Name net_buffer_lengthVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 16384Range 1048576Each client thread is associated with a connection buffer and result buffer. Both begin with a size given by
net_buffer_lengthbut are dynamically enlarged up tomax-allowed-packetbytes as needed. The result buffer shrinks tonet_buffer_lengthafter each SQL statement.This variable should not normally be changed, but if you have very little memory, you can set it to the expected length of statements sent by clients. If statements exceed this length, the connection buffer is automatically enlarged. The maximum value to which
net_buffer_lengthcan be set is 1MB.The session value of this variable is read only.
net_read_timeoutCommand-Line Format --net_read_timeout=#Option-File Format net_read_timeoutOption Sets Variable Yes, net_read_timeoutVariable Name net_read_timeoutVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 30Min Value 1The number of seconds to wait for more data from a connection before aborting the read. When the server is reading from the client,
net_read_timeoutis the timeout value controlling when to abort. When the server is writing to the client,net_write_timeoutis the timeout value controlling when to abort. See alsoslave_net_timeout.net_retry_countCommand-Line Format --net_retry_count=#Option-File Format net_retry_countOption Sets Variable Yes, net_retry_countVariable Name net_retry_countVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 10Range 1 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 10Range 1 .. 18446744073709547520If a read or write on a communication port is interrupted, retry this many times before giving up. This value should be set quite high on FreeBSD because internal interrupts are sent to all threads.
net_write_timeoutCommand-Line Format --net_write_timeout=#Option-File Format net_write_timeoutOption Sets Variable Yes, net_write_timeoutVariable Name net_write_timeoutVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 60Min Value 1The number of seconds to wait for a block to be written to a connection before aborting the write. See also
net_read_timeout.newCommand-Line Format --new-nOption-File Format newOption Sets Variable Yes, newVariable Name newVariable Scope Global, Session Dynamic Variable Yes Disabled by skip-newPermitted Values Type booleanDefault FALSEThis variable was used in MariaDB to turn on some 4.1 behaviors, and is retained for backward compatibility. In MariaDB 5.6, its value is always
OFF.oldCommand-Line Format --oldOption-File Format oldVariable Name oldVariable Scope Global Dynamic Variable No oldis a compatibility variable. It is disabled by default, but can be enabled at startup to revert the server to behaviors present in older versions.Currently, when
oldis enabled, it changes the default scope of index hints to that used prior to MariaDB 5.1.17. That is, index hints with noFORclause apply only to how indexes are used for row retrieval and not to resolution ofORDER BYorGROUP BYclauses. (See , "Index Hint Syntax".) Take care about enabling this in a replication setup. With statement-based binary logging, having different modes for the master and slaves might lead to replication errors.old_alter_tableCommand-Line Format --old-alter-tableOption-File Format old-alter-tableOption Sets Variable Yes, old_alter_tableVariable Name old_alter_tableVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault OFFWhen this variable is enabled, the server does not use the optimized method of processing an
ALTER TABLEoperation. It reverts to using a temporary table, copying over the data, and then renaming the temporary table to the original, as used by MariaDB 5.0 and earlier. For more information on the operation ofALTER TABLE, see , "ALTER TABLESyntax".old_passwordsCommand-Line Format --old_passwordsOption-File Format old-passwordsOption Sets Variable Yes, old_passwordsVariable Name old_passwordsVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault FALSEWhether the server should use pre-4.1-style passwords for MariaDB user accounts. See "
Client does not support authentication protocol".open_files_limitCommand-Line Format --open-files-limit=#Option-File Format open-files-limitOption Sets Variable Yes, open_files_limitVariable Name open_files_limitVariable Scope Global Dynamic Variable No Permitted Values Type numericDefault 0Range 0 .. 65535The number of files that the operating system permits mysqld to open. This is the real value permitted by the system and might be different from the value you gave using the
--open-files-limitoption to mysqld or mysqld_safe. The value is 0 on systems where MariaDB cannot change the number of open files.optimizer_join_cache_levelVersion Introduced 5.6.1 Version Removed 5.6.3 Command-Line Format --optimizer_join_cache_level=#Option-File Format optimizer_join_cache_levelOption Sets Variable Yes, optimizer_join_cache_levelVariable Name optimizer_join_cache_levelVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 4Range 0 .. 4Before MariaDB 5.6.3, this variable is used for join buffer management. It controls how join buffers are used for join operations. As of MariaDB 5.6.3, it is removed and the
optimizer_switchvariable is used instead. See , "Block Nested-Loop and Batched Key Access Joins".The following table shows the permissible
optimizer_join_cache_levelvalues.Option Description 0No join buffer is used for any join operation. This setting can be useful for assessing baseline join performance in comparison to performance with nonzero values that enable use of join buffering. 1This is the default value. Join buffers are employed only for inner joins that are executed by the original Block Nested-Loop (BNL) join algorithm. When this algorithm is applied, rows of the inner table are accessed through a table scan, a plain index scan, or a range index scan. 2The server employs an incremental join buffer for a join operation if its first operand is produced by a join operation that uses a join buffer itself. 3The BNL algorithm is used for outer join operations with one inner table and for inner joins. 4The BNL algorithm uses incremental buffers for inner tables. In this case, the BNL algorithm can be used for nested outer joins (outer joins with several inner tables). Such an operation can be executed only if incremental join buffers are used to join all inner tables but the first one. optimizer_prune_levelCommand-Line Format --optimizer_prune_level[=#]Option-File Format optimizer_prune_levelOption Sets Variable Yes, optimizer_prune_levelVariable Name optimizer_prune_levelVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault 1Controls the heuristics applied during query optimization to prune less-promising partial plans from the optimizer search space. A value of 0 disables heuristics so that the optimizer performs an exhaustive search. A value of 1 causes the optimizer to prune plans based on the number of rows retrieved by intermediate plans.
optimizer_search_depthCommand-Line Format --optimizer_search_depth[=#]Option-File Format optimizer_search_depthOption Sets Variable Yes, optimizer_search_depthVariable Name optimizer_search_depthVariable Scope Global, Session Dynamic Variable Yes Permitted Values (>= 5.6) Type numericDefault 62Range 0 .. 62The maximum depth of search performed by the query optimizer. Values larger than the number of relations in a query result in better query plans, but take longer to generate an execution plan for a query. Values smaller than the number of relations in a query return an execution plan quicker, but the resulting plan may be far from being optimal. If set to 0, the system automatically picks a reasonable value.
optimizer_switchCommand-Line Format --optimizer_switch=valueOption-File Format optimizer_switchoptimizer_switchoptimizer_switchOption Sets Variable Yes, optimizer_switchVariable Name optimizer_switchVariable Scope Global, Session Dynamic Variable Yes Permitted Values (>= 5.6.1, <= 5.6.2) Type setValid Values engine_condition_pushdown={on|off}index_merge={on|off}index_merge_intersection={on|off}index_merge_sort_union={on|off}index_merge_union={on|off}engine_condition_pushdown={on|off}index_condition_pushdown={on|off}mrr={on|off}mrr_cost_based={on|off}Permitted Values (>= 5.6.3) Type setValid Values engine_condition_pushdown={on|off}index_merge={on|off}index_merge_intersection={on|off}index_merge_sort_union={on|off}index_merge_union={on|off}engine_condition_pushdown={on|off}index_condition_pushdown={on|off}mrr={on|off}mrr_cost_based={on|off}block_nested_loop={on|off}batched_key_access={on|off}The
optimizer_switchsystem variable enables control over optimizer behavior. The value of this variable is a set of flags, each of which has a value ofonoroffto indicate whether the corresponding optimizer behavior is enabled or disabled. This variable has global and session values and can be changed at runtime. The global default can be set at server startup.To see the current set of optimizer flags, select the variable value:
mysql>
SELECT @@optimizer_switch\G*************************** 1. row *************************** @@optimizer_switch: index_merge=on,index_merge_union=on, index_merge_sort_union=on, index_merge_intersection=on, engine_condition_pushdown=on, index_condition_pushdown=on, mrr=on,mrr_cost_based=on, block_nested_loop=on,batched_key_access=offFor more information about the syntax of this variable and the optimizer behaviors that it controls, see , "Controlling Switchable Optimizations".
optimizer_traceVersion Introduced 5.6.3 Variable Name optimizer_traceVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThis variable controls optimizer tracing. For details, see MySQL Internals: Optimizer tracing. This variable was added in MariaDB 5.6.3.
optimizer_trace_featuresVersion Introduced 5.6.3 Variable Name optimizer_trace_featuresVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThis variable enables or disables selected optimizer tracing features. For details, see MySQL Internals: Optimizer tracing. This variable was added in MariaDB 5.6.3.
optimizer_trace_limitVersion Introduced 5.6.3 Variable Name optimizer_trace_limitVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 1The maximum number of optimizer traces to display. For details, see MySQL Internals: Optimizer tracing. This variable was added in MariaDB 5.6.3.
optimizer_trace_max_mem_sizeVersion Introduced 5.6.3 Variable Name optimizer_trace_max_mem_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 16384The maximum cumulative size of stored optimizer traces. For details, see MySQL Internals: Optimizer tracing. This variable was added in MariaDB 5.6.3.
optimizer_trace_offsetVersion Introduced 5.6.3 Variable Name optimizer_trace_offsetVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault -1The offset of optimizer traces to display. For details, see MySQL Internals: Optimizer tracing. This variable was added in MariaDB 5.6.3.
performance_schema_xxx
Performance Schema system variables are listed in , "Performance Schema System Variables".
pid_fileCommand-Line Format --pid-file=file_nameOption-File Format pid-file=file_nameOption Sets Variable Yes, pid_fileVariable Name pid_fileVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe path name of the process ID (PID) file. This variable can be set with the
--pid-fileoption.plugin_dirCommand-Line Format --plugin_dir=pathOption-File Format plugin_dirOption Sets Variable Yes, plugin_dirVariable Name plugin_dirVariable Scope Global Dynamic Variable No Permitted Values Type directory nameDefault BASEDIR/lib/pluginThe path name of the plugin directory.
If the plugin directory is writable by the server, it may be possible for a user to write executable code to a file in the directory using
SELECT ... INTO DUMPFILE. This can be prevented by makingplugin_dirread only to the server or by setting--secure-file-privto a directory whereSELECTwrites can be made safely.portCommand-Line Format --port=#-POption-File Format portOption Sets Variable Yes, portVariable Name portVariable Scope Global Dynamic Variable No Permitted Values Type numericDefault 3306The number of the port on which the server listens for TCP/IP connections. This variable can be set with the
--portoption.preload_buffer_sizeCommand-Line Format --preload_buffer_size=#Option-File Format preload_buffer_sizeOption Sets Variable Yes, preload_buffer_sizeVariable Name preload_buffer_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 32768Range 1073741824The size of the buffer that is allocated when preloading indexes.
profilingIf set to 0 (the default), statement profiling is disabled. If set to 1, statement profiling is enabled and the
SHOW PROFILESandSHOW PROFILEstatements provide access to profiling information. See , "SHOW PROFILESSyntax".profiling_history_sizeThe number of statements for which to maintain profiling information if
profilingis enabled. The default value is 15. The maximum value is 100. Setting the value to 0 effectively disables profiling. See , "SHOW PROFILESSyntax".protocol_versionVariable Name protocol_versionVariable Scope Global Dynamic Variable No Permitted Values Type numericThe version of the client/server protocol used by the MariaDB server.
proxy_userVariable Name proxy_userVariable Scope Session Dynamic Variable No Permitted Values Type stringIf the current client is a proxy for another user, this variable is the proxy user account name. Otherwise, this variable is
NULL. See , "Proxy Users".pseudo_thread_idVariable Name pseudo_thread_idVariable Scope Session Dynamic Variable Yes Permitted Values Type numericThis variable is for internal server use.
query_alloc_block_sizeCommand-Line Format --query_alloc_block_size=#Option-File Format query_alloc_block_sizeOption Sets Variable Yes, query_alloc_block_sizeVariable Name query_alloc_block_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 8192Range 4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 8192Range 18446744073709547520Block Size 1024The allocation size of memory blocks that are allocated for objects created during statement parsing and execution. If you have problems with memory fragmentation, it might help to increase this parameter.
query_cache_limitCommand-Line Format --query_cache_limit=#Option-File Format query_cache_limitOption Sets Variable Yes, query_cache_limitVariable Name query_cache_limitVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 1048576Range 0 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 1048576Range 0 .. 18446744073709547520Do not cache results that are larger than this number of bytes. The default value is 1MB.
query_cache_min_res_unitCommand-Line Format --query_cache_min_res_unit=#Option-File Format query_cache_min_res_unitOption Sets Variable Yes, query_cache_min_res_unitVariable Name query_cache_min_res_unitVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 4096Range 4294967295Permitted Values Platform Bit Size 64Type numericDefault 4096Range 18446744073709547520The minimum size (in bytes) for blocks allocated by the query cache. The default value is 4096 (4KB). Tuning information for this variable is given in , "Query Cache Configuration".
query_cache_sizeCommand-Line Format --query_cache_size=#Option-File Format query_cache_sizeOption Sets Variable Yes, query_cache_sizeVariable Name query_cache_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 0Range 0 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 0Range 0 .. 18446744073709547520The amount of memory allocated for caching query results. The default value is 0, which disables the query cache. To reduce overhead significantly, you should also start the server with
query_cache_type=0if you will not be using the query cache. The permissible values are multiples of 1024; other values are rounded down to the nearest multiple. Note thatquery-cache-sizebytes of memory are allocated even ifquery_cache_typeis set to 0. See , "Query Cache Configuration", for more information.The query cache needs a minimum size of about 40KB to allocate its structures. (The exact size depends on system architecture.) If you set the value of
query_cache_sizetoo small, a warning will occur, as described in , "Query Cache Configuration".query_cache_typeCommand-Line Format --query_cache_type=#Option-File Format query_cache_typeOption Sets Variable Yes, query_cache_typeVariable Name query_cache_typeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type enumerationDefault 1Valid Values 012Set the query cache type. Setting the
GLOBALvalue sets the type for all clients that connect thereafter. Individual clients can set theSESSIONvalue to affect their own use of the query cache. Possible values are shown in the following table.Option Description 0orOFFDo not cache results in or retrieve results from the query cache. Note that this does not deallocate the query cache buffer. To do that, you should set query_cache_sizeto 0.1orONCache all cacheable query results except for those that begin with SELECT SQL_NO_CACHE.2orDEMANDCache results only for cacheable queries that begin with SELECT SQL_CACHE.This variable defaults to
ON.If the server is started with
query_cache_typeset to 0, it does not acquire the query cache mutex at all, which means that the query cache cannot be enabled at runtime and there is reduced overhead in query execution.query_cache_wlock_invalidateCommand-Line Format --query_cache_wlock_invalidateOption-File Format query_cache_wlock_invalidateOption Sets Variable Yes, query_cache_wlock_invalidateVariable Name query_cache_wlock_invalidateVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault FALSENormally, when one client acquires a
WRITElock on aMyISAMtable, other clients are not blocked from issuing statements that read from the table if the query results are present in the query cache. Setting this variable to 1 causes acquisition of aWRITElock for a table to invalidate any queries in the query cache that refer to the table. This forces other clients that attempt to access the table to wait while the lock is in effect.query_prealloc_sizeCommand-Line Format --query_prealloc_size=#Option-File Format query_prealloc_sizeOption Sets Variable Yes, query_prealloc_sizeVariable Name query_prealloc_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 8192Range 4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 8192Range 18446744073709547520Block Size 1024The size of the persistent buffer used for statement parsing and execution. This buffer is not freed between statements. If you are running complex queries, a larger
query_prealloc_sizevalue might be helpful in improving performance, because it can reduce the need for the server to perform memory allocation during query execution operations.rand_seed1The
rand-seed1andrand_seed2variables exist as session variables only, and can be set but not read. The variables-but not their values-are shown in the output ofSHOW VARIABLES.The purpose of these variables is to support replication of the
RAND()function. For statements that invokeRAND(), the master passes two values to the slave, where they are used to seed the random number generator. The slave uses these values to set the session variablesrand_seed1andrand-seed2so thatRAND()on the slave generates the same value as on the master.rand_seed2See the description for
rand_seed1.range_alloc_block_sizeCommand-Line Format --range_alloc_block_size=#Option-File Format range_alloc_block_sizeOption Sets Variable Yes, range_alloc_block_sizeVariable Name range_alloc_block_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 4096Range 4294967295Block Size 1024The size of blocks that are allocated when doing range optimization.
read_buffer_sizeCommand-Line Format --read_buffer_size=#Option-File Format read_buffer_sizeOption Sets Variable Yes, read_buffer_sizeVariable Name read_buffer_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 131072Range 2147479552Each thread that does a sequential scan for a
MyISAMtable allocates a buffer of this size (in bytes) for each table it scans. If you do many sequential scans, you might want to increase this value, which defaults to 131072. The value of this variable should be a multiple of 4KB. If it is set to a value that is not a multiple of 4KB, its value will be rounded down to the nearest multiple of 4KB.The maximum permissible setting for
read_buffer_sizeis 2GB.For more information about memory use during different operations, see , "How MariaDB Uses Memory".
read_onlyCommand-Line Format --read-onlyOption-File Format read_onlyOption Sets Variable Yes, read_onlyVariable Name read_onlyVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 0This variable is off by default. When it is enabled, the server permits no updates except from users that have the
SUPERprivilege or (on a slave server) from updates performed by slave threads. In replication setups, it can be useful to enableread_onlyon slave servers to ensure that slaves accept updates only from the master server and not from clients.read_onlydoes not apply toTEMPORARYtables, nor does it prevent the server from inserting rows into the log tables (see , "Selecting General Query and Slow Query Log Output Destinations"). This variable does not prevent the use ofANALYZE TABLEorOPTIMIZE TABLEstatements because its purpose is to prevent changes to table structure or contents. Analysis and optimization do not qualify as such changes. This means, for example, that consistency checks on read-only slaves can be performed with mysqlcheck --all-databases --analyze.read_onlyexists only as aGLOBALvariable, so changes to its value require theSUPERprivilege. Changes toread_onlyon a master server are not replicated to slave servers. The value can be set on a slave server independent of the setting on the master.ImportantIn MariaDB 5.6, enabling
read_onlyprevents the use of theSET PASSWORDstatement by any user not having theSUPERprivilege. This is not necessarily the case for all MariaDB release series. When replicating from one MariaDB release series to another (for example, from a MariaDB 5.0 master to a MariaDB 5.1 or later slave), you should check the documentation for the versions running on both master and slave to determine whether the behavior ofread_onlyin this regard is or is not the same, and, if it is different, whether this has an impact on your applications.The following conditions apply:
- If you attempt to enable
read-onlywhile you have any explicit locks (acquired withLOCK TABLES) or have a pending transaction, an error occurs. - If you attempt to enable
read_onlywhile other clients hold explicit table locks or have pending transactions, the attempt blocks until the locks are released and the transactions end. While the attempt to enableread_onlyis pending, requests by other clients for table locks or to begin transactions also block untilread_onlyhas been set. read-onlycan be enabled while you hold a global read lock (acquired withFLUSH TABLES WITH READ LOCK) because that does not involve table locks.
In MariaDB 5.6, attempts to set
read_onlyblock for active transactions that hold metadata locks until those transactions end.- If you attempt to enable
read_rnd_buffer_sizeCommand-Line Format --read_rnd_buffer_size=#Option-File Format read_rnd_buffer_sizeOption Sets Variable Yes, read_rnd_buffer_sizeVariable Name read_rnd_buffer_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 262144Range 4294967295When reading rows from a
MyISAMtable in sorted order following a key-sorting operation, the rows are read through this buffer to avoid disk seeks. See , "ORDER BYOptimization". Setting the variable to a large value can improveORDER BYperformance by a lot. However, this is a buffer allocated for each client, so you should not set the global variable to a large value. Instead, change the session variable only from within those clients that need to run large queries.The maximum permissible setting for
read_rnd_buffer_sizeis 2GB.For more information about memory use during different operations, see , "How MariaDB Uses Memory".
relay_log_purgeCommand-Line Format --relay_log_purgeOption-File Format relay_log_purgeOption Sets Variable Yes, relay_log_purgeVariable Name relay_log_purgeVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault TRUEDisables or enables automatic purging of relay log files as soon as they are not needed any more. The default value is 1 (
ON).relay_log_space_limitCommand-Line Format --relay_log_space_limit=#Option-File Format relay_log_space_limitOption Sets Variable Yes, relay_log_space_limitVariable Name relay_log_space_limitVariable Scope Global Dynamic Variable No Permitted Values Platform Bit Size 32Type numericDefault 0Range 0 .. 4294967295Permitted Values Platform Bit Size 64Type numericDefault 0Range 0 .. 18446744073709547520The maximum amount of space to use for all relay logs.
report_hostCommand-Line Format --report-host=host_nameOption-File Format report-hostOption Sets Variable Yes, report_hostVariable Name report-hostVariable Scope Global Dynamic Variable No Permitted Values Type stringThe value of the
--report-hostoption.report_passwordCommand-Line Format --report-password=nameOption-File Format report-passwordOption Sets Variable Yes, report_passwordVariable Name report-passwordVariable Scope Global Dynamic Variable No Permitted Values Type stringThe value of the
--report-passwordoption. Not the same as the password used for the MariaDB replication user account.report_portCommand-Line Format --report-port=#Option-File Format report-portOption Sets Variable Yes, report_portVariable Name report-portVariable Scope Global Dynamic Variable No Permitted Values (>= 5.6.5) Type numericDefault 0The value of the
--report-portoption.report_userCommand-Line Format --report-user=nameOption-File Format report-userOption Sets Variable Yes, report_userVariable Name report-userVariable Scope Global Dynamic Variable No Permitted Values Type stringThe value of the
--report-useroption. Not the same as the name for the MariaDB replication user account.rpl_semi_sync_master_enabledVariable Name rpl_semi_sync_master_enabledVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault OFFControls whether semisynchronous replication is enabled on the master. To enable or disable the plugin, set this variable to
ONorOFF(or 1 or 0), respectively. The default isOFF.This variable is available only if the master-side semisynchronous replication plugin is installed.
rpl_semi_sync_master_timeoutVariable Name rpl_semi_sync_master_timeoutVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 10000A value in milliseconds that controls how long the master waits on a commit for acknowledgment from a slave before timing out and reverting to asynchronous replication. The default value is 10000 (10 seconds).
This variable is available only if the master-side semisynchronous replication plugin is installed.
rpl_semi_sync_master_trace_levelVariable Name rpl_semi_sync_master_trace_levelVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 32The semisynchronous replication debug trace level on the master. Currently, four levels are defined:
- 1 = general level (for example, time function failures)
- = detail level (more verbose information)
- = net wait level (more information about network waits)
- = function level (information about function entry and exit)
This variable is available only if the master-side semisynchronous replication plugin is installed.
rpl_semi_sync_master_wait_no_slaveVariable Name rpl_semi_sync_master_wait_no_slaveVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault ONWith semisynchronous replication, for each transaction, the master waits until timeout for acknowledgment of receipt from some semisynchronous slave. If no response occurs during this period, the master reverts to normal replication. This variable controls whether the master waits for the timeout to expire before reverting to normal replication even if the slave count drops to zero during the timeout period.
If the value is
ON(the default), it is permissible for the slave count to drop to zero during the timeout period (for example, if slaves disconnect). The master still waits for the timeout, so as long as some slave reconnects and acknowledges the transaction within the timeout interval, semisynchronous replication continues.If the value is
OFF, the master reverts to normal replication if the slave count drops to zero during the timeout period.This variable is available only if the master-side semisynchronous replication plugin is installed.
rpl_semi_sync_slave_enabledVariable Name rpl_semi_sync_slave_enabledVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault OFFControls whether semisynchronous replication is enabled on the slave. To enable or disable the plugin, set this variable to
ONorOFF(or 1 or 0), respectively. The default isOFF.This variable is available only if the slave-side semisynchronous replication plugin is installed.
rpl_semi_sync_slave_trace_levelVariable Name rpl_semi_sync_slave_trace_levelVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 32The semisynchronous replication debug trace level on the slave. See
rpl_semi_sync_master_trace_levelfor the permissible values.This variable is available only if the slave-side semisynchronous replication plugin is installed.
secure_authCommand-Line Format --secure-authOption-File Format secure-authOption Sets Variable Yes, secure_authVariable Name secure_authVariable Scope Global Dynamic Variable Yes Permitted Values (<= 5.6.4) Type booleanDefault OFFPermitted Values (>= 5.6.5) Type booleanDefault ONIf this variable is enabled, the server blocks connections by clients that attempt to use accounts that have passwords stored in the old (pre-4.1) format.
Enable this variable to prevent all use of passwords employing the old format (and hence insecure communication over the network). Before MariaDB 5.6.5, this variable is disabled by default. As of MariaDB 5.6.5, it is enabled by default.
Server startup fails with an error if this variable is enabled and the privilege tables are in pre-4.1 format. See "
Client does not support authentication protocol".secure_file_privCommand-Line Format --secure-file-priv=pathOption-File Format secure-file-priv=pathOption Sets Variable Yes, secure_file_privVariable Name secure-file-privVariable Scope Global Dynamic Variable No Permitted Values Type stringBy default, this variable is empty. If set to the name of a directory, it limits the effect of the
LOAD-FILE()function and theLOAD DATAandSELECT ... INTO OUTFILEstatements to work only with files in that directory.server_idCommand-Line Format --server-id=#Option-File Format server-idOption Sets Variable Yes, server_idVariable Name server_idVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 0Range 0 .. 4294967295The server ID, used in replication to give each master and slave a unique identity. This variable is set by the
--server-idoption. For each server participating in replication, you should pick a positive integer in the range from 1 to 232 - 1 to act as that server's ID.shared_memoryVariable Name shared_memoryVariable Scope Global Dynamic Variable No Platform Specific windows (Windows only.) Whether the server permits shared-memory connections.
shared_memory_base_nameVariable Name shared_memory_base_nameVariable Scope Global Dynamic Variable No Platform Specific windows (Windows only.) The name of shared memory to use for shared-memory connections. This is useful when running multiple MariaDB instances on a single physical machine. The default name is
MariaDB. The name is case sensitive.skip_external_lockingThis is
OFFif mysqld uses external locking,ONif external locking is disabled. This affects onlyMyISAMtable access.skip_name_resolveThis variable is set from the value of the
--skip-name-resolveoption. If it isON, mysqld resolves host names when checking client connections. IfOFF, mysqld uses only IP numbers and allHostcolumn values in the grant tables must be IP addresses orlocalhost. See , "DNS Lookup Optimization and the Host Cache".skip_networkingThis is
ONif the server permits only local (non-TCP/IP) connections. On Unix, local connections use a Unix socket file. On Windows, local connections use a named pipe or shared memory. This variable can be set toONwith the--skip-networkingoption.skip_show_databaseThis prevents people from using the
SHOW DATABASESstatement if they do not have theSHOW DATABASESprivilege. This can improve security if you have concerns about users being able to see databases belonging to other users. Its effect depends on theSHOW DATABASESprivilege: If the variable value isON, theSHOW DATABASESstatement is permitted only to users who have theSHOW DATABASESprivilege, and the statement displays all database names. If the value isOFF,SHOW DATABASESis permitted to all users, but displays the names of only those databases for which the user has theSHOW DATABASESor other privilege.slow_launch_timeCommand-Line Format --slow_launch_time=#Option-File Format slow_launch_timeOption Sets Variable Yes, slow_launch_timeVariable Name slow_launch_timeVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 2If creating a thread takes longer than this many seconds, the server increments the
Slow_launch_threadsstatus variable.slow_query_logCommand-Line Format --slow-query-logOption-File Format slow-query-logOption Sets Variable Yes, slow_query_logVariable Name slow_query_logVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault OFFWhether the slow query log is enabled. The value can be 0 (or
OFF) to disable the log or 1 (orON) to enable the log. The default value depends on whether the--slow_query_logoption is given. The destination for log output is controlled by thelog_outputsystem variable; if that value isNONE, no log entries are written even if the log is enabled."Slow" is determined by the value of the
long-query-timevariable. See , "The Slow Query Log".slow_query_log_fileCommand-Line Format --slow-query-log-file=file_nameOption-File Format slow_query_log_fileOption Sets Variable Yes, slow_query_log_fileVariable Name slow_query_log_fileVariable Scope Global Dynamic Variable Yes Permitted Values Type file nameThe name of the slow query log file. The default value is
, but the initial value can be changed with thehost_name-slow.log--slow_query_log_fileoption.socketCommand-Line Format --socket=nameOption-File Format socketOption Sets Variable Yes, socketVariable Name socketVariable Scope Global Dynamic Variable No Permitted Values Type file nameDefault /tmp/mysql.sockOn Unix platforms, this variable is the name of the socket file that is used for local client connections. The default is
/tmp/mysql.sock. (For some distribution formats, the directory might be different, such as/var/lib/mysqlfor RPMs.)On Windows, this variable is the name of the named pipe that is used for local client connections. The default value is
MariaDB(not case sensitive).sort_buffer_sizeCommand-Line Format --sort_buffer_size=#Option-File Format sort_buffer_sizeOption Sets Variable Yes, sort_buffer_sizeVariable Name sort_buffer_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 2097144Max Value 4294967295Permitted Values Platform Bit Size 64Type numericDefault 2097144Max Value 18446744073709547520Each session that needs to do a sort allocates a buffer of this size.
sort_buffer_sizeis not specific to any storage engine and applies in a general manner for optimization. See , "ORDER BYOptimization", for example.If you see many
Sort-merge-passesper second inSHOW GLOBAL STATUSoutput, you can consider increasing thesort_buffer_sizevalue to speed upORDER BYorGROUP BYoperations that cannot be improved with query optimization or improved indexing. The entire buffer is allocated even if it is not all needed, so setting it larger than required globally will slow down most queries that sort. It is best to increase it as a session setting, and only for the sessions that need a larger size. On Linux, there are thresholds of 256KB and 2MB where larger values may significantly slow down memory allocation, so you should consider staying below one of those values. Experiment to find the best value for your workload. See "Where MariaDB Stores Temporary Files".The maximum permissible setting for
sort_buffer_sizeis 4GB. Values larger than 4GB are permitted for 64-bit platforms (except 64-bit Windows, for which large values are truncated to 4GB with a warning).sql_auto_is_nullVariable Name sql_auto_is_nullVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault 0If this variable is set to 1, then after a statement that successfully inserts an automatically generated
AUTO_INCREMENTvalue, you can find that value by issuing a statement of the following form:SELECT * FROM
tbl_nameWHEREauto_colIS NULLIf the statement returns a row, the value returned is the same as if you invoked the
LAST_INSERT_ID()function. For details, including the return value after a multiple-row insert, see , "Information Functions". If noAUTO_INCREMENTvalue was successfully inserted, theSELECTstatement returns no row.The behavior of retrieving an
AUTO_INCREMENTvalue by using anIS NULLcomparison is used by some ODBC programs, such as Access. See , "Obtaining Auto-Increment Values". This behavior can be disabled by settingsql_auto_is_nullto 0.The default value of
sql_auto_is_nullis 0 in MariaDB 5.6.sql_big_selectsVariable Name sql_big_selectsVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault 1If set to 0, MariaDB aborts
SELECTstatements that are likely to take a very long time to execute (that is, statements for which the optimizer estimates that the number of examined rows exceeds the value ofmax_join_size). This is useful when an inadvisableWHEREstatement has been issued. The default value for a new connection is 1, which permits allSELECTstatements.If you set the
max_join_sizesystem variable to a value other thanDEFAULT,sql_big_selectsis set to 0.sql_buffer_resultVariable Name sql_buffer_resultVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault 0If set to 1,
sql-buffer-resultforces results fromSELECTstatements to be put into temporary tables. This helps MariaDB free the table locks early and can be beneficial in cases where it takes a long time to send results to the client. The default value is 0.sql_log_binVariable Name sql_log_binVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanThis variable controls whether logging to the binary log is done. The default value is 1 (do logging). To change logging for the current session, change the session value of this variable. The session user must have the
SUPERprivilege to set this variable.In MariaDB 5.6, it is not possible to set
@@session.sql_log_binwithin a transaction or subquery. (Bug #53437)sql_log_offVariable Name sql_log_offVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault 0This variable controls whether logging to the general query log is done. The default value is 0 (do logging). To change logging for the current session, change the session value of this variable. The session user must have the
SUPERprivilege to set this option. The default value is 0.sql_modeVariable Name sql_log_updateVariable Scope Session Dynamic Variable Yes Deprecated 5.0, by sql_log_binPermitted Values Type booleanCommand-Line Format --sql-mode=nameOption-File Format sql-modeOption Sets Variable Yes, sql_modeVariable Name sql_modeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type setDefault ''Valid Values ALLOW_INVALID_DATESANSI_QUOTESERROR_FOR_DIVISION_BY_ZEROHIGH_NOT_PRECEDENCEIGNORE_SPACENO_AUTO_CREATE_USERNO_AUTO_VALUE_ON_ZERONO_BACKSLASH_ESCAPESNO_DIR_IN_CREATENO_ENGINE_SUBSTITUTIONNO_FIELD_OPTIONSNO_KEY_OPTIONSNO_TABLE_OPTIONSNO_UNSIGNED_SUBTRACTIONNO_ZERO_DATENO_ZERO_IN_DATEONLY_FULL_GROUP_BYPAD_CHAR_TO_FULL_LENGTHPIPES_AS_CONCATREAL_AS_FLOATSTRICT_ALL_TABLESSTRICT_TRANS_TABLESThe current server SQL mode, which can be set dynamically. See , "Server SQL Modes".
sql_notesIf set to 1 (the default), warnings of
Notelevel incrementwarning_countand the server records them. If set to 0,Notewarnings do not incrementwarning_countand the server does not record them. mysqldump includes output to set this variable to 0 so that reloading the dump file does not produce warnings for events that do not affect the integrity of the reload operation.sql_quote_show_createIf set to 1 (the default), the server quotes identifiers for
SHOW CREATE TABLEandSHOW CREATE DATABASEstatements. If set to 0, quoting is disabled. This option is enabled by default so that replication works for identifiers that require quoting. See , "SHOW CREATE TABLESyntax", and , "SHOW CREATE DATABASESyntax".sql_safe_updatesIf set to 1, MariaDB aborts
UPDATEorDELETEstatements that do not use a key in theWHEREclause or aLIMITclause. This makes it possible to catchUPDATEorDELETEstatements where keys are not used properly and that would probably change or delete a large number of rows. The default value is 0.sql_select_limitVariable Name sql_select_limitVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericThe maximum number of rows to return from
SELECTstatements. The default value for a new connection is the maximum number of rows that the server permits per table. Typical default values are (232)-1 or (264)-1. If you have changed the limit, the default value can be restored by assigning a value ofDEFAULT.If a
SELECThas aLIMITclause, theLIMITtakes precedence over the value ofsql_select_limit.sql-select-limitdoes not apply toSELECTstatements executed within stored routines. It also does not apply toSELECTstatements that do not produce a result set to be returned to the client. These includeSELECTstatements in subqueries,CREATE TABLE ... SELECT, andINSERT INTO ... SELECT.sql_warningsThis variable controls whether single-row
INSERTstatements produce an information string if warnings occur. The default is 0. Set the value to 1 to produce an information string.ssl_caCommand-Line Format --ssl-ca=nameOption-File Format ssl-caOption Sets Variable Yes, ssl_caVariable Name ssl-caVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe path to a file with a list of trusted SSL CAs.
ssl_capathCommand-Line Format --ssl-capath=nameOption-File Format ssl-capathOption Sets Variable Yes, ssl_capathVariable Name ssl-capathVariable Scope Global Dynamic Variable No Permitted Values Type directory nameThe path to a directory that contains trusted SSL CA certificates in PEM format.
ssl_certCommand-Line Format --ssl-cert=nameOption-File Format ssl-certOption Sets Variable Yes, ssl_certVariable Name ssl-certVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe name of the SSL certificate file to use for establishing a secure connection.
ssl_cipherCommand-Line Format --ssl-cipher=nameOption-File Format ssl-cipherOption Sets Variable Yes, ssl_cipherVariable Name ssl-cipherVariable Scope Global Dynamic Variable No Permitted Values Type file nameA list of permissible ciphers to use for SSL encryption.
ssl_crlVersion Introduced 5.6.3 Command-Line Format --ssl-crl=nameOption-File Format ssl-crlOption Sets Variable Yes, ssl_crlVariable Name ssl-crlVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe path to a file containing certificate revocation lists in PEM format. Revocation lists work for MariaDB distributions compiled against OpenSSL (but not yaSSL).
This variable was added in MariaDB 5.6.3.
ssl_crlpathVersion Introduced 5.6.3 Command-Line Format --ssl-crlpath=nameOption-File Format ssl-crlpathOption Sets Variable Yes, ssl_crlpathVariable Name ssl-crlpathVariable Scope Global Dynamic Variable No Permitted Values Type directory nameThe path to a directory that contains files containing certificate revocation lists in PEM format. Revocation lists work for MariaDB distributions compiled against OpenSSL (but not yaSSL).
This variable was added in MariaDB 5.6.3.
ssl_keyCommand-Line Format --ssl-key=nameOption-File Format ssl-keyOption Sets Variable Yes, ssl_keyVariable Name ssl-keyVariable Scope Global Dynamic Variable No Permitted Values Type stringThe name of the SSL key file to use for establishing a secure connection.
storage_engineVariable Name storage_engineVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type enumerationDefault InnoDBThe default storage engine (table type). To set the storage engine at server startup, use the
--default-storage-engineoption. See , "Server Command Options".This variable is deprecated. Use
default_storage_engineinstead.sync_frmCommand-Line Format --sync-frmOption-File Format sync_frmOption Sets Variable Yes, sync_frmVariable Name sync_frmVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault TRUEIf this variable is set to 1, when any nontemporary table is created its
.frmfile is synchronized to disk (usingfdatasync()). This is slower but safer in case of a crash. The default is 1.system_time_zoneVariable Name system_time_zoneVariable Scope Global Dynamic Variable No Permitted Values Type stringThe server system time zone. When the server begins executing, it inherits a time zone setting from the machine defaults, possibly modified by the environment of the account used for running the server or the startup script. The value is used to set
system_time_zone. Typically the time zone is specified by theTZenvironment variable. It also can be specified using the--timezoneoption of the mysqld_safe script.The
system-time-zonevariable differs fromtime_zone. Although they might have the same value, the latter variable is used to initialize the time zone for each client that connects. See , "MySQL Server Time Zone Support".table_definition_cacheCommand-Line Format --table_definition_cache=#Option-File Format table_definition_cacheOption Sets Variable Yes, table_definition_cacheVariable Name table_definition_cacheVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 400Range 524288The number of table definitions that can be stored in the definition cache. If you use a large number of tables, you can create a large table definition cache to speed up opening of tables. The table definition cache takes less space and does not use file descriptors, unlike the normal table cache. The minimum and default values are both 400.
table_open_cacheCommand-Line Format --table-open-cache=#Option-File Format table_open_cacheVariable Name table_open_cacheVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 400Range 524288The number of open tables for all threads. Increasing this value increases the number of file descriptors that mysqld requires. You can check whether you need to increase the table cache by checking the
Opened_tablesstatus variable. See , "Server Status Variables". If the value ofOpened_tablesis large and you do not useFLUSH TABLESoften (which just forces all tables to be closed and reopened), then you should increase the value of thetable-open-cachevariable. For more information about the table cache, see , "How MariaDB Opens and Closes Tables".thread_cache_sizeCommand-Line Format --thread_cache_size=#Option-File Format thread_cache_sizeOption Sets Variable Yes, thread_cache_sizeVariable Name thread_cache_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 0Range 0 .. 16384How many threads the server should cache for reuse. When a client disconnects, the client's threads are put in the cache if there are fewer than
thread_cache_sizethreads there. Requests for threads are satisfied by reusing threads taken from the cache if possible, and only when the cache is empty is a new thread created. This variable can be increased to improve performance if you have a lot of new connections. Normally, this does not provide a notable performance improvement if you have a good thread implementation. However, if your server sees hundreds of connections per second you should normally setthread_cache_sizehigh enough so that most new connections use cached threads. By examining the difference between theConnectionsandThreads_createdstatus variables, you can see how efficient the thread cache is. For details, see , "Server Status Variables".thread_concurrencyVersion Deprecated 5.6.1 Command-Line Format --thread_concurrency=#Option-File Format thread_concurrencyOption Sets Variable Yes, thread_concurrencyVariable Name thread_concurrencyVariable Scope Global Dynamic Variable No Deprecated 5.6.1 Permitted Values Type numericDefault 10Range 1 .. 512This variable is specific to Solaris systems, for which mysqld invokes the
thr_setconcurrency()with the variable value. This function enables applications to give the threads system a hint about the desired number of threads that should be run at the same time.This variable is deprecated as of MariaDB 5.6.1 and will be removed in a future MariaDB release.
thread_handlingCommand-Line Format --thread_handling=nameOption-File Format thread_handling=nameOption Sets Variable Yes, thread_handlingVariable Name thread_handlingVariable Scope Global Dynamic Variable No Permitted Values Type enumerationValid Values no-threadsone-thread-per-connectiondynamically-loadedThe thread-handling model used by the server for connection threads. The permissible values are
no-threads(the server uses a single thread) andone-thread-per-connection(the server uses one thread to handle each client connection).no-threadsis useful for debugging under Linux; see MySQL Internals: Porting.thread_stackCommand-Line Format --thread_stack=#Option-File Format thread_stackOption Sets Variable Yes, thread_stackVariable Name thread_stackVariable Scope Global Dynamic Variable No Permitted Values Platform Bit Size 32Type numericDefault 196608Range 4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 262144Range 18446744073709547520Block Size 1024The stack size for each thread. Many of the limits detected by the
crash-metest are dependent on this value. See , "The MariaDB Benchmark Suite". The default of 192KB (256KB for 64-bit systems) is large enough for normal operation. If the thread stack size is too small, it limits the complexity of the SQL statements that the server can handle, the recursion depth of stored procedures, and other memory-consuming actions.time_formatThis variable is unused.
time_zoneCommand-Line Format --default_time_zone=stringOption-File Format default_time_zoneVariable Name time_zoneVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe current time zone. This variable is used to initialize the time zone for each client that connects. By default, the initial value of this is
'SYSTEM'(which means, "use the value ofsystem_time_zone"). The value can be specified explicitly at server startup with the--default-time-zoneoption. See , "MySQL Server Time Zone Support".timed_mutexesCommand-Line Format --timed_mutexesOption-File Format timed_mutexesOption Sets Variable Yes, timed_mutexesVariable Name timed_mutexesVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault OFFThis variable controls whether
InnoDBmutexes are timed. If this variable is set to 0 orOFF(the default), mutex timing is disabled. If the variable is set to 1 orON, mutex timing is enabled. With timing enabled, theos_wait_timesvalue in the output fromSHOW ENGINE INNODB MUTEXindicates the amount of time (in ms) spent in operating system waits. Otherwise, the value is 0.timestamp = {timestamp_value| DEFAULT}Set the time for this client. This is used to get the original timestamp if you use the binary log to restore rows.
timestamp_valueshould be a Unix epoch timestamp, not a MariaDB timestamp.As of MariaDB 5.6.4,
timestampis aDOUBLErather thanBIGINTbecause its value includes a microseconds part.SET timestampaffects the value returned byNOW()but not bySYSDATE(). This means that timestamp settings in the binary log have no effect on invocations ofSYSDATE(). The server can be started with the--sysdate-is-nowoption to causeSYSDATE()to be an alias forNOW(), in which caseSET timestampaffects both functions.tmp_table_sizeCommand-Line Format --tmp_table_size=#Option-File Format tmp_table_sizeOption Sets Variable Yes, tmp_table_sizeVariable Name tmp_table_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault system dependentRange 4294967295The maximum size of internal in-memory temporary tables. (The actual limit is determined as the minimum of
tmp_table_sizeandmax_heap_table_size.) If an in-memory temporary table exceeds the limit, MariaDB automatically converts it to an on-diskMyISAMtable. Increase the value oftmp-table-size(andmax_heap_table_sizeif necessary) if you do many advancedGROUP BYqueries and you have lots of memory. This variable does not apply to user-createdMEMORYtables.You can compare the number of internal on-disk temporary tables created to the total number of internal temporary tables created by comparing the values of the
Created_tmp_disk_tablesandCreated_tmp_tablesvariables.tmpdirCommand-Line Format --tmpdir=path-tOption-File Format tmpdirOption Sets Variable Yes, tmpdirVariable Name tmpdirVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe directory used for temporary files and temporary tables. This variable can be set to a list of several paths that are used in round-robin fashion. Paths should be separated by colon characters ("
:") on Unix and semicolon characters (";") on Windows.The multiple-directory feature can be used to spread the load between several physical disks. If the MariaDB server is acting as a replication slave, you should not set
tmpdirto point to a directory on a memory-based file system or to a directory that is cleared when the server host restarts. A replication slave needs some of its temporary files to survive a machine restart so that it can replicate temporary tables orLOAD DATA INFILEoperations. If files in the temporary file directory are lost when the server restarts, replication fails. You can set the slave's temporary directory using theslave_load_tmpdirvariable. In that case, the slave will not use the generaltmpdirvalue and you can settmpdirto a nonpermanent location.transaction_alloc_block_sizeCommand-Line Format --transaction_alloc_block_size=#Option-File Format transaction_alloc_block_sizeOption Sets Variable Yes, transaction_alloc_block_sizeVariable Name transaction_alloc_block_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 8192Range 4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 8192Range 18446744073709547520Block Size 1024The amount in bytes by which to increase a per-transaction memory pool which needs memory. See the description of
transaction_prealloc_size.transaction_prealloc_sizeCommand-Line Format --transaction_prealloc_size=#Option-File Format transaction_prealloc_sizeOption Sets Variable Yes, transaction_prealloc_sizeVariable Name transaction_prealloc_sizeVariable Scope Global, Session Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 4096Range 4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 4096Range 18446744073709547520Block Size 1024There is a per-transaction memory pool from which various transaction-related allocations take memory. The initial size of the pool in bytes is
transaction_prealloc_size. For every allocation that cannot be satisfied from the pool because it has insufficient memory available, the pool is increased bytransaction_alloc_block_sizebytes. When the transaction ends, the pool is truncated totransaction_prealloc_sizebytes.By making
transaction_prealloc_sizesufficiently large to contain all statements within a single transaction, you can avoid manymalloc()calls.tx_isolationVariable Name tx_isolationVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type enumerationDefault REPEATABLE-READValid Values READ-UNCOMMITTEDREAD-COMMITTEDREPEATABLE-READSERIALIZABLEThe default transaction isolation level. Defaults to
REPEATABLE-READ.This variable can be set directly, or indirectly using the
SET TRANSACTIONstatement. See , "SET TRANSACTIONSyntax". If you settx_isolationdirectly to an isolation level name that contains a space, the name should be enclosed within quotation marks, with the space replaced by a dash. For example:SET tx_isolation = 'READ-COMMITTED';
Any unique prefix of a valid value may be used to set the value of this variable.
The default transaction isolation level can also be set at startup using the
--transaction-isolationserver option.tx_read_onlyVersion Introduced 5.6.5 Variable Name tx_read_onlyVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanThe default transaction access mode. The value can be
OFF(read/write, the default) orON(read only).This variable can be set directly, or indirectly using the
SET TRANSACTIONstatement. See , "SET TRANSACTIONSyntax".To set the default transaction access mode at startup, use the
--transaction-read-onlyserver option.This variable was added in MariaDB 5.6.5.
unique_checksVariable Name unique_checksVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault 1If set to 1 (the default), uniqueness checks for secondary indexes in
InnoDBtables are performed. If set to 0, storage engines are permitted to assume that duplicate keys are not present in input data. If you know for certain that your data does not contain uniqueness violations, you can set this to 0 to speed up large table imports toInnoDB.Note that setting this variable to 0 does not require storage engines to ignore duplicate keys. An engine is still permitted to check for them and issue duplicate-key errors if it detects them.
updatable_views_with_limitCommand-Line Format --updatable_views_with_limit=#Option-File Format updatable_views_with_limitOption Sets Variable Yes, updatable_views_with_limitVariable Name updatable_views_with_limitVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type booleanDefault 1This variable controls whether updates to a view can be made when the view does not contain all columns of the primary key defined in the underlying table, if the update statement contains a
LIMITclause. (Such updates often are generated by GUI tools.) An update is anUPDATEorDELETEstatement. Primary key here means aPRIMARY KEY, or aUNIQUEindex in which no column can containNULL.The variable can have two values:
1orYES: Issue a warning only (not an error message). This is the default value.0orNO: Prohibit the update.
versionThe version number for the server. The value might also include a suffix indicating server build or configuration information.
-logindicates that one or more of the general log, slow query log, or binary log are enabled.-debugindicates that the server was built with debugging support enabled.version_commentVariable Name version_commentVariable Scope Global Dynamic Variable No Permitted Values Type stringThe CMake configuration program has a
WITH_COMMENToption that permits a comment to be specified when building MySQL. This variable contains the value of that comment. See , "MySQL Source-Configuration Options".version_compile_machineVariable Name version_compile_machineVariable Scope Global Dynamic Variable No Permitted Values Type stringThe type of machine or architecture on which MariaDB was built.
version_compile_osVariable Name version_compile_osVariable Scope Global Dynamic Variable No Permitted Values Type stringThe type of operating system on which MariaDB was built.
wait_timeoutCommand-Line Format --wait_timeout=#Option-File Format wait_timeoutOption Sets Variable Yes, wait_timeoutVariable Name wait_timeoutVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericDefault 28800Range 1 .. 31536000Permitted Values Type (windows) numericDefault 28800Range 1 .. 2147483The number of seconds the server waits for activity on a noninteractive connection before closing it.
On thread startup, the session
wait-timeoutvalue is initialized from the globalwait_timeoutvalue or from the globalinteractive_timeoutvalue, depending on the type of client (as defined by theCLIENT_INTERACTIVEconnect option tomysql_real_connect()). See alsointeractive_timeout.warning_countThe number of errors, warnings, and notes that resulted from the last statement that generated messages. This variable is read only. See , "
SHOW WARNINGSSyntax".