MySQL 8.0 5.1.6.2 動態系統變數

dandan520520發表於2018-03-29

許多伺服器系統變數都是動態的,可以在執行時使用SET GLOBAL或 設定SET SESSION您也可以使用獲取它們的值 SELECT

下表顯示了所有動態系統變數的完整列表。最後一列表示每個變數是 GLOBALSESSION(或兩者)適用。該表還列出了可以使用該SET 語句設定的會話選項 

具有“ 字串 ”型別的變數需要一個字串值。具有“ 數字 ”型別的變數 需要一個數字值。具有一個型別的變數“ 布林 ”可以被設定為0,1, ONOFF通常應將標記為“ 列舉 ”的變數設定為變數的可用值之一,但也可將其設定為與所需列舉值相對應的編號。對於列舉的系統變數,第一個列舉值對應於0.這不同於 ENUM 列,第一個列舉值對應於1。

表5.3動態變數摘要

Variable Name Variable Type Variable Scope

activate_all_roles_on_login boolean GLOBAL
auto_increment_increment integer GLOBAL | SESSION
auto_increment_offset integer GLOBAL | SESSION
autocommit boolean GLOBAL | SESSION
automatic_sp_privileges boolean GLOBAL
avoid_temporal_upgrade boolean GLOBAL
big_tables boolean GLOBAL | SESSION
binlog_cache_size integer GLOBAL
binlog_checksum string GLOBAL
binlog_direct_non_transactional_updates boolean GLOBAL | SESSION
binlog_error_action enumeration GLOBAL
binlog_expire_logs_seconds integer GLOBAL
binlog_format enumeration GLOBAL | SESSION
binlog_group_commit_sync_delay integer GLOBAL
binlog_group_commit_sync_no_delay_count integer GLOBAL
binlog_max_flush_queue_time integer GLOBAL
binlog_order_commits boolean GLOBAL
binlog_row_image=image_type enumeration GLOBAL | SESSION
binlog_row_metadata=metadata_type enumeration GLOBAL
binlog_row_value_options set GLOBAL | SESSION
binlog_rows_query_log_events boolean GLOBAL | SESSION
binlog_stmt_cache_size integer GLOBAL
binlog_transaction_dependency_history_size integer GLOBAL
binlog_transaction_dependency_tracking enumeration GLOBAL
block_encryption_mode string GLOBAL | SESSION
bulk_insert_buffer_size integer GLOBAL | SESSION
character_set_client string GLOBAL | SESSION
character_set_connection string GLOBAL | SESSION
character_set_database string GLOBAL | SESSION
character_set_filesystem string GLOBAL | SESSION
character_set_results string GLOBAL | SESSION
character_set_server string GLOBAL | SESSION
check_proxy_users boolean GLOBAL
collation_connection string GLOBAL | SESSION
collation_database string GLOBAL | SESSION
collation_server string GLOBAL | SESSION
completion_type enumeration GLOBAL | SESSION
concurrent_insert enumeration GLOBAL
connect_timeout integer GLOBAL
connection_control_failed_connections_threshold integer GLOBAL
connection_control_max_connection_delay integer GLOBAL
connection_control_min_connection_delay integer GLOBAL
cte_max_recursion_depth integer GLOBAL | SESSION
debug string GLOBAL | SESSION
debug_sync string SESSION
default_collation_for_utf8mb4 enumeration GLOBAL | SESSION
default_password_lifetime integer GLOBAL
default_storage_engine enumeration GLOBAL | SESSION
default_tmp_storage_engine enumeration GLOBAL | SESSION
default_week_format integer GLOBAL | SESSION
delay_key_write enumeration GLOBAL
delayed_insert_limit integer GLOBAL
delayed_insert_timeout integer GLOBAL
delayed_queue_size integer GLOBAL
div_precision_increment integer GLOBAL | SESSION
dragnet.log_error_filter_rules string GLOBAL
end_markers_in_json boolean GLOBAL | SESSION
enforce_gtid_consistency enumeration GLOBAL
enforce_gtid_consistency enumeration GLOBAL
eq_range_index_dive_limit integer GLOBAL | SESSION
event_scheduler enumeration GLOBAL
executed_gtids_compression_period integer GLOBAL
expire_logs_days integer GLOBAL
explicit_defaults_for_timestamp boolean GLOBAL | SESSION
flush boolean GLOBAL
flush_time integer GLOBAL
foreign_key_checks boolean GLOBAL | SESSION
ft_boolean_syntax string GLOBAL
general_log boolean GLOBAL
general_log_file filename GLOBAL
group_concat_max_len integer GLOBAL | SESSION
group_replication_allow_local_disjoint_gtids_join boolean GLOBAL
group_replication_allow_local_lower_version_join boolean GLOBAL
group_replication_auto_increment_increment integer GLOBAL
group_replication_bootstrap_group boolean GLOBAL
group_replication_communication_debug_options string GLOBAL
group_replication_components_stop_timeout integer GLOBAL
group_replication_compression_threshold integer GLOBAL
group_replication_enforce_update_everywhere_checks boolean GLOBAL
group_replication_flow_control_applier_threshold integer GLOBAL
group_replication_flow_control_certifier_threshold integer GLOBAL
group_replication_flow_control_hold_percent integer GLOBAL
group_replication_flow_control_min_quota integer GLOBAL
group_replication_flow_control_member_quota_percent integer GLOBAL
group_replication_flow_control_min_quota integer GLOBAL
group_replication_flow_control_min_recovery_quota integer GLOBAL
group_replication_flow_control_mode enumeration GLOBAL
group_replication_flow_control_period integer GLOBAL
group_replication_flow_control_release_percent integer GLOBAL
group_replication_force_members string GLOBAL
group_replication_group_name string GLOBAL
group_replication_group_seeds string GLOBAL
group_replication_gtid_assignment_block_size integer GLOBAL
group_replication_ip_whitelist string GLOBAL
group_replication_local_address string GLOBAL
group_replication_member_weight integer GLOBAL
group_replication_poll_spin_loops integer GLOBAL
group_replication_recovery_complete_at enumeration GLOBAL
group_replication_recovery_get_public_key boolean GLOBAL
group_replication_recovery_public_key_path filename GLOBAL
group_replication_recovery_reconnect_interval integer GLOBAL
group_replication_recovery_retry_count integer GLOBAL
group_replication_recovery_ssl_ca string GLOBAL
group_replication_recovery_ssl_capath string GLOBAL
group_replication_recovery_ssl_cert string GLOBAL
group_replication_recovery_ssl_cipher string GLOBAL
group_replication_recovery_ssl_crl string GLOBAL
group_replication_recovery_ssl_crlpath string GLOBAL
group_replication_recovery_ssl_key string GLOBAL
group_replication_recovery_ssl_verify_server_cert boolean GLOBAL
group_replication_recovery_use_ssl boolean GLOBAL
group_replication_single_primary_mode boolean GLOBAL
group_replication_ssl_mode enumeration GLOBAL
group_replication_start_on_boot boolean GLOBAL
group_replication_transaction_size_limit integer GLOBAL
group_replication_unreachable_majority_timeout integer GLOBAL
gtid_executed_compression_period integer GLOBAL
gtid_mode enumeration GLOBAL
gtid_mode enumeration GLOBAL
gtid_next enumeration SESSION
gtid_purged string GLOBAL
histogram_generation_max_mem_size integer GLOBAL | SESSION
host_cache_size integer GLOBAL
identity integer SESSION
information_schema_stats_expiry integer SESSION
init_connect string GLOBAL
init_slave string GLOBAL
innodb_adaptive_flushing boolean GLOBAL
innodb_adaptive_flushing_lwm integer GLOBAL
innodb_adaptive_hash_index boolean GLOBAL
innodb_adaptive_max_sleep_delay integer GLOBAL
innodb_api_bk_commit_interval integer GLOBAL
innodb_api_trx_level integer GLOBAL
innodb_autoextend_increment integer GLOBAL
innodb_background_drop_list_empty boolean GLOBAL
innodb_buffer_pool_dump_at_shutdown boolean GLOBAL
innodb_buffer_pool_dump_now boolean GLOBAL
innodb_buffer_pool_dump_pct integer GLOBAL
innodb_buffer_pool_filename filename GLOBAL
innodb_buffer_pool_load_abort boolean GLOBAL
innodb_buffer_pool_load_now boolean GLOBAL
innodb_buffer_pool_size integer GLOBAL
innodb_change_buffer_max_size integer GLOBAL
innodb_change_buffering enumeration GLOBAL
innodb_change_buffering_debug integer GLOBAL
innodb_checkpoint_disabled boolean GLOBAL
innodb_checksum_algorithm enumeration GLOBAL
innodb_cmp_per_index_enabled boolean GLOBAL
innodb_commit_concurrency integer GLOBAL
innodb_compress_debug enumeration GLOBAL
innodb_compression_failure_threshold_pct integer GLOBAL
innodb_compression_level integer GLOBAL
innodb_compression_pad_pct_max integer GLOBAL
innodb_concurrency_tickets integer GLOBAL
innodb_ddl_log_crash_reset_debug boolean GLOBAL
innodb_deadlock_detect boolean GLOBAL
innodb_default_row_format enumeration GLOBAL
innodb_disable_sort_file_cache boolean GLOBAL
innodb_fast_shutdown integer GLOBAL
innodb_fil_make_page_dirty_debug integer GLOBAL
innodb_file_per_table boolean GLOBAL
innodb_fill_factor integer GLOBAL
innodb_flush_log_at_timeout integer GLOBAL
innodb_flush_log_at_trx_commit enumeration GLOBAL
innodb_flush_neighbors enumeration GLOBAL
innodb_flush_sync boolean GLOBAL
innodb_flushing_avg_loops integer GLOBAL
innodb_ft_aux_table string GLOBAL
innodb_ft_enable_diag_print boolean GLOBAL
innodb_ft_enable_stopword boolean GLOBAL
innodb_ft_num_word_optimize integer GLOBAL
innodb_ft_result_cache_limit integer GLOBAL
innodb_ft_server_stopword_table string GLOBAL
innodb_ft_user_stopword_table string GLOBAL | SESSION
innodb_io_capacity integer GLOBAL
innodb_io_capacity_max integer GLOBAL
innodb_limit_optimistic_insert_debug integer GLOBAL
innodb_lock_wait_timeout integer GLOBAL | SESSION
innodb_log_buffer_size integer GLOBAL
innodb_log_checksums boolean GLOBAL
innodb_log_compressed_pages boolean GLOBAL
innodb_log_spin_cpu_abs_lwm integer GLOBAL
innodb_log_spin_cpu_pct_hwm integer GLOBAL
innodb_log_wait_for_flush_spin_hwm integer GLOBAL
innodb_log_write_ahead_size integer GLOBAL
innodb_lru_scan_depth integer GLOBAL
innodb_max_dirty_pages_pct numeric GLOBAL
innodb_max_dirty_pages_pct_lwm numeric GLOBAL
innodb_max_purge_lag integer GLOBAL
innodb_max_purge_lag_delay integer GLOBAL
innodb_max_undo_log_size integer GLOBAL
innodb_merge_threshold_set_all_debug integer GLOBAL
innodb_monitor_disable string GLOBAL
innodb_monitor_enable string GLOBAL
innodb_monitor_reset string GLOBAL
innodb_monitor_reset_all string GLOBAL
innodb_old_blocks_pct integer GLOBAL
innodb_old_blocks_time integer GLOBAL
innodb_online_alter_log_max_size integer GLOBAL
innodb_optimize_fulltext_only boolean GLOBAL
innodb_print_all_deadlocks boolean GLOBAL
innodb_print_ddl_logs boolean GLOBAL
innodb_purge_batch_size integer GLOBAL
innodb_purge_rseg_truncate_frequency integer GLOBAL
innodb_random_read_ahead boolean GLOBAL
innodb_read_ahead_threshold integer GLOBAL
innodb_redo_log_encrypt boolean GLOBAL
innodb_replication_delay integer GLOBAL
innodb_rollback_segments integer GLOBAL
innodb_saved_page_number_debug integer GLOBAL
innodb_spin_wait_delay integer GLOBAL
innodb_stats_auto_recalc boolean GLOBAL
innodb_stats_include_delete_marked boolean GLOBAL
innodb_stats_method enumeration GLOBAL
innodb_stats_on_metadata boolean GLOBAL
innodb_stats_persistent boolean GLOBAL
innodb_stats_persistent_sample_pages integer GLOBAL
innodb_stats_transient_sample_pages integer GLOBAL
innodb_status_output boolean GLOBAL
innodb_status_output_locks boolean GLOBAL
innodb_strict_mode boolean GLOBAL | SESSION
innodb_sync_spin_loops integer GLOBAL
innodb_table_locks boolean GLOBAL | SESSION
innodb_thread_concurrency integer GLOBAL
innodb_thread_sleep_delay integer GLOBAL
innodb_tmpdir dirname GLOBAL | SESSION
innodb_trx_purge_view_update_only_debug boolean GLOBAL
innodb_trx_rseg_n_slots_debug integer GLOBAL
innodb_undo_log_encrypt boolean GLOBAL
innodb_undo_log_truncate boolean GLOBAL
innodb_undo_logs integer GLOBAL
innodb_undo_tablespaces integer GLOBAL
insert_id integer SESSION
interactive_timeout integer GLOBAL | SESSION
internal_tmp_disk_storage_engine enumeration GLOBAL
internal_tmp_mem_storage_engine enumeration SESSION
join_buffer_size integer GLOBAL | SESSION
keep_files_on_create boolean GLOBAL | SESSION
key_buffer_size integer GLOBAL
key_cache_age_threshold integer GLOBAL
key_cache_block_size integer GLOBAL
key_cache_division_limit integer GLOBAL
keyring_file_data filename GLOBAL
keyring_operations boolean GLOBAL
last_insert_id integer SESSION
lc_messages string GLOBAL | SESSION
lc_time_names string GLOBAL | SESSION
local_infile boolean GLOBAL
lock_wait_timeout integer GLOBAL | SESSION
log_bin_trust_function_creators boolean GLOBAL
log_builtin_as_identified_by_password boolean GLOBAL
log_error_filter_rules string GLOBAL
log_error_services string GLOBAL
log_error_verbosity integer GLOBAL
log_output set GLOBAL
log_queries_not_using_indexes boolean GLOBAL
log_slow_admin_statements boolean GLOBAL
log_slow_slave_statements boolean GLOBAL
log_statements_unsafe_for_binlog boolean GLOBAL
log_syslog boolean GLOBAL
log_syslog_facility string GLOBAL
log_syslog_include_pid boolean GLOBAL
log_syslog_tag string GLOBAL
log_throttle_queries_not_using_indexes integer GLOBAL
log_timestamps enumeration GLOBAL
log_warnings integer GLOBAL
long_query_time numeric GLOBAL | SESSION
low_priority_updates boolean GLOBAL | SESSION
mandatory_roles string GLOBAL
master_info_repository string GLOBAL
master_verify_checksum boolean GLOBAL
max_allowed_packet integer GLOBAL | SESSION
max_binlog_cache_size integer GLOBAL
max_binlog_size integer GLOBAL
max_binlog_stmt_cache_size integer GLOBAL
max_connect_errors integer GLOBAL
max_connections integer GLOBAL
max_delayed_threads integer GLOBAL | SESSION
max_error_count integer GLOBAL | SESSION
max_execution_time integer GLOBAL | SESSION
max_heap_table_size integer GLOBAL | SESSION
max_insert_delayed_threads integer GLOBAL | SESSION
max_join_size integer GLOBAL | SESSION
max_length_for_sort_data integer GLOBAL | SESSION
max_points_in_geometry integer GLOBAL | SESSION
max_prepared_stmt_count integer GLOBAL
max_relay_log_size integer GLOBAL
max_seeks_for_key integer GLOBAL | SESSION
max_sort_length integer GLOBAL | SESSION
max_sp_recursion_depth integer GLOBAL | SESSION
max_tmp_tables integer GLOBAL | SESSION
max_user_connections integer GLOBAL | SESSION
max_write_lock_count integer GLOBAL
min_examined_row_limit integer GLOBAL | SESSION
multi_range_count integer GLOBAL | SESSION
myisam_data_pointer_size integer GLOBAL
myisam_max_sort_file_size integer GLOBAL
myisam_repair_threads integer GLOBAL | SESSION
myisam_sort_buffer_size integer GLOBAL | SESSION
myisam_stats_method enumeration GLOBAL | SESSION
myisam_use_mmap boolean GLOBAL
mysql_native_password_proxy_users boolean GLOBAL
mysqlx-connect-timeout integer GLOBAL
mysqlx_connect_timeout integer GLOBAL
mysqlx_document_id_unique_prefix integer GLOBAL
mysqlx-idle-worker-thread-timeout integer GLOBAL
mysqlx_idle_worker_thread_timeout integer GLOBAL
mysqlx-interactive-timeout integer GLOBAL
mysqlx_interactive_timeout integer GLOBAL
mysqlx-max-allowed-packet integer GLOBAL
mysqlx_max_allowed_packet integer GLOBAL
mysqlx-max-connections integer GLOBAL
mysqlx_max_connections integer GLOBAL
mysqlx-min-worker-threads integer GLOBAL
mysqlx_min_worker_threads integer GLOBAL
mysqlx-read-timeout integer SESSION
mysqlx_read_timeout integer SESSION
mysqlx_wait_timeout integer SESSION
mysqlx_wait_timeout integer SESSION
mysqlx_write_timeout integer SESSION
mysqlx_write_timeout integer SESSION
ndb_blob_write_batch_bytes integer GLOBAL | SESSION
ndb_deferred_constraints integer GLOBAL | SESSION
ndb_deferred_constraints integer GLOBAL | SESSION
ndb_distribution enumeration GLOBAL
ndb_distribution={KEYHASH|LINHASH} enumeration GLOBAL
ndb_eventbuffer_free_percent integer GLOBAL
ndb_eventbuffer_max_alloc integer GLOBAL
ndb_force_send boolean GLOBAL | SESSION
ndb_index_stat_enable boolean GLOBAL | SESSION
ndb_index_stat_option string GLOBAL | SESSION
ndb_join_pushdown boolean GLOBAL | SESSION
ndb_log_binlog_index boolean GLOBAL
ndb_log_empty_epochs boolean GLOBAL
ndb_log_empty_update boolean GLOBAL
ndb_log_updated_only boolean GLOBAL
ndb_optimization_delay integer GLOBAL
ndb_recv_thread_cpu_mask bitmap GLOBAL
ndb_report_thresh_binlog_epoch_slip integer GLOBAL
ndb_report_thresh_binlog_mem_usage integer GLOBAL
ndb_show_foreign_key_mock_tables boolean GLOBAL
ndb_table_no_logging boolean SESSION
ndb_use_transactions boolean GLOBAL | SESSION
ndbinfo_max_rows integer GLOBAL | SESSION
ndbinfo_show_hidden boolean GLOBAL | SESSION
net_buffer_length integer GLOBAL | SESSION
net_read_timeout integer GLOBAL | SESSION
net_retry_count integer GLOBAL | SESSION
net_write_timeout integer GLOBAL | SESSION
new boolean GLOBAL | SESSION
offline_mode boolean GLOBAL
old_alter_table boolean GLOBAL | SESSION
old_passwords enumeration GLOBAL | SESSION
optimizer_prune_level boolean GLOBAL | SESSION
optimizer_search_depth integer GLOBAL | SESSION
optimizer_switch set GLOBAL | SESSION
optimizer_trace string GLOBAL | SESSION
optimizer_trace_features string GLOBAL | SESSION
optimizer_trace_limit integer GLOBAL | SESSION
optimizer_trace_max_mem_size integer GLOBAL | SESSION
optimizer_trace_offset integer GLOBAL | SESSION
original_commit_timestamp numeric SESSION
parser_max_mem_size integer GLOBAL | SESSION
password_history integer GLOBAL
password_reuse_interval integer GLOBAL
performance_schema_max_digest_sample_age integer GLOBAL
preload_buffer_size integer GLOBAL | SESSION
profiling boolean GLOBAL | SESSION
profiling_history_size integer GLOBAL | SESSION
pseudo_slave_mode integer SESSION
pseudo_thread_id integer SESSION
query_alloc_block_size integer GLOBAL | SESSION
query_cache_limit integer GLOBAL
query_cache_min_res_unit integer GLOBAL
query_cache_size integer GLOBAL
query_cache_type enumeration GLOBAL | SESSION
query_cache_wlock_invalidate boolean GLOBAL | SESSION
query_prealloc_size integer GLOBAL | SESSION
rand_seed1 integer SESSION
rand_seed2 integer SESSION
range_alloc_block_size integer GLOBAL | SESSION
range_optimizer_max_mem_size integer GLOBAL | SESSION
rbr_exec_mode enumeration SESSION
read_buffer_size integer GLOBAL | SESSION
read_only boolean GLOBAL
read_rnd_buffer_size integer GLOBAL | SESSION
regexp_stack_limit integer GLOBAL
regexp_time_limit integer GLOBAL
relay_log_info_repository string GLOBAL
relay_log_purge boolean GLOBAL
require_secure_transport boolean GLOBAL
resultset_metadata enumeration SESSION
rewriter_enabled boolean GLOBAL
rewriter_verbose integer GLOBAL
rpl_read_size integer GLOBAL
rpl_semi_sync_master_enabled boolean GLOBAL
rpl_semi_sync_master_timeout integer GLOBAL
rpl_semi_sync_master_trace_level integer GLOBAL
rpl_semi_sync_master_wait_for_slave_count integer GLOBAL
rpl_semi_sync_master_wait_no_slave boolean GLOBAL
rpl_semi_sync_master_wait_point enumeration GLOBAL
rpl_semi_sync_slave_enabled boolean GLOBAL
rpl_semi_sync_slave_trace_level integer GLOBAL
rpl_stop_slave_timeout integer GLOBAL
schema_definition_cache integer GLOBAL
secure_auth boolean GLOBAL
server_id integer GLOBAL
session_track_gtids enumeration GLOBAL | SESSION
session_track_schema boolean GLOBAL | SESSION
session_track_state_change boolean GLOBAL | SESSION
session_track_system_variables string GLOBAL | SESSION
sha256_password_proxy_users boolean GLOBAL
show_compatibility_56 boolean GLOBAL
show_create_table_verbosity GLOBAL | SESSION
show_old_temporals boolean GLOBAL | SESSION
slave_allow_batching boolean GLOBAL
slave_checkpoint_group=# integer GLOBAL
slave_checkpoint_period=# integer GLOBAL
slave_compressed_protocol boolean GLOBAL
slave_exec_mode enumeration GLOBAL
slave_max_allowed_packet integer GLOBAL
slave_net_timeout integer GLOBAL
slave_parallel_type enumeration GLOBAL
slave_parallel_workers integer GLOBAL
slave_pending_jobs_size_max integer GLOBAL
slave_preserve_commit_order boolean GLOBAL
slave_rows_search_algorithms=list set GLOBAL
slave_sql_verify_checksum boolean GLOBAL
slave_transaction_retries integer GLOBAL
slow_launch_time integer GLOBAL
slow_query_log boolean GLOBAL
slow_query_log_file filename GLOBAL
sort_buffer_size integer GLOBAL | SESSION
sql_auto_is_null boolean GLOBAL | SESSION
sql_big_selects boolean GLOBAL | SESSION
sql_buffer_result boolean GLOBAL | SESSION
sql_log_bin boolean SESSION
sql_log_off boolean GLOBAL | SESSION
sql_mode set GLOBAL | SESSION
sql_notes boolean GLOBAL | SESSION
sql_quote_show_create boolean GLOBAL | SESSION
sql_safe_updates boolean GLOBAL | SESSION
sql_select_limit integer GLOBAL | SESSION
sql_slave_skip_counter integer GLOBAL
sql_warnings boolean GLOBAL | SESSION
stored_program_cache integer GLOBAL
stored_program_definition_cache integer GLOBAL
super_read_only boolean GLOBAL
sync_binlog integer GLOBAL
sync_master_info integer GLOBAL
sync_relay_log integer GLOBAL
sync_relay_log_info integer GLOBAL
table_definition_cache integer GLOBAL
table_open_cache integer GLOBAL
tablespace_definition_cache integer GLOBAL
temptable_max_ram integer GLOBAL
thread_cache_size integer GLOBAL
time_zone string GLOBAL | SESSION
timestamp numeric SESSION
tmp_table_size integer GLOBAL | SESSION
transaction_alloc_block_size integer GLOBAL | SESSION
transaction_allow_batching boolean SESSION
transaction_isolation enumeration GLOBAL | SESSION
transaction_prealloc_size integer GLOBAL | SESSION
transaction_read_only boolean GLOBAL | SESSION
transaction_write_set_extraction enumeration GLOBAL | SESSION
tx_isolation enumeration GLOBAL | SESSION
tx_read_only boolean GLOBAL | SESSION
unique_checks boolean GLOBAL | SESSION
updatable_views_with_limit boolean GLOBAL | SESSION
validate_password_check_user_name boolean GLOBAL
validate_password_dictionary_file filename GLOBAL
validate_password_length integer GLOBAL
validate_password_mixed_case_count integer GLOBAL
validate_password_number_count integer GLOBAL
validate_password_policy enumeration GLOBAL
validate_password_special_char_count integer GLOBAL
validate_password.check_user_name boolean GLOBAL
validate_password.dictionary_file filename GLOBAL
validate_password.length integer GLOBAL
validate_password.mixed_case_count integer GLOBAL
validate_password.number_count integer GLOBAL
validate_password.policy enumeration GLOBAL
validate_password.special_char_count integer GLOBAL
version_tokens_session string GLOBAL | SESSION
wait_timeout integer GLOBAL | SESSION

windowing_use_high_precision boolean GLOBAL | SESSION

本文由:學什麼技術好

相關文章