Server System Variables
The MySQL 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 MySQL 5.0 releases. For historical information concerning their implementation, please see http://www.mysql.com/products/enterprise//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 | Session | Yes |
| automatic_sp_privileges | Yes | Global | Yes | ||
| back_log | Yes | Yes | Yes | Global | No |
| basedir | Yes | Yes | Yes | Global | No |
| bdb_cache_size | Yes | Yes | Yes | Global | No |
| bdb-home | Yes | Yes | No | ||
| - Variable: bdb_home | Yes | Global | No | ||
| bdb-lock-detect | Yes | Yes | No | ||
| - Variable: bdb_lock_detect | Yes | Global | No | ||
| bdb_log_buffer_size | Yes | Yes | Yes | Global | No |
| bdb-logdir | Yes | Yes | No | ||
| - Variable: bdb_logdir | Yes | Global | No | ||
| bdb_max_lock | Yes | Yes | Yes | Global | No |
| bdb-shared-data | Yes | Yes | No | ||
| - Variable: bdb_shared_data | Yes | Global | No | ||
| bdb-tmpdir | Yes | Yes | No | ||
| - Variable: bdb_tmpdir | Yes | Global | No | ||
| big-tables | Yes | Yes | Yes | ||
| - Variable: big_tables | Yes | Session | Yes | ||
| bind-address | Yes | Yes | Yes | Global | No |
| binlog_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 | Both | No | ||
| datetime_format | Yes | Both | No | ||
| debug | Yes | Yes | Yes | Both | Yes |
| default-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 |
| engine-condition-pushdown | Yes | Yes | Yes | ||
| - Variable: engine_condition_pushdown | Yes | Both | Yes | ||
| error_count | Yes | Session | No | ||
| expire_logs_days | Yes | Yes | Yes | Global | Yes |
| flush | Yes | Yes | Yes | Global | Yes |
| flush_time | Yes | Yes | Yes | Global | Yes |
| foreign_key_checks | Yes | Session | 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 |
| group_concat_max_len | Yes | Yes | Yes | Both | Yes |
| have_archive | Yes | Global | No | ||
| have_bdb | Yes | Global | No | ||
| have_blackhole_engine | Yes | Global | No | ||
| have_compress | Yes | Global | No | ||
| have_crypt | Yes | Global | No | ||
| have_csv | Yes | Global | No | ||
| have_example_engine | Yes | Global | No | ||
| have_federated_engine | Yes | Global | No | ||
| have_geometry | Yes | Global | No | ||
| have_innodb | Yes | Global | No | ||
| have_isam | Yes | Global | No | ||
| have_merge_engine | Yes | Global | No | ||
| have_ndbcluster | Yes | Global | No | ||
| have_openssl | Yes | Global | No | ||
| have_query_cache | Yes | Global | No | ||
| have_raid | Yes | Global | No | ||
| have_rtree_keys | Yes | Global | No | ||
| have_ssl | Yes | Global | No | ||
| have_symlink | Yes | Global | No | ||
| hostname | Yes | Global | No | ||
| identity | Yes | Session | Yes | ||
| 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_hash_index | Yes | Yes | Yes | Global | No |
| innodb_additional_mem_pool_size | Yes | Yes | Yes | Global | No |
| innodb_autoextend_increment | Yes | Yes | Yes | Global | Yes |
| innodb_buffer_pool_awe_mem_mb | Yes | Yes | Yes | Global | No |
| innodb_buffer_pool_size | Yes | Yes | Yes | Global | No |
| 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_io_threads | Yes | Yes | Yes | Global | No |
| innodb_file_per_table | Yes | Yes | Yes | Global | No |
| innodb_flush_log_at_trx_commit | Yes | Yes | Yes | Global | Yes |
| innodb_flush_method | Yes | Yes | Yes | Global | No |
| innodb_force_recovery | Yes | Yes | Yes | Global | No |
| innodb_lock_wait_timeout | Yes | Yes | Yes | Global | No |
| innodb_locks_unsafe_for_binlog | Yes | Yes | Yes | Global | No |
| innodb_log_arch_dir | Yes | Yes | Yes | Global | No |
| innodb_log_archive | 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_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_open_files | Yes | Yes | Yes | Global | No |
| innodb_rollback_on_timeout | Yes | Yes | Yes | Global | No |
| innodb_support_xa | Yes | Yes | Yes | Both | Yes |
| 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_use_legacy_cardinality_algorithm | Yes | Yes | Yes | Global | Yes |
| 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_time_names | Yes | Both | Yes | ||
| license | Yes | Global | No | ||
| local_infile | Yes | Global | Yes | ||
| locked_in_memory | Yes | Global | No | ||
| log | Yes | Yes | Yes | Global | No |
| log_bin | Yes | Global | No | ||
| log-bin | Yes | Yes | Yes | Global | No |
| log-bin-trust-function-creators | Yes | Yes | Yes | ||
| - Variable: log_bin_trust_function_creators | Yes | Global | Yes | ||
| log-bin-trust-routine-creators | Yes | Yes | Yes | ||
| - Variable: log_bin_trust_routine_creators | Yes | Global | Yes | ||
| log-error | Yes | Yes | No | ||
| - Variable: log_error | Yes | Global | No | ||
| 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 | No | ||
| - Variable: log_slow_queries | Yes | Global | No | ||
| log-warnings | Yes | Yes | Yes | ||
| - Variable: log_warnings | Yes | Both | 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 |
| 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_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 |
| multi_range_count | Yes | Yes | Yes | Both | Yes |
| myisam_data_pointer_size | Yes | Yes | Yes | Global | Yes |
| myisam_max_extra_sort_file_size | Yes | Yes | Yes | Global | No |
| 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 |
| named_pipe | Yes | Global | No | ||
| ndb_autoincrement_prefetch_sz | Yes | Yes | Yes | Both | Yes |
| ndb_cache_check_time | Yes | Yes | Yes | Global | Yes |
| ndb_force_send | Yes | Yes | Yes | Both | Yes |
| ndb_use_exact_count | Yes | Both | Yes | ||
| ndb_use_transactions | Yes | Yes | Yes | Both | Yes |
| 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-passwords | Yes | Yes | Yes | ||
| - Variable: old_passwords | Yes | Both | Yes | ||
| open-files-limit | Yes | Yes | No | ||
| - Variable: open_files_limit | Yes | Global | No | ||
| optimizer_prune_level | Yes | Yes | Yes | Both | Yes |
| optimizer_search_depth | Yes | Yes | Yes | Both | Yes |
| 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 |
| prepared_stmt_count | Yes | Global | No | ||
| profiling | Yes | Session | Yes | ||
| profiling_history_size | Yes | Both | Yes | ||
| protocol_version | Yes | Global | 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-index | Yes | Yes | No | ||
| - Variable: relay_log_index | Yes | Both | No | ||
| relay_log_purge | 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_recovery_rank | Yes | Global | Yes | ||
| safe-show-database | Yes | Yes | 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 | ||
| 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 | ||
| skip-sync-bdb-logs | Yes | Yes | Yes | Global | No |
| slave_compressed_protocol | Yes | Yes | 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-skip-errors | Yes | Yes | No | ||
| - Variable: slave_skip_errors | Yes | Global | No | ||
| slave_transaction_retries | Yes | Yes | Yes | Global | Yes |
| slow_launch_time | Yes | Yes | Yes | Global | Yes |
| socket | Yes | Yes | Yes | Global | No |
| sort_buffer_size | Yes | Yes | Yes | Both | Yes |
| sql_auto_is_null | Yes | Session | Yes | ||
| sql_big_selects | Yes | Session | Yes | ||
| sql_big_tables | Yes | Session | Yes | ||
| sql_buffer_result | Yes | Session | Yes | ||
| sql_log_bin | Yes | Session | Yes | ||
| sql_log_off | Yes | Session | Yes | ||
| sql_log_update | Yes | Session | 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 | Session | Yes | ||
| sql_quote_show_create | Yes | Session | Yes | ||
| sql_safe_updates | Yes | Session | Yes | ||
| sql_select_limit | Yes | Both | Yes | ||
| sql_slave_skip_counter | Yes | Global | Yes | ||
| sql_warnings | Yes | Session | 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-key | Yes | Yes | No | ||
| - Variable: ssl_key | Yes | Global | No | ||
| storage_engine | Yes | Both | Yes | ||
| sync-bdb-logs | Yes | Yes | No | ||
| - Variable: sync_bdb_logs | Yes | Global | No | ||
| sync_binlog | Yes | Yes | Yes | Global | Yes |
| sync_frm | Yes | Yes | Yes | Global | Yes |
| system_time_zone | Yes | Global | No | ||
| table_cache | Yes | Yes | Yes | Global | Yes |
| table_lock_wait_timeout | Yes | Yes | Yes | Global | Yes |
| table_type | Yes | Both | Yes | ||
| thread_cache_size | Yes | Yes | Yes | Global | Yes |
| thread_concurrency | Yes | Yes | Yes | Global | No |
| thread_stack | Yes | Yes | Yes | Global | No |
| time_format | Yes | Both | 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 | ||
| unique_checks | Yes | Session | 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:
Section 5.1.4, “Using System Variables”, discusses the syntax for setting and displaying system variable values.
Section 5.1.4.2, “Dynamic System Variables”, lists the variables that can be set at runtime.
Information on tuning system variables can be found in Section 7.9.2, “Tuning Server Parameters”.
Section 13.2.3, “
InnoDBStartup Options and System Variables”, listsInnoDBsystem variables.Section 17.3.4.3, “MySQL Cluster System Variables”, lists system variables which are specific to MySQL Cluster.
For information on server system variables specific to replication, see Section 16.1.2, “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, 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.
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.
-
Command-Line Format --autocommit[=#]Option-File Format autocommitOption Sets Variable Yes, autocommitVariable Name autocommitVariable Scope 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, MySQL performs an automaticCOMMITof any open transaction. Another way to begin a transaction is to use aSTART TRANSACTIONorBEGINstatement. See Section 12.3.1, “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 server'sinit_connectsystem variable: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. -
Version Introduced 5.0.3 Variable 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.See also Section 18.2.2, “Stored Routines and MySQL Privileges”.
This variable was added in MySQL 5.0.3.
-
Command-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 MySQL can have. This comes into play when the main MySQL 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 MySQL 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. -
Command-Line Format --basedir=path-bOption-File Format basedirOption Sets Variable Yes, basedirVariable Name basedirVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe MySQL 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. -
Command-Line Format --bdb_cache_size=#Option-File Format bdb_cache_sizeOption Sets Variable Yes, bdb_cache_sizeVariable Name bdb_cache_sizeVariable Scope Global Dynamic Variable No Permitted Values Type numericMin Value 20480The size of the buffer that is allocated for caching indexes and rows for
BDBtables. If you do not useBDBtables, you should start mysqld with--skip-bdbto not allocate memory for this cache. -
Command-Line Format --bdb-home=nameOption-File Format bdb-home=nameOption Sets Variable Yes, bdb_homeVariable Name bdb_homeVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe base directory for
BDBtables. This should be assigned the same value as thedatadirvariable. -
Command-Line Format --bdb_log_buffer_size=#Option-File Format bdb_log_buffer_sizeOption Sets Variable Yes, bdb_log_buffer_sizeVariable Name bdb_log_buffer_sizeVariable Scope Global Dynamic Variable No Permitted Values Type numericRange 262144-4294967295The size of the buffer that is allocated for caching indexes and rows for
BDBtables. If you do not useBDBtables, you should set this to 0 or start mysqld with--skip-bdbto not allocate memory for this cache. -
Command-Line Format --bdb-logdir=file_nameOption-File Format bdb-logdir=file_nameOption Sets Variable Yes, bdb_logdirVariable Name bdb_logdirVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe directory where the
BDBstorage engine writes its log files. This variable can be set with the--bdb-logdiroption. -
Command-Line Format --bdb_max_lock=#Option-File Format bdb_max_lockOption Sets Variable Yes, bdb_max_lockVariable Name bdb_max_lockVariable Scope Global Dynamic Variable No Permitted Values Type numericDefault 10000The maximum number of locks that can be active for a
BDBtable (10,000 by default). You should increase this value if errors such as the following occur when you perform long transactions or when mysqld has to examine many rows to calculate a query:bdb: Lock table is out of available locks
Got error 12 from ... -
Command-Line Format --bdb-shared-dataOption-File Format bdb-shared-dataOption Sets Variable Yes, bdb_shared_dataVariable Name bdb-shared-dataVariable Scope Global Dynamic Variable No This is
ONif you are using--bdb-shared-datato start Berkeley DB in multi-process mode. (Do not useDB_PRIVATEwhen initializing Berkeley DB.) -
Command-Line Format --bdb-tmpdir=pathOption-File Format bdb-tmpdir=pathOption Sets Variable Yes, bdb_tmpdirVariable Name bdb-tmpdirVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe
BDBtemporary file directory. -
If 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.NoteThis variable was formerly named
sql_big_tables. -
Command-Line Format --binlog_cache_size=#Option-File Format binlog_cache_sizeOption Sets Variable Yes, binlog_cache_sizeVariable Name binlog_cache_sizeVariable Scope Global Dynamic Variable Yes Permitted Values Platform Bit Size 32Type numericDefault 32768Range 4096-4294967295Permitted Values Platform Bit Size 64Type numericDefault 32768Range 4096-18446744073709547520The size of the cache to hold the SQL statements for the binary log during a transaction. A binary log cache is allocated for each client if the server supports any transactional storage engines and if the server has the binary log enabled (
--log-binoption). If you often use large, multiple-statement transactions, you can increase this cache size to get better performance. TheBinlog_cache_useandBinlog_cache_disk_usestatus variables can be useful for tuning the size of this variable. See Section 5.2.3, “The Binary Log”. -
Command-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. -
Variable 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 Section 9.1.4, “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 MySQL older than MySQL 4.1, 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 MySQL 4.0 behavior and is useful should you wish to upgrade the server without upgrading all the clients.
ucs2cannot be used as a client character set, which means that it also does not work forSET NAMESorSET CHARACTER SET. -
Variable 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.
-
Variable 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. -
Version Introduced 5.0.19 Command-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'. This variable was added in MySQL 5.0.19. -
Variable 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.
-
Command-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.
-
Variable 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. -
Command-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.
-
Variable Name collation_connectionVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type stringThe collation of the connection character set.
-
Variable 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. -
Command-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.
-
Version Introduced 5.0.3 Command-Line Format --completion_type=#Option-File Format completion_typeOption Sets Variable Yes, completion_typeVariable Name competion_typeVariable Scope Global, Session Dynamic Variable Yes The transaction completion type. This variable can take the values shown in the following table.
Value Description 0 COMMITandROLLBACKare unaffected. This is the default value.1 COMMITandROLLBACKare equivalent toCOMMIT AND CHAINandROLLBACK AND CHAIN, respectively. (A new transaction starts immediately with the same isolation level as the just-terminated transaction.)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 Section 12.3.3, “Statements That Cause an Implicit Commit”. It also does not apply forXA COMMIT,XA ROLLBACK, or whenautocommit=1.This variable was added in MySQL 5.0.3.
-
Command-Line Format --concurrent_insert[=#]Option-File Format concurrent_insertOption Sets Variable Yes, concurrent_insertVariable Name concurrent_insertVariable Scope Global Dynamic Variable Yes Permitted Values (<= 5.0.5) Type booleanDefault TRUEIf 1 (the default), MySQL permits
INSERTandSELECTstatements 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 to 0.In MySQL 5.0.6, this variable was changed to take three integer values:
Value Description 0 Disables concurrent inserts 1 (Default) Enables concurrent insert for MyISAMtables that do not have holes2 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, MySQL acquires a normal write lock and inserts the row into the hole.See also Section 7.7.3, “Concurrent Inserts”.
-
Command-Line Format --connect_timeout=#Option-File Format connect_timeoutOption Sets Variable Yes, connect_timeoutVariable Name connect_timeoutVariable Scope Global Dynamic Variable Yes Permitted Values (<= 5.0.51) Type numericDefault 5Min Value 2Permitted Values (>= 5.0.52) 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 as of MySQL 5.0.52 and 5 seconds before that.Increasing the
connect_timeoutvalue might help if clients frequently encounter errors of the formLost connection to MySQL server at '.XXX', system error:errno -
Command-Line Format --datadir=path-hOption-File Format datadirOption Sets Variable Yes, datadirVariable Name datadirVariable Scope Global Dynamic Variable No Permitted Values Type file nameThe MySQL data directory. This variable can be set with the
--datadiroption. -
This variable is unused.
-
This variable is unused.
-
Command-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 Section 11.7, “Date and Time Functions”. -
Command-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 ON,OFF,ALLThis 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-recoveroption (for example,--myisam-recover=BACKUP,FORCE). See Section 5.1.2, “Server Command Options”, and Section 13.1.1, “MyISAMStartup Options”.WarningIf you enable external locking with
--external-locking, there is no protection against index corruption for tables that use delayed key writes. -
Command-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, theINSERT DELAYEDhandler thread checks whether there are anySELECTstatements pending. If so, it permits them to execute before continuing to insert delayed rows. -
Command-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. -
Command-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. If the queue becomes full, any client that issues anINSERT DELAYEDstatement waits until there is room in the queue again. -
Version Introduced 5.0.6 Command-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 |
+----------------+This variable was added in MySQL 5.0.6.
-
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 (>= 5.1.0) Type booleanDefault ONThe engine condition pushdown optimization enables processing for certain comparisons to be “pushed down” to the storage engine level for more efficient execution. For more information, see Section 7.3.1.5, “Engine Condition Pushdown Optimization”.
Engine condition pushdown is used only by the
NDBCLUSTERstorage engine. Enabling this optimization on a MySQL Server acting as a MySQL Cluster SQL node causesWHEREconditions on unindexed columns to be evaluated on the cluster's data nodes and only the rows that match to be sent back to the SQL node that issued the query. This greatly reduces the amount of cluster data that must be sent over the network, increasing the efficiency with which results are returned.The
engine_condition_pushdownvariable controls whether engine condition pushdown is enabled. By default, this variable isOFF(0). Setting it toON(1) enables pushdown.This variable was added in MySQL 5.0.3.
-
The number of errors that resulted from the last statement that generated messages. This variable is read only. See Section 12.4.5.14, “
SHOW ERRORSSyntax”. -
Command-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 Section 5.2, “MySQL Server Logs”.
To remove binary log files manually, use the
PURGE BINARY LOGSstatement. See Section 12.5.1.1, “PURGE BINARY LOGSSyntax”. -
Command-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, MySQL does a write of all changes to disk only after each SQL statement and lets the operating system handle the synchronizing to disk. See Section C.5.4.2, “What to Do If MySQL Keeps Crashing”. This variable is set toONif you start mysqld with the--flushoption. -
Command-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. -
If set to 1 (the default), foreign key constraints for
InnoDBtables are checked. If set to 0, they are ignored. Disabling foreign key checking can be useful for reloadingInnoDBtables in an order different from that required by their parent/child relationships. See Section 13.2.4.4, “FOREIGN KEYConstraints”.Setting
foreign_key_checksto 0 also affects data definition statements:DROP DATABASEdrops a database even if it contains tables that have foreign keys that are referred to by tables outside the database, 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. -
Command-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 Section 11.9.2, “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.
-
Command-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
FULLTEXTindex.NoteFULLTEXTindexes must be rebuilt after changing this variable. UseREPAIR TABLE.tbl_nameQUICK -
Command-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
FULLTEXTindex.NoteFULLTEXTindexes must be rebuilt after changing this variable. UseREPAIR TABLE.tbl_nameQUICK -
Command-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. -
Command-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. 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 the
myisam/ft_static.cfile). Setting this variable to the empty string ('') disables stopword filtering. See also Section 11.9.4, “Full-Text Stopwords”.NoteFULLTEXTindexes must be rebuilt after changing this variable or the contents of the stopword file. UseREPAIR TABLE.tbl_nameQUICK -
Command-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. -
YESif mysqld supportsARCHIVEtables,NOif not. -
YESif mysqld supportsBDBtables.DISABLEDif--skip-bdbis used. -
YESif mysqld supportsBLACKHOLEtables,NOif not. -
YESif thezlibcompression library is available to the server,NOif not. If not, theCOMPRESS()andUNCOMPRESS()functions cannot be used. -
YESif thecrypt()system call is available to the server,NOif not. If not, theENCRYPT()function cannot be used. -
YESif mysqld supportsCSVtables,NOif not. -
YESif mysqld supportsEXAMPLEtables,NOif not. -
YESif mysqld supportsFEDERATEDtables,NOif not. This variable was added in MySQL 5.0.3. -
YESif the server supports spatial data types,NOif not. -
YESif mysqld supportsInnoDBtables.DISABLEDif--skip-innodbis used. -
In MySQL 5.0, this variable appears only for reasons of backward compatibility. It is always
NObecauseISAMtables are no longer supported. -
YESif mysqld supportsMERGEtables.DISABLEDif--skip-mergeis used. This variable was added in MySQL 5.0.24. -
YESif mysqld supports SSL connections,NOif not. As of MySQL 5.0.38, this variable is an alias forhave_ssl. -
YESif mysqld supports the query cache,NOif not. -
In MySQL 5.0, this variable appears only for reasons of backward compatibility. It is always
NObecauseRAIDtables are no longer supported. -
YESifRTREEindexes are available,NOif not. (These are used for spatial indexes inMyISAMtables.) -
YESif mysqld supports SSL connections,NOif not. This variable was added in MySQL 5.0.38. Before that, usehave_openssl. -
YESif 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. -
Version Introduced 5.0.38 Variable Name hostnameVariable Scope Global Dynamic Variable No Permitted Values Type stringThe server sets this variable to the server host name at startup. This variable was added in MySQL 5.0.38.
-
This 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. -
Command-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. There is no global
autocommitsystem variable to specify that autocommit should be disabled by default, butinit_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. -
Command-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 MySQL was configured with the--disable-grant-optionsoption. See Section 2.17.3, “MySQL Source-Configuration Options”. -
innodb_xxxInnoDBsystem variables are listed in Section 13.2.3, “InnoDBStartup Options and System Variables”. -
The value to be used by the following
INSERTorALTER TABLEstatement when inserting anAUTO_INCREMENTvalue. This is mainly used with the binary log. -
Command-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. -
Command-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. -
Version Introduced 5.0.48 Command-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.This variable was added in MySQL 5.0.48.
-
Command-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 Index 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. As of MySQL 5.0.52, 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). 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 MySQL 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 MySQL 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 Section 7.3.2.1, “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 Section 12.4.5, “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 Section 7.6.1, “TheMyISAMKey Cache”. -
Command-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 100-4294967295Permitted Values Platform Bit Size 64Type numericDefault 300Range 100-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 Section 7.6.1, “The
MyISAMKey Cache”. -
Command-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 512-16384The size in bytes of blocks in the key cache. The default value is 1024. See Section 7.6.1, “The
MyISAMKey Cache”. -
Command-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 Section 7.6.1, “The
MyISAMKey Cache”. -
Command-Line Format --language=name-LOption-File Format languageOption Sets Variable Yes, languageVariable Name languageVariable Scope Global Dynamic Variable No Deprecated 5.5.0, by lc-messages-dirPermitted Values Type directory nameDefault /usr/local/mysql/share/mysql/english/The directory where error messages are located. See Section 9.2, “Setting the Error Message Language”.
-
Variable Name large_files_supportVariable Scope Global Dynamic Variable No Whether mysqld was compiled with options for large file support.
-
Version Introduced 5.0.3 Command-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 Section 7.9.7, “Enabling Large Page Support”. This variable was added in MySQL 5.0.3.For more information, see the entry for the
--large-pagesserver option. -
Version Introduced 5.0.3 Variable 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. This variable was added in MySQL 5.0.3.
For more information, see the entry for the
--large-pagesserver option. -
The 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. -
Version Introduced 5.0.25 Variable 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 Section 9.7, “MySQL Server Locale Support”. This variable was added in MySQL 5.0.25. -
Variable Name licenseVariable Scope Global Dynamic Variable No Permitted Values Type stringDefault GPLThe type of license the server has.
-
Variable Name local_infileVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanWhether
LOCALis supported forLOAD DATA INFILEstatements. See Section 5.3.5, “Security Issues withLOAD DATA LOCAL”. -
Variable Name locked_in_memoryVariable Scope Global Dynamic Variable No -
Whether logging of all statements to the general query log is enabled. See Section 5.2.2, “The General Query Log”.
-
Variable 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. -
log_bin_trust_function_creatorsVersion Introduced 5.0.16 Command-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, MySQL does not enforce these restrictions on stored function creation. This variable also applies to trigger creation. See Section 18.6, “Binary Logging of Stored Programs”.This variable was added in MySQL 5.0.16.
-
log_bin_trust_routine_creatorsThis is the old name for
log_bin_trust_function_creators. Before MySQL 5.0.16, it also applies to stored procedures, not just stored functions. As of 5.0.16, this variable is deprecated. It is recognized for backward compatibility but its use results in a warning.This variable was added in MySQL 5.0.6. It is removed in MySQL 5.5.
-
Command-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.
-
Command-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 booleanWhether queries that do not use indexes are logged to the slow query log. See Section 5.2.4, “The Slow Query Log”. This variable was added in MySQL 5.0.23.
-
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 No Deprecated 5.1.29, by slow-query-logPermitted Values Type booleanWhether slow queries should be logged. “Slow” is determined by the value of the
long_query_timevariable. See Section 5.2.4, “The Slow Query Log”. -
Command-Line Format --log-warnings[=#]-W [#]Option-File Format log-warningsOption Sets Variable Yes, log_warningsVariable Name log_warningsVariable Scope Global, Session Dynamic Variable Yes Disabled by skip-log-warningsPermitted Values Platform Bit Size 64Type numericDefault 1Range 0-18446744073709547520Whether to produce additional warning messages. It is enabled (1) by default and can be disabled by setting it to 0. Aborted connections are not logged to the error log unless the value is greater than 1.
-
Command-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 (<= 5.0.20) Type numericDefault 10Min Value 1If a query takes longer than this many seconds, the server increments the
Slow_queriesstatus variable. If you are using the--log-slow-queriesoption, 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 value is 1. The default is 10. See Section 5.2.4, “The Slow Query Log”. -
Command-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). This variable previously was namedsql_low_priority_updates. -
Command-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. -
Command-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 Section 8.2.2, “Identifier Case Sensitivity”.
You should not set this variable to 0 if you are running MySQL 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
InnoDBor MySQL Cluster (NDB) tables, you should set this variable to 1 on all platforms to force names to be converted to lowercase.The setting of this variable has no effect on replication filtering options. See Section 16.2.3, “How Servers Evaluate Replication Filtering Rules”, for more information.
You should not use different settings for
lower_case_table_nameson replication masters and slaves. In particular, you should not do this when the slave uses a case-sensitive file system, as this can cause replication to fail. For more information, see Section 16.4.1.27, “Replication and Variables”. -
Command-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 1024-1073741824The maximum size of one packet or any generated/intermediate string.
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.As of MySQL 5.0.84, the session value of this variable is read only. Before 5.0.84, setting the session value is permitted but has no effect.
-
Command-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 there are more than this number of interrupted connections from a host, that host is blocked from further connections. You can unblock blocked hosts with the
FLUSH HOSTSstatement. 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, theFLUSH HOSTSstatement is the only way to unblock it. -
Command-Line Format --max_connections=#Option-File Format max_connectionsOption Sets Variable Yes, max_connectionsVariable Name max_connectionsVariable Scope Global Dynamic Variable Yes The maximum permitted number of simultaneous client connections. By default, this is 100. See Section C.5.2.7, “
Too many connections”, for more information.Increasing this value increases the number of file descriptors that mysqld requires. See Section 7.8.2, “How MySQL Opens and Closes Tables”, for comments on file descriptor limits.
-
Command-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. 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, MySQL never creates a thread to handleDELAYEDrows; in effect, this disablesDELAYEDentirely.For the
SESSIONvalue of this variable, the only valid values are 0 or theGLOBALvalue. -
Command-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. -
Command-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 16384-4294967295Permitted Values Platform Bit Size 64Type numericDefault 16777216Range 16384-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 Section 7.8.4, “How MySQL Uses Internal Temporary Tables”. -
Variable Name max_insert_delayed_threadsVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type numericThis variable is a synonym for
max_delayed_threads. -
Command-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 4294967295Range 1-4294967295Do 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.
This variable previously was named
sql_max_join_size. -
Command-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 Section 7.3.1.11, “ORDER BYOptimization”. -
Version Introduced 5.0.21 Command-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. This variable was added in MySQL 5.0.21.
-
Command-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 Section 16.2.1, “Replication Implementation Details”. -
Command-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 MySQL 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 Section 12.4.5.18, “
SHOW INDEXSyntax”). By setting this to a low value (say, 100), you can force MySQL to prefer indexes instead of table scans. -
Command-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. -
Version Introduced 5.0.17 Command-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.This variable was added in MySQL 5.0.17.
-
Command-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.)
-
Command-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 MySQL user account. A value of 0 (the default) means “no limit.”
Before MySQL 5.0.3, this variable has only a global value that can be set at server startup or runtime. As of MySQL 5.0.3, 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 Section 5.5.4, “Setting Account Resource Limits”, and Section 12.4.1.3, “GRANTSyntax”. -
Command-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.
-
Command-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 (<= 5.0.5) Type numericDefault 4Range 2-8Permitted Values (>= 5.0.6) 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 (4 before MySQL 5.0.6). See Section C.5.2.12, “The table is full”. -
myisam_max_extra_sort_file_size(DEPRECATED)This variable is unused as of MySQL 5.0.6.
-
Command-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 MySQL 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. -
Version Introduced 5.0.90 Command-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. This variable was added in MySQL 5.0.90. -
Variable Name myisam_recover_optionsVariable Scope Global Dynamic Variable No The value of the
--myisam-recoveroption. See Section 5.1.2, “Server Command Options”. -
Command-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.
-
Command-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. -
Version Introduced 5.0.14 Command-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 (>= 5.0) Type enumerationValid Values nulls_equal,nulls_unequal,nulls_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 Section 7.5.4, “
MyISAMIndex Statistics Collection”.Any unique prefix of a valid value may be used to set the value of this variable.
This variable was added in MySQL 5.0.14. For older versions, the statistics collection method is equivalent to
nulls_equal. -
Variable 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.
-
Command-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 1024-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.As of MySQL 5.0.84, the session value of this variable is read only. Before 5.0.84, setting the session value is permitted but has no effect.
-
Command-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. This timeout applies only to TCP/IP connections, not to connections made through Unix socket files, named pipes, or shared memory. 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. -
Command-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 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.
-
Command-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. This timeout applies only to TCP/IP connections, not to connections made using Unix socket files, named pipes, or shared memory. See also
net_read_timeout. -
Command-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 MySQL 4.0 to turn on some 4.1 behaviors, and is retained for backward compatibility. In MySQL 5.0, its value is always
OFF. -
Command-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 MySQL user accounts. See Section C.5.2.4, “
Client does not support authentication protocol”. -
This is not a variable, but it can be used when setting some variables. It is described in Section 12.4.4, “
SETSyntax”. -
Command-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 MySQL cannot change the number of open files. -
Version Introduced 5.0.1 Command-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. This variable was added in MySQL 5.0.1.
-
Version Introduced 5.0.1 Command-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 Type numericDefault 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. If set to 63, the optimizer switches to the algorithm used in MySQL 5.0.0 (and previous versions) for performing searches. This variable was added in MySQL 5.0.1.
-
Command-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. -
Version Introduced 5.0.67 Command-Line Format --plugin_dir=pathOption-File Format plugin_dirOption Sets Variable Yes, plugin_dirVariable Name plugin_dirVariable Scope Global Dynamic Variable No The path name of the plugin directory. This variable was added in MySQL 5.0.67. If the value is nonempty, user-defined function object files must be located in this directory. If the value is empty, the behavior that is used before 5.0.67 applies: The UDF object files must be located in a directory that is searched by your system's dynamic linker.
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. -
Command-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. -
Command-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 1024-1073741824The size of the buffer that is allocated when preloading indexes.
-
Version Introduced 5.0.21 Version Removed 5.0.31 Variable Name prepared_stmt_countVariable Scope Global Dynamic Variable No Permitted Values Type numericThe current number of prepared statements. (The maximum number of statements is given by the
max_prepared_stmt_countsystem variable.) This variable was added in MySQL 5.0.21. In MySQL 5.0.32, it was converted to the globalPrepared_stmt_countstatus variable. -
If 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 Section 12.4.5.29, “SHOW PROFILESSyntax”. This variable was added in MySQL 5.0.37. Note: This option does not apply to MySQL Enterprise Server users. -
The 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 Section 12.4.5.29, “SHOW PROFILESSyntax”. This variable was added in MySQL 5.0.37. Note: This option does not apply to MySQL Enterprise Server users. -
Variable Name protocol_versionVariable Scope Global Dynamic Variable No Permitted Values Type numericThe version of the client/server protocol used by the MySQL server.
-
Variable Name pseudo_thread_idVariable Scope Session Dynamic Variable Yes Permitted Values Type numericThis variable is for internal server use.
-
Command-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 1024-4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 8192Range 1024-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.
-
Command-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.
-
Command-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 512-4294967295Permitted Values Platform Bit Size 64Type numericDefault 4096Range 512-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 Section 7.6.3.3, “Query Cache Configuration”.
-
Command-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. The permissible values are multiples of 1024; other values are rounded down to the nearest multiple. Note that
query_cache_sizebytes of memory are allocated even ifquery_cache_typeis set to 0. See Section 7.6.3.3, “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 Section 7.6.3.3, “Query Cache Configuration”. -
Command-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 0,1,2Set 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.Any unique prefix of a valid value may be used to set the value of this variable.
-
Command-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. -
Command-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 8192-4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 8192Range 8192-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. -
The
rand_seed1andrand_seed2variables exist as session variables only, and can be set but not read. They are not 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. -
See the description for
rand_seed1. -
Command-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 (>= 5.0.54) Platform Bit Size 32Type numericDefault 4096Range 4096-4294967295Block Size 1024Permitted Values (>= 5.0.54) Platform Bit Size 64Type numericDefault 4096Range 4096-18446744073709547520Block Size 1024The size of blocks that are allocated when doing range optimization.
-
Command-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 8200-2147479552Each thread that does a sequential scan 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.read_buffer_sizeandread_rnd_buffer_sizeare not specific to any storage engine and apply in a general manner for optimization. See Section 7.9.4, “How MySQL Uses Memory”, for example. -
Command-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 as of MySQL 5.0.16. 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 MySQL 5.0, enabling
read_onlydoes not prevent the use of theSET PASSWORDstatement. This is not necessarily the case for all MySQL release series. When replicating from one MySQL release series to another (for example, from a MySQL 5.0 master to a MySQL 5.1 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. -
Command-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 8200-4294967295When reading rows in sorted order following a key-sorting operation, the rows are read through this buffer to avoid disk seeks. See Section 7.3.1.11, “
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.read_buffer_sizeandread_rnd_buffer_sizeare not specific to any storage engine and apply in a general manner for optimization. See Section 7.9.4, “How MySQL Uses Memory”, for example. -
Command-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). -
Command-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.
-
Command-Line Format --secure-authOption-File Format secure-authOption Sets Variable Yes, secure_authVariable Name secure_authVariable Scope Global Dynamic Variable Yes Permitted Values Type booleanDefault FALSEIf the MySQL server has been started with the
--secure-authoption, it blocks connections from all accounts that have passwords stored in the old (pre-4.1) format. In that case, the value of this variable isON, otherwise it isOFF.You should enable this option if you want to prevent all use of passwords employing the old format (and hence insecure communication over the network).
Server startup fails with an error if this option is enabled and the privilege tables are in pre-4.1 format. See Section C.5.2.4, “
Client does not support authentication protocol”. -
Version Introduced 5.0.38 Command-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.This variable was added in MySQL 5.0.38.
-
Command-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. -
Variable Name shared_memoryVariable Scope Global Dynamic Variable No Platform Specific windows (Windows only.) Whether the server permits shared-memory connections.
-
Variable 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 MySQL instances on a single physical machine. The default name is
MYSQL. The name is case sensitive. -
This is
OFFif mysqld uses external locking,ONif external locking is disabled. This affects onlyMyISAMtable access. -
This 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. On NetWare, only TCP/IP connections are supported, so do not set this variable toON. This variable can be set toONwith the--skip-networkingoption. -
This 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. -
Command-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. -
Command-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
MySQL(not case sensitive). -
Command-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 Section 7.3.1.11, “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 Section C.5.4.4, “Where MySQL Stores Temporary Files”.The maximum permissible setting for
sort_buffer_sizeis 4GB. -
Variable Name sql_auto_is_nullVariable Scope Session Dynamic Variable Yes If this variable is set to 1 (the default), 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 Section 11.13, “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 Section 20.1.7.1.1, “Obtaining Auto-Increment Values”. This behavior can be disabled by settingsql_auto_is_nullto 0. -
Variable Name sql_big_selectsVariable Scope Session Dynamic Variable Yes Permitted Values Type booleanDefault 1If set to 0, MySQL 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. -
Variable Name sql_buffer_resultVariable Scope 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 MySQL 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. -
Variable Name sql_log_binVariable Scope Session Dynamic Variable Yes Permitted Values Type booleanIf set to 0, no logging is done to the binary log for the client. The client must have the
SUPERprivilege to set this option. The default value is 1. -
Variable Name sql_log_offVariable Scope Session Dynamic Variable Yes Permitted Values Type booleanDefault 0If set to 1, no logging is done to the general query log for this client. The client must have the
SUPERprivilege to set this option. The default value is 0. -
Version Deprecated 5.0 Variable Name sql_log_updateVariable Scope Session Dynamic Variable Yes Deprecated 5.0, by sql_log_binPermitted Values Type booleanThis variable is deprecated, and is mapped to
sql_log_bin. It is removed in MySQL 5.5. -
Command-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_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE,IGNORE_SPACE,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ESCAPES,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_FIELD_OPTIONS,NO_KEY_OPTIONS,NO_TABLE_OPTIONS,NO_UNSIGNED_SUBTRACTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY,PAD_CHAR_TO_FULL_LENGTH,PIPES_AS_CONCAT,REAL_AS_FLOAT,STRICT_ALL_TABLES,STRICT_TRANS_TABLESThe current server SQL mode, which can be set dynamically. See Section 5.1.6, “Server SQL Modes”.
-
If set to 1 (the default), warnings of
Notelevel are recorded. If set to 0,Notewarnings are suppressed. 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_noteswas added in MySQL 5.0.3. -
If 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 Section 12.4.5.9, “SHOW CREATE TABLESyntax”, and Section 12.4.5.6, “SHOW CREATE DATABASESyntax”. -
If set to 1, MySQL 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. -
Variable 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, which depends on the server configuration and may be affected if the server build was configured with--with-big-tables. 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. -
This 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. -
Version Introduced 5.0.23 Command-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. This variable was added in MySQL 5.0.23.
-
Version Introduced 5.0.23 Command-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 file nameThe path to a directory that contains trusted SSL CA certificates in PEM format. This variable was added in MySQL 5.0.23.
-
Version Introduced 5.0.23 Command-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. This variable was added in MySQL 5.0.23.
-
Version Introduced 5.0.23 Command-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. This variable was added in MySQL 5.0.23.
-
Version Introduced 5.0.23 Command-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. This variable was added in MySQL 5.0.23.
-
Variable Name storage_engineVariable Scope Global, Session Dynamic Variable Yes The default storage engine (table type). To set the storage engine at server startup, use the
--default-storage-engineoption. See Section 5.1.2, “Server Command Options”. -
Command-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. -
Variable 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 Section 9.6, “MySQL Server Time Zone Support”. -
Command-Line Format --table_cache=#Option-File Format table_cacheOption Sets Variable Yes, table_cacheVariable Name table_cacheVariable Scope Global Dynamic Variable Yes Deprecated 5.1.3, by table_open_cachePermitted Values Type numericDefault 64Range 1-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 Section 5.1.5, “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_cachevariable. For more information about the table cache, see Section 7.8.2, “How MySQL Opens and Closes Tables”. -
Version Introduced 5.0.10 Command-Line Format --table_lock_wait_timeout=#Option-File Format table_lock_wait_timeoutOption Sets Variable Yes, table_lock_wait_timeoutVariable Name table_lock_wait_timeoutVariable Scope Global Dynamic Variable Yes Permitted Values Type numericDefault 50Range 1-1073741824This variable is unused.
-
Variable Name table_typeVariable Scope Global, Session Dynamic Variable Yes Deprecated 5.2.5, by storage_enginePermitted Values Type enumerationThis variable is a synonym for
storage_engine. In MySQL 5.0,storage_engineis the preferred name;table_typeis deprecated and is removed in MySQL 5.5. -
Command-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 Section 5.1.5, “Server Status Variables”. -
Command-Line Format --thread_concurrency=#Option-File Format thread_concurrencyOption Sets Variable Yes, thread_concurrencyVariable Name thread_concurrencyVariable Scope Global Dynamic Variable No 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. -
Command-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 131072-4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 262144Range 131072-18446744073709547520Block Size 1024The stack size for each thread. Many of the limits detected by the
crash-metest are dependent on this value. See Section 7.1.3, “The MySQL 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. -
This variable is unused.
-
Command-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 Section 9.6, “MySQL Server Time Zone Support”. -
Version Introduced 5.0.3 Command-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. This variable was added in MySQL 5.0.3. -
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 MySQL timestamp.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. -
Command-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 1024-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, MySQL 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.See also Section 7.8.4, “How MySQL Uses Internal Temporary Tables”.
-
Command-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, NetWare, and OS/2.The multiple-directory feature can be used to spread the load between several physical disks. If the MySQL 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. -
Command-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 1024-4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 8192Range 1024-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. -
Command-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 1024-4294967295Block Size 1024Permitted Values Platform Bit Size 64Type numericDefault 4096Range 1024-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. -
Variable Name tx_isolationVariable Scope Global, Session Dynamic Variable Yes Permitted Values Type enumerationDefault REPEATABLE-READValid Values READ-UNCOMMITTED,READ-COMMITTED,REPEATABLE-READ,SERIALIZABLEThe default transaction isolation level. Defaults to
REPEATABLE-READ.This variable is set by the
SET TRANSACTION ISOLATION LEVELstatement. See Section 12.3.6, “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 transactional isolation level can also be set at startup using the
--transaction-isolationserver option. -
Variable Name unique_checksVariable Scope 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.
-
Version Introduced 5.0.2 Command-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.
This variable was added in MySQL 5.0.2.
-
Variable Name versionVariable Scope Global Dynamic Variable No The 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.Variable Name versionVariable Scope Global Dynamic Variable No Starting with MySQL 5.0.24, the version number will also indicate whether the server is a standard release (Community) or Enterprise release (for example,
5.0.28-enterprise-gpl-nt). -
The
BDBstorage engine version. -
Variable Name version_commentVariable Scope Global Dynamic Variable No Permitted Values Type stringThe configure script has a
--with-commentoption that permits a comment to be specified when building MySQL. This variable contains the value of that comment.For precompiled binaries, this variable will hold the server version and license information. Starting with MySQL 5.0.24,
version_commentwill include the full server type and license. For community users this will appear asMySQL Community Edition - Standard (GPL). For Enterprise users, the version might be displayed asMySQL Enterprise Server (GPL). The corresponding license for your MySQL binary is shown in parentheses. For server compiled from source, the default value will be the same as that for Community releases. -
Variable Name version_compile_machineVariable Scope Global Dynamic Variable No Permitted Values Type stringThe type of machine or architecture on which MySQL was built.
-
Variable Name version_compile_osVariable Scope Global Dynamic Variable No Permitted Values Type stringThe type of operating system on which MySQL was built.
-
Command-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. This timeout applies only to TCP/IP and Unix socket file connections, not to connections made using named pipes, or shared memory.
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. -
The number of errors, warnings, and notes that resulted from the last statement that generated messages. This variable is read only. See Section 12.4.5.37, “
SHOW WARNINGSSyntax”.