這篇文章將為大家詳細(xì)講解有關(guān)MySQL5.7.21參數(shù)都有哪些,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個(gè)參考,希望大家閱讀完這篇文章后對(duì)相關(guān)知識(shí)有一定的了解。
成都創(chuàng)新互聯(lián)服務(wù)項(xiàng)目包括昆玉網(wǎng)站建設(shè)、昆玉網(wǎng)站制作、昆玉網(wǎng)頁(yè)制作以及昆玉網(wǎng)絡(luò)營(yíng)銷(xiāo)策劃等。多年來(lái),我們專(zhuān)注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢(shì)、行業(yè)經(jīng)驗(yàn)、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機(jī)構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,昆玉網(wǎng)站推廣取得了明顯的社會(huì)效益與經(jīng)濟(jì)效益。目前,我們服務(wù)的客戶以成都為中心已經(jīng)輻射到昆玉省份的部分城市,未來(lái)相信會(huì)繼續(xù)擴(kuò)大服務(wù)區(qū)域并繼續(xù)獲得客戶的支持與信任!
auto_increment_increment:表示自增長(zhǎng)字段每次遞增的量,其默認(rèn)值是1,取值范圍是1 .. 65535
auto_increment_offset:表示自增長(zhǎng)字段從那個(gè)數(shù)開(kāi)始,他的取值范圍是1 .. 65535
autocommit:自動(dòng)提交
automatic_sp_privileges:控制著server是否自動(dòng)分配execute和alter權(quán)限給創(chuàng)建routine的用戶。 默認(rèn)為1,自動(dòng)賦權(quán)
avoid_temporal_upgrade:其作用是讓我們能選擇是否強(qiáng)制升級(jí)表結(jié)構(gòu)
back_log:指出在MySQL暫時(shí)停止回答新請(qǐng)求之前的短時(shí)間內(nèi)多少個(gè)請(qǐng)求可以被存在堆棧中
basedir:mysql安裝的路徑
big_tables:使大結(jié)果集通過(guò)保存所有臨時(shí)集到文件。這個(gè)選項(xiàng)可以防止大多數(shù)“table full” 錯(cuò)誤,但也會(huì)減緩對(duì)內(nèi)存中的表的查詢。
bind_address:MySQL服務(wù)對(duì)于TCP/IP連接僅監(jiān)聽(tīng)單個(gè)網(wǎng)絡(luò)套接字。這個(gè)套接字綁定單個(gè)地址。但對(duì)單個(gè)地址可能映射到多個(gè)網(wǎng)絡(luò)接口。
binlog_cache_size:為每個(gè)session 分配的內(nèi)存,在事務(wù)過(guò)程中用來(lái)存儲(chǔ)二進(jìn)制日志的緩存
binlog_checksum: CRC32或者none,設(shè)置為none可以兼容低版本
binlog_direct_non_transactional_updates:開(kāi)啟他,這樣不管任何情況對(duì)非事務(wù)表的操作都將記錄binlog,對(duì)于非事務(wù)引擎表,直接走日志,不走2pc提交
binlog_error_action:當(dāng)遇到mysql不能寫(xiě)binlog時(shí),報(bào)出異常,默認(rèn)是ignore error不報(bào)錯(cuò)
binlog_format:指定binlog的日志格式,支持statement,row,mixed格式
binlog_group_commit_sync_delay:表示binlog提交后等待延遲多少時(shí)間再同步到磁盤(pán),默認(rèn)0,不延遲。設(shè)置延遲可以讓多個(gè)事務(wù)在用一時(shí)刻提交,提高binlog組提交的并發(fā)數(shù)和效率,提高slave的吞吐量。全局動(dòng)態(tài)變量,單位微妙,默認(rèn)0,范圍:0~1000000(1秒)。
binlog_group_commit_sync_no_delay_count:表示等待延遲提交的最大事務(wù)數(shù),如果上面參數(shù)的時(shí)間沒(méi)到,但事務(wù)數(shù)到了,則直接同步到磁盤(pán)。
binlog_group_commit_sync_delay:binlog_group_commit_sync_no_delay_count沒(méi)有開(kāi)啟,則該參數(shù)也不會(huì)開(kāi)啟.全局動(dòng)態(tài)變量,單位個(gè)數(shù),默認(rèn)0,范圍:0~1000000
binlog_gtid_simple_recovery:MySQL5.7.7之后默認(rèn)on,這個(gè)參數(shù)控制了當(dāng)mysql啟動(dòng)或重啟時(shí),mysql在搜尋GTIDs時(shí)是如何迭代使用binlog文件。該參數(shù)為真時(shí),mysql-server只需打開(kāi)最老的和最新的這2個(gè)binlog文件,gtid_purged參數(shù)的值和gtid_executed參數(shù)的值可以根據(jù)這些文件中的Previous_gtids_log_event或者Gtid_log_event計(jì)算得出。這確保了當(dāng)mysql-server重啟或清理binlog時(shí),只需打開(kāi)2個(gè)binlog文件。當(dāng)這個(gè)參數(shù)設(shè)置為off,在mysql恢復(fù)期間,為了初始化gtid_executed,所有以最新文件開(kāi)始的binlog都要被檢查。并且為了初始化gtid_purged,所有的binlog都要被檢查。這可能需要非常長(zhǎng)的時(shí)間,建議開(kāi)啟。
binlog_max_flush_queue_time:單位為微妙,用于從flush隊(duì)列中取事務(wù)的超時(shí)時(shí)間,這主要是防止并發(fā)事務(wù)過(guò)高,導(dǎo)致某些事務(wù)的RT上升
binlog_order_commits:當(dāng)設(shè)置為0時(shí),事務(wù)可能以和binlog不相同的順序被提交
binlog_row_image:FULL記錄每一行的變更,minimal只記錄影響后的行
binlog_rows_query_log_events 將原始的操作sql記錄寫(xiě)入事件中
binlog_stmt_cache_size非事務(wù)語(yǔ)句緩存大小
block_encryption_mode默認(rèn)aes-128-ecb,塊加密模式
bulk_insert_buffer_size提高數(shù)據(jù)插入的效率,這個(gè)參數(shù)設(shè)置的是 bulk insert 的緩存大小,默認(rèn)是 8M
character_set_client客戶端使用的字符集
character_set_connection連接數(shù)據(jù)庫(kù)的字符集設(shè)置類(lèi)型
character_set_database數(shù)據(jù)庫(kù)中某庫(kù)使用的字符集
character_set_filesystem
character_set_results數(shù)據(jù)庫(kù)給客戶端返回時(shí)使用的數(shù)據(jù)庫(kù)
character_set_server服務(wù)器安裝時(shí)指定的字符集
character_set_system數(shù)據(jù)庫(kù)系統(tǒng)使用的字符集
character_sets_dir:字符集安裝的目錄
check_proxy_users表示是否開(kāi)啟代理用戶的功能
collation_connection連接數(shù)據(jù)庫(kù)的字符校對(duì)規(guī)則
collation_database數(shù)據(jù)庫(kù)中某庫(kù)使用的字符集校對(duì)規(guī)則
collation_server服務(wù)器安裝時(shí)指定的字符集校對(duì)規(guī)則
completion_type:0或no_chain,1:commit提交后開(kāi)啟一個(gè)事務(wù),2提交后與數(shù)據(jù)庫(kù)斷開(kāi)
concurrent_insert當(dāng)concurrent_insert=0時(shí),不允許并發(fā)插入功能。
當(dāng)concurrent_insert=1時(shí),允許對(duì)沒(méi)有洞洞的表使用并發(fā)插入,新數(shù)據(jù)位于數(shù)據(jù)文件結(jié)尾(缺?。?。
當(dāng)concurrent_insert=2時(shí),不管表有沒(méi)有洞洞,都允許在數(shù)據(jù)文件結(jié)尾并發(fā)插入。(myisam)
connect_timeout mysql客戶端在嘗試與mysql服務(wù)器建立連接時(shí),mysql服務(wù)器返回錯(cuò)誤握手協(xié)議前等待客戶端數(shù)據(jù)包的最大時(shí)限
core_file corefile是Linux下程序崩潰時(shí)生成的文件,可以用來(lái)分析程序崩潰的原因,因?yàn)樗鼉?nèi)部包含了程序崩潰時(shí)的堆棧信息。
datadir 數(shù)據(jù)文件目錄
date_format 日期格式
datetime_format 時(shí)間格式
default_authentication_plugin 默認(rèn)密碼認(rèn)證插件
default_password_lifetime 默認(rèn)密碼生存時(shí)間(天)
default_storage_engine默認(rèn)存儲(chǔ)引擎
default_tmp_storage_engine表示臨時(shí)表的默認(rèn)存儲(chǔ)引擎
default_week_format當(dāng)調(diào)用WEEK()或YEARWEEK()函數(shù)時(shí),如果不帶可選的mode參數(shù),則默認(rèn)為此變量設(shè)置的那個(gè)模式值
delay_key_write對(duì)于使用DELAY_KEY_WRITE選項(xiàng)創(chuàng)建的MyISAM表,服務(wù)器是否需要延遲鍵寫(xiě)入。此變量由以下3中可取值。
ON(默認(rèn)值)。此時(shí),服務(wù)器會(huì)根據(jù)DELAY_KEY_WRITE選項(xiàng)的值進(jìn)行操作;如果表時(shí)用DELAY_KEY_WRITE=1選項(xiàng)創(chuàng)建的,則延遲鍵寫(xiě)入;如果表使用DELAY_KEY_WRITE=0選項(xiàng)創(chuàng)建的,則不延遲。
OFF。它表示的是,對(duì)任務(wù)表都不延遲鍵寫(xiě)入,不管它們是如何定義的。
ALL。它表示的是,對(duì)任務(wù)表都總是延遲鍵寫(xiě)入,不管它們是如何定義的。
比較常見(jiàn)的做法是,在運(yùn)行復(fù)制從服務(wù)器時(shí)將delay_key_write設(shè)置為ALL,以提高M(jìn)yISAM表的性能(不管這些表最初是如何被創(chuàng)建的,都延遲其鍵寫(xiě)入)。
delayed_insert_limit它指的是該表的延遲行處理器在檢查表是否有新的SELECT語(yǔ)句到來(lái)之前插入的源自INSERT DELAYED語(yǔ)句的行數(shù)量。如果有語(yǔ)句到達(dá),則將插入操作掛起,以便檢索操作能夠得到執(zhí)行。
delayed_insert_timeout當(dāng)INSERT DELAYED操作的處理器插入完排隊(duì)的各個(gè)行是,它會(huì)等待dealyed_insert_timeout秒,檢查一下是否有新的INSERT DELAYED行到達(dá)。如果有行到達(dá),則繼續(xù)插入;否則終止插入操作。
delayed_queue_size每個(gè)表針對(duì)INSERT DELAYED有可以排入隊(duì)列的行數(shù)量。當(dāng)隊(duì)列排滿時(shí),則會(huì)有更多針對(duì)該表的INSERT DELAYED語(yǔ)句被阻塞,一直到隊(duì)列擁有足夠的空間為止。
disabled_storage_engines不支持的存儲(chǔ)引擎
disconnect_on_expired_password用于控制客戶端如何處理失效的密碼,默認(rèn)打開(kāi)
div_precision_increment在使用操作符/對(duì)兩個(gè)精確數(shù)值做除法運(yùn)算時(shí),此變量表示的是需要增加的精度位數(shù)。例如,當(dāng)div_precision_increment的值為4或6時(shí),.1/.7的結(jié)果分別為.14286或0.1428571。此變量的取值范圍是0~30,默認(rèn)為4。
end_markers_in_json
enforce_gtid_consistency開(kāi)啟gtid的一些安全限制(介意開(kāi)啟)
eq_range_index_dive_limit簡(jiǎn)單說(shuō),選項(xiàng) eq_range_index_dive_limit 的值設(shè)定了 IN列表中的條件個(gè)數(shù)上線,超過(guò)設(shè)定值時(shí),會(huì)將執(zhí)行計(jì)劃從 1 變成 2。
event_scheduler事件計(jì)劃
expire_logs_days日志過(guò)期時(shí)間
explicit_defaults_for_timestamp
flush是否啟用同步表數(shù)據(jù)到磁盤(pán)以及自動(dòng)同步的間隔時(shí)間
flush_time是否啟用同步表數(shù)據(jù)到磁盤(pán)以及自動(dòng)同步的間隔時(shí)間
foreign_key_checks是否開(kāi)啟外檢檢查
ft_boolean_syntax表示需要被全文索引的字段通過(guò)以上這些變量進(jìn)行分詞切分
ft_max_word_len最大分詞長(zhǎng)度,一般情況下不需要更改
ft_min_word_len最小分詞長(zhǎng)度,一般情況下修改為1
ft_query_expansion_limitMyISAM引擎表使用 with query expansion 進(jìn)行全文搜索的最大匹配數(shù)
ft_stopword_file表示過(guò)濾掉不索引的詞表, 一行一個(gè)
general_log 是否開(kāi)啟全量日志
general_log_file全量日志文件路徑
group_concat_max_lengroup_concat連接字段的時(shí)候是有長(zhǎng)度限制的,并不是有多少連多少,可用過(guò)該變量設(shè)置
gtid_executed它是一組包含已經(jīng)記錄在二進(jìn)制日志文件中的事務(wù)集合
gtid_executed_compression_period用來(lái)控制每執(zhí)行多少個(gè)事務(wù),對(duì)此表進(jìn)行壓縮,默認(rèn)值為1000
gtid_mode是否開(kāi)啟開(kāi)啟GTID模式
gtid_owned表示正在執(zhí)行的事務(wù)的gtid以及對(duì)應(yīng)的線程ID
gtid_purged已經(jīng)被刪除的binlog的事務(wù),它是GTID_EXECUTED的子集,從MySQL5.6.9開(kāi)始,該變量無(wú)法被設(shè)置
have_compress zlib壓縮庫(kù)是否能為MySQL服務(wù)器所用
have_crypt crypt()系統(tǒng)調(diào)用是否可為MySQL服務(wù)器所用
have_dynamic_loadingmysqld支持動(dòng)態(tài)加載插件時(shí)為YES,否則為NO
have_geometry mysqld支持空間數(shù)據(jù)類(lèi)型時(shí)為YES,否則為NO
have_openssl此為have_ssl選項(xiàng)的別名
have_profiling mysqld支持語(yǔ)句性能分析時(shí)則為YES,否則為NO。如果支持profiling功能,則--profiling變量則用于控制是否啟動(dòng)此功能。
have_query_cache mysqld支持查詢緩存則為YES,否則為NO。
have_rtree_keys mysqld支持RTREE索引則為YES,否則為NO。RTREE索引用于MyISAM表的空間索引。
have_ssl mysqld支持SSL連接時(shí)為YES,否則為NO
have_statement_timeout
have_symlink mysqld支持符號(hào)鏈接則為YES,否則為NO。在Unix主機(jī)上,此功能對(duì)數(shù)據(jù)目錄和索引目錄有用。
host_cache_size 為加快主機(jī)名到IP解析禁用使用內(nèi)部主機(jī)緩存
hostname 主機(jī)名
ignore_builtin_innodb
ignore_db_dirs用于控制是否忽略DATA目錄下的db目錄,多個(gè)用多行分開(kāi)
init_connect 是用戶登錄到數(shù)據(jù)庫(kù)上之后,在執(zhí)行第一次查詢之前執(zhí)行 里面的內(nèi)容的
init_file 有時(shí)候我們希望MySQL能夠在啟動(dòng)時(shí)做一些數(shù)據(jù)庫(kù)的操作,比如把索引加入cache等等。因?yàn)橛行┡渲脮?huì)在MySQL重啟后失效,重啟后我們就可以通過(guò)init_file這個(gè)參數(shù)讓MySQL重新執(zhí)行一些SQL語(yǔ)句。
init_slave
innodb_adaptive_flushing
innodb_adaptive_flushing_lwm
innodb_adaptive_hash_index
innodb_adaptive_hash_index_parts
innodb_adaptive_max_sleep_delay
innodb_api_bk_commit_interval
innodb_api_disable_rowlock
innodb_api_enable_binlog
innodb_api_enable_mdl
innodb_api_trx_level
innodb_autoextend_increment
innodb_autoinc_lock_mode
innodb_buffer_pool_chunk_size
innodb_buffer_pool_dump_at_shutdown
innodb_buffer_pool_dump_now
innodb_buffer_pool_dump_pct
innodb_buffer_pool_filename
innodb_buffer_pool_instances
innodb_buffer_pool_load_abort
innodb_buffer_pool_load_at_startup
innodb_buffer_pool_load_now
innodb_buffer_pool_size
innodb_change_buffer_max_size
innodb_change_buffering
innodb_checksum_algorithm
innodb_checksums
innodb_cmp_per_index_enabled
innodb_commit_concurrency
innodb_compression_failure_threshold_pct
innodb_compression_level
innodb_compression_pad_pct_max
innodb_concurrency_tickets
innodb_data_file_path
innodb_data_home_dir
innodb_deadlock_detect
innodb_default_row_format
innodb_disable_sort_file_cache
innodb_doublewrite
innodb_fast_shutdown
innodb_file_format
innodb_file_format_check
innodb_file_format_max
innodb_file_per_table
innodb_fill_factor
innodb_flush_log_at_timeout
innodb_flush_log_at_trx_commit
innodb_flush_method
innodb_flush_neighbors
innodb_flush_sync
innodb_flushing_avg_loops
innodb_force_load_corrupted
innodb_force_recovery
innodb_ft_aux_table
innodb_ft_cache_size
innodb_ft_enable_diag_print
innodb_ft_enable_stopword
innodb_ft_max_token_size
innodb_ft_min_token_size
innodb_ft_num_word_optimize
innodb_ft_result_cache_limit
innodb_ft_server_stopword_table
innodb_ft_sort_pll_degree
innodb_ft_total_cache_size
innodb_ft_user_stopword_table
innodb_io_capacity
innodb_io_capacity_max
innodb_large_prefix
innodb_lock_wait_timeout
innodb_locks_unsafe_for_binlog
innodb_log_buffer_size
innodb_log_checksums
innodb_log_compressed_pages
innodb_log_file_size
innodb_log_files_in_group
innodb_log_group_home_dir
innodb_log_write_ahead_size
innodb_lru_scan_depth
innodb_max_dirty_pages_pct
innodb_max_dirty_pages_pct_lwm
innodb_max_purge_lag
innodb_max_purge_lag_delay
innodb_max_undo_log_size
innodb_monitor_disable
innodb_monitor_enable
innodb_monitor_reset
innodb_monitor_reset_all
innodb_numa_interleave
innodb_old_blocks_pct
innodb_old_blocks_time
innodb_online_alter_log_max_size
innodb_open_files
innodb_optimize_fulltext_only
innodb_page_cleaners
innodb_page_size
innodb_print_all_deadlocks
innodb_purge_batch_size
innodb_purge_rseg_truncate_frequency
innodb_purge_threads
innodb_random_read_ahead
innodb_read_ahead_threshold
innodb_read_io_threads
innodb_read_only
innodb_replication_delay
innodb_rollback_on_timeout
innodb_rollback_segments
innodb_sort_buffer_size
innodb_spin_wait_delay
innodb_stats_auto_recalc
innodb_stats_include_delete_marked
innodb_stats_method
innodb_stats_on_metadata
innodb_stats_persistent
innodb_stats_persistent_sample_pages
innodb_stats_sample_pages
innodb_stats_transient_sample_pages
innodb_status_output
innodb_status_output_locks
innodb_strict_mode
innodb_support_xa
innodb_sync_array_size
innodb_sync_spin_loops
innodb_table_locks
innodb_temp_data_file_path
innodb_thread_concurrency
innodb_thread_sleep_delay
innodb_tmpdir
innodb_undo_directory
innodb_undo_log_truncate
innodb_undo_logs
innodb_undo_tablespaces
innodb_use_native_aio
innodb_version
innodb_write_io_threads
interactive_timeout
internal_tmp_disk_storage_engine
join_buffer_size
keep_files_on_create
key_buffer_size
key_cache_age_threshold
key_cache_block_size
key_cache_division_limit
large_files_support
large_page_size
large_pages
lc_messages
lc_messages_dir
lc_time_names
license
local_infile
lock_wait_timeout
locked_in_memory
log_bin
log_bin_basename
log_bin_index
log_bin_trust_function_creators
log_bin_use_v1_row_events
log_builtin_as_identified_by_password
log_error
log_error_verbosity
log_output
log_queries_not_using_indexes
log_slave_updates
log_slow_admin_statements
log_slow_slave_statements
log_statements_unsafe_for_binlog
log_syslog
log_syslog_facility
log_syslog_include_pid
log_syslog_tag
log_throttle_queries_not_using_indexes
log_timestamps
log_warnings
long_query_time
low_priority_updates
lower_case_file_system
lower_case_table_names
maintain_user_list
master_info_repository
master_verify_checksum
max_allowed_packet
max_binlog_cache_size
max_binlog_size
max_binlog_stmt_cache_size
max_connect_errors
max_connections
max_delayed_threads
max_digest_length
max_error_count
max_execution_time
max_heap_table_size
max_insert_delayed_threads
max_join_size
max_length_for_sort_data
max_points_in_geometry
max_prepared_stmt_count
max_relay_log_size
max_seeks_for_key
max_sort_length
max_sp_recursion_depth
max_tmp_tables
max_user_connections
max_write_lock_count
metadata_locks_cache_size
metadata_locks_hash_instances
min_examined_row_limit
multi_range_count
myisam_data_pointer_size
myisam_max_sort_file_size
myisam_mmap_size
myisam_recover_options
myisam_repair_threads
myisam_sort_buffer_size
myisam_stats_method
myisam_use_mmap
mysql_native_password_proxy_users
net_buffer_length
net_read_timeout
net_retry_count
net_write_timeout
new
ngram_token_size
offline_mode
old
old_alter_table
old_passwords
open_files_limit
opt_rds_audit_log_enabled
opt_rds_enable_show_slave_lag
opt_rds_last_error_gtid
optimizer_prune_level
optimizer_search_depth
optimizer_switch
optimizer_trace
optimizer_trace_features
optimizer_trace_limit
optimizer_trace_max_mem_size
optimizer_trace_offset
parser_max_mem_size
performance_schema
performance_schema_accounts_size
performance_schema_digests_size
performance_schema_events_stages_history_long_size
performance_schema_events_stages_history_size
performance_schema_events_statements_history_long_size
performance_schema_events_statements_history_size
performance_schema_events_transactions_history_long_size
performance_schema_events_transactions_history_size
performance_schema_events_waits_history_long_size
performance_schema_events_waits_history_size
performance_schema_hosts_size
performance_schema_max_cond_classes
performance_schema_max_cond_instances
performance_schema_max_digest_length
performance_schema_max_file_classes
performance_schema_max_file_handles
performance_schema_max_file_instances
performance_schema_max_index_stat
performance_schema_max_memory_classes
performance_schema_max_metadata_locks
performance_schema_max_mutex_classes
performance_schema_max_mutex_instances
performance_schema_max_prepared_statements_instances
performance_schema_max_program_instances
performance_schema_max_rwlock_classes
performance_schema_max_rwlock_instances
performance_schema_max_socket_classes
performance_schema_max_socket_instances
performance_schema_max_sql_text_length
performance_schema_max_stage_classes
performance_schema_max_statement_classes
performance_schema_max_statement_stack
performance_schema_max_table_handles
performance_schema_max_table_instances
performance_schema_max_table_lock_stat
performance_schema_max_thread_classes
performance_schema_max_thread_instances
performance_schema_session_connect_attrs_size
performance_schema_setup_actors_size
performance_schema_setup_objects_size
performance_schema_users_size
pid_file
plugin_dir
port
preload_buffer_size
profiling
profiling_history_size
protocol_version
query_alloc_block_size
query_cache_limit
query_cache_min_res_unit
query_cache_size
query_cache_type
query_cache_wlock_invalidate
query_prealloc_size
range_alloc_block_size
range_optimizer_max_mem_size
rbr_exec_mode
rds_audit_last_log_row
rds_audit_log_dir
rds_audit_log_file
rds_audit_log_row
rds_audit_log_version
rds_audit_max_sql_size
rds_audit_row_limit
rds_check_core_file_enabled
rds_force_myisam_to_innodb
rds_global_access
rds_is_dump_thread
rds_kill_connections
rds_proxy_user_list
rds_release_date
rds_reserved_connections
rds_result_skip_counter
rds_set_connection_id_enabled
rds_trx_changes_idle_timeout
rds_trx_idle_timeout
rds_trx_readonly_idle_timeout
rds_user_with_kill_option
rds_version
read_buffer_size
read_only
read_rnd_buffer_size
relay_log
relay_log_basename
relay_log_index
relay_log_info_file
relay_log_info_repository
relay_log_purge
relay_log_recovery
relay_log_space_limit
report_host
report_password
report_port
report_user
require_secure_transport
rpl_semi_sync_master_enabled
rpl_semi_sync_master_timeout
rpl_semi_sync_master_trace_level
rpl_semi_sync_master_wait_for_slave_count
rpl_semi_sync_master_wait_no_slave
rpl_semi_sync_master_wait_point
rpl_semi_sync_slave_enabled
rpl_semi_sync_slave_trace_level
rpl_stop_slave_timeout
secure_auth
secure_file_priv
server_id
server_id_bits
server_uuid
session_track_gtids
session_track_schema
session_track_state_change
session_track_system_variables
session_track_transaction_info
sha256_password_proxy_users
show_compatibility_56
show_old_temporals
skip_external_locking
skip_name_resolve
skip_networking
skip_show_database
slave_allow_batching
slave_checkpoint_group
slave_checkpoint_period
slave_compressed_protocol
slave_exec_mode
slave_load_tmpdir
slave_max_allowed_packet
slave_net_timeout
slave_parallel_type
slave_parallel_workers
slave_pending_jobs_size_max
slave_preserve_commit_order
slave_rows_search_algorithms
slave_skip_errors
slave_sql_verify_checksum
slave_transaction_retries
slave_type_conversions
slow_launch_time
slow_query_log
slow_query_log_file
socket
sort_buffer_size
sql_auto_is_null
sql_big_selects
sql_buffer_result
sql_log_off
sql_mode
sql_notes
sql_quote_show_create
sql_safe_updates
sql_select_limit
sql_slave_skip_counter
sql_warnings
ssl_ca
ssl_capath
ssl_cert
ssl_cipher
ssl_crl
ssl_crlpath
ssl_key
stored_program_cache
super_read_only
sync_binlog
sync_frm
sync_master_info
sync_relay_log
sync_relay_log_info
system_time_zone
table_definition_cache
table_open_cache
table_open_cache_instances
thread_cache_size
thread_handling
thread_stack
time_format
time_zone
tls_version
tmp_table_size
tmpdir
transaction_alloc_block_size
transaction_isolation
transaction_prealloc_size
transaction_read_only
transaction_write_set_extraction
tx_isolation
tx_read_only
unique_checks
updatable_views_with_limit
version
version_comment
version_compile_machine
version_compile_os
wait_timeout
關(guān)于mysql5.7.21參數(shù)都有哪些就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,可以學(xué)到更多知識(shí)。如果覺(jué)得文章不錯(cuò),可以把它分享出去讓更多的人看到。