Konfigurationsvariablen
Konfigurationen verfügen über ein Standardset von Benutzer-, System- oder Initialisierungsvariablen. Sie können die Benutzer- und Initialisierungsvariablen bearbeiten, die Systemvariablen jedoch nicht.
- Benutzervariablen: Sie können die Benutzervariablen bearbeiten, wenn Sie eine Konfiguration erstellen oder kopieren. Bei einigen Benutzervariablen handelt es sich um Standardbenutzervariablen. Sie können diese Standardbenutzervariablen nicht aus der Konfiguration entfernen. Siehe Benutzervariablen und Standardbenutzervariablen.
- Systemvariablen: Oracle definiert die Systemvariablen entsprechend der Ausprägung oder den Anforderungen der MySQL-Instanz. Sie können die Systemvariablen nicht bearbeiten. Siehe Systemvariablen.
- Startvariablen: Diese Variablen gelten für die Gültigkeitsdauer der MySQL-Instanz des DB-Systems. Sie können Konfigurationen bearbeiten und die DB-Systeme mit neuen Konfigurationen aktualisieren. Allerdings können Sie die Initialisierungsvariablen nach dem Anwenden nicht mehr ändern. Siehe Initialisierungsvariablen.
Nachdem Sie eine Konfiguration erstellt haben, können Sie die Variablen nicht mehr bearbeiten. Um Variablen hinzuzufügen, müssen Sie eine neue Konfiguration mit den gewünschten Variablendefinitionen erstellen oder eine vorhandene Konfiguration kopieren und entsprechend bearbeiten. Außerdem müssen Sie das DB-System bearbeiten, um die neue Konfiguration zu verwenden.
Benutzervariablen
Benutzervariablen sind Variablen, die Sie beim Erstellen oder Kopieren einer Konfiguration bearbeiten können. Bei einigen Benutzervariablen handelt es sich um Standardbenutzervariablen. Sie können diese Standardbenutzervariablen nicht aus Ihrer Konfiguration entfernen.
Die Links für die Variablen führen zu ihren Beschreibungen im On-Premise-Referenzhandbuch MySQL. Einige der für MySQL HeatWave-Servicemay angezeigten Standardwerte unterscheiden sich von denen im On-Premise-Referenzhandbuch MySQL.
Tabelle 10-1: Standard- und gültige Werte von Benutzervariablen
| Benutzervariable | Standardwert im MySQL HeatWave-Service | Gültige Werte im MySQL HeatWave-Service |
|---|---|---|
activate_all_roles_on_login
|
OFF
|
Boolescher Wert: OFF, ON
|
audit_log_buffer_size
|
104.815.760 | Ganzzahl: 4.096 - 18.446.744.073.709.547.520 |
audit_log_disable
|
OFF
|
Boolescher Wert: OFF, ON
|
audit_log_max_size
|
Siehe Standardbenutzervariablen. | |
audit_log_prune_seconds
|
0 | Ganzzahl: 0 - 18.446.744.073.709.551.615 |
audit_log_rotate_on_size
|
Siehe Standardbenutzervariablen. | |
audit_log_strategy
|
Siehe Standardbenutzervariablen. | |
authentication_policy
|
*,,
|
Zeichenfolge |
auto_increment_offset |
1 | Ganzzahl: 1 - 65,535 |
autocommit |
ON |
Boolescher Wert: OFF, ON |
auto-increment-increment |
1 | Ganzzahl: 1 - 65,535 |
automatic_sp_privileges
|
ON
|
Boolescher Wert: OFF, ON
|
big_tables |
OFF |
Boolescher Wert: OFF, ON |
binlog_cache_size
|
32.768 | Ganzzahl: 4.096 - 18.446.744.073.709.547.520 |
binlog_expire_logs_seconds |
Siehe Standardbenutzervariablen. | |
binlog_group_commit_sync_delay |
0 | Ganzzahl: 0 - 1,000,000 |
binlog_group_commit_sync_no_delay_count |
0 | Ganzzahl: 0 - 100,000 |
binlog_row_image
|
FULL
|
Aufzählung: FULL, MINIMAL, NOBLOB
|
binlog_row_metadata |
MINIMAL |
Enumeration: FULL, MINIMAL |
binlog_row_value_options |
Siehe Standardbenutzervariablen. | |
binlog_transaction_compression |
OFF |
Boolescher Wert: OFF, ON |
binlog_transaction_dependency_history_size
|
Siehe Standardbenutzervariablen. | |
block_encryption_mode |
aes-128-ecb |
Enumeration: aes-192-CFB8, aes-256-CFB8, aes-128-CFB8, aes-256-ECB, aes-256-CBC, aes-192-CFB1, aes-128-CFB1, aes-192-CFB128, aes-128-ECB, aes-128-CBC, aes-256-CFB128, aes-128-OFB, aes-192-OFB, aes-256-OFB, aes-256-CFB1, aes-128-CFB128, aes-192-ECB, aes-192-CBC |
character_set_client
|
utf8mb4
|
Zeichenfolge: Jeder gültige Zeichensatz, der von der MySQL-Version unterstützt wird |
character_set_connection
|
utf8mb4
|
Zeichenfolge: Jeder gültige Zeichensatz, der von der Version MySQL unterstützt wird |
character_set_results
|
utf8mb4
|
Zeichenfolge: Jeder gültige Zeichensatz, der von der Version MySQL unterstützt wird |
character_set_server |
UTF8MB4 |
Zeichenfolge: Jeder gültige Zeichensatz, der von der Version MySQL unterstützt wird |
collation_connection
|
utf8mb4_0900_ai_ci
|
Zeichenfolge: Alle gültigen Sortierungen, die von der MySQL-Version unterstützt werden |
collation_server |
UTF8MB4_0900_AI_CI |
Zeichenfolge: Jede gültige Sortierung, die von der Version MySQL unterstützt wird |
completion_type |
NO_CHAIN |
Enumeration: NO_CHAIN, CHAIN, RELEASE |
connect_timeout |
10 | Ganzzahl: 2 - 31,536,000 |
connection_memory_chunk_size |
8.192 | Ganzzahl: 0 - 536,870,912 |
connection_memory_limit |
Hierfür gibt es keinen Standardwert. MySQL Standardwert: 18446744073709551615 | Ganzzahl: 2,097,152 - 9,223,372,036,854,775,807 |
connection_memory_status_limit
|
18.446.744.073.709.552.000 | Ganzzahl: 16.777.216 - 18.446.744.073.709.551.615 |
cte_max_recursion_depth |
1.000 | Ganzzahl: 0 - 4,294,967,295 |
default_authentication_plugin |
caching_sha2_password |
Hinweis Enumeration: Diese Variable wird in MySQL 8.4.0 oder höher ignoriert. mysql_native_password, sha256_password, caching_sha2_password |
default_password_lifetime
|
0 | Ganzzahl: 0 - 65.535 |
default_week_format
|
0 | Ganzzahl: 0 - 7 |
disconnect_on_expired_password
|
ON
|
Boolescher Wert: OFF, ON
|
div_precision_increment
|
4 | Ganzzahl: 0 - 30 |
end_markers_in_json
|
OFF
|
Boolescher Wert: OFF, ON
|
eq_range_index_dive_limit
|
200 | Ganzzahl: 0 - 4,294,967,295 |
explain_format |
TRADITIONAL |
Enumeration: TRADITIONAL, JSON, TREE |
explain_json_format_version
|
1 | Ganzzahl: 1 - 2 |
explicit_defaults_for_timestamp |
ON |
Boolescher Wert: OFF, ON |
flush
|
OFF
|
Boolescher Wert: OFF, ON
|
flush_time
|
0 | Ganzzahl: 0 - 31,536,000 |
foreign_key_checks |
ON |
Boolescher Wert: OFF, ON |
general_log
|
OFF
|
Boolescher Wert: OFF, ON
|
global_connection_memory_limit |
Hierfür gibt es keinen Standardwert. MySQL Standardwert: 18446744073709551615 | Ganzzahl: 16,777,216 - 9,223,372,036,854,775,807 |
global_connection_memory_status_limit
|
18.446.744.073.709.552.000 | Ganzzahl: 16.777.216 - 18.446.744.073.709.551.615 |
global_connection_memory_tracking |
OFF |
Boolescher Wert: OFF, ON |
group_concat_max_len |
1.024 | Ganzzahl: 4 - 9,223,372,036,854,775,807 |
group_replication_consistency |
Siehe Standardbenutzervariablen. | |
histogram_generation_max_mem_size
|
20.000.000 | Ganzzahl: 1.000.000 - 18.446.744.073.709.551.615 |
host_cache_size
|
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 65.536 |
information_schema_stats_expiry |
86.400 | Ganzzahl: 0 - 31,536,000 |
init_connect
|
LEERE ZEICHENKETTE | Zeichenfolge |
innodb_adaptive_flushing
|
ON
|
Boolescher Wert: OFF, ON
|
innodb_adaptive_flushing_lwm
|
10 | Ganzzahl: 0 - 70 |
innodb_adaptive_hash_index |
Siehe Standardbenutzervariablen. | |
innodb_adaptive_hash_index_parts
|
8 | Ganzzahl: 1 - 512 |
innodb_adaptive_max_sleep_delay
|
150,000
|
Ganzzahl: 0 - 1.000.000 |
innodb_autoextend_increment
|
64 | Ganzzahl: 1 - 1.000 |
innodb_autoinc_lock_mode |
2 | Ganzzahl: 0 - 2 |
innodb_buffer_pool_chunk_size
|
134,217,728
|
Ganzzahl: 1.048.576 - 18.446.744.073.709.551.615 |
innodb_buffer_pool_dump_at_shutdown
|
ON
|
Boolescher Wert: OFF, ON
|
innodb_buffer_pool_dump_now
|
OFF
|
Boolescher Wert: OFF, ON
|
innodb_buffer_pool_dump_pct |
25 | Ganzzahl: 1 - 100 |
innodb_buffer_pool_instances |
Siehe Standardbenutzervariablen. | |
innodb_buffer_pool_load_abort
|
OFF
|
Boolescher Wert: OFF, ON
|
innodb_buffer_pool_load_at_startup
|
ON
|
Boolescher Wert: OFF, ON
|
innodb_buffer_pool_load_now
|
OFF
|
Boolescher Wert: OFF, ON
|
innodb_buffer_pool_size |
Siehe Standardbenutzervariablen. | |
innodb_change_buffering |
ALL |
Enumeration: NONE, INSERTS, DELETES, CHANGES, PURGES, ALL |
innodb_cmp_per_index_enabled
|
OFF
|
Boolescher Wert: OFF, ON
|
innodb_concurrency_tickets
|
5000
|
Ganzzahl: 1 - 4.294.967.295 |
innodb_ddl_buffer_size |
1.048.576 | Ganzzahl: 65,536 - 4,294,967,295 |
innodb_ddl_threads |
4 | Ganzzahl: 1 - 64 |
innodb_default_row_format
|
dynamic
|
Aufzählung: dynamic, compact, redundant
|
innodb_disable_sort_file_cache
|
OFF
|
Boolescher Wert: OFF, ON
|
innodb_doublewrite_files
|
Siehe Standardbenutzervariablen. | |
innodb_doublewrite_pages
|
Siehe Standardbenutzervariablen. | |
innodb_extend_and_initialize
|
Siehe Standardbenutzervariablen. | |
innodb_fill_factor
|
100
|
Ganzzahl: 10 - 100 |
innodb_flush_log_at_timeout
|
1 | Ganzzahl: 1 - 2.700 |
innodb_flush_neighbors
|
0 | Ganzzahl: 0 - 2 |
innodb_flush_sync
|
ON
|
Boolescher Wert: OFF, ON
|
innodb_flushing_avg_loops
|
30 | Ganzzahl: 1 - 1.000 |
innodb_force_load_corrupted
|
OFF
|
Boolesch: OFF, ON
|
innodb_ft_aux_table
|
LEERE ZEICHENKETTE | Zeichenfolge |
innodb_ft_cache_size
|
8,000,000
|
Ganzzahl: 1.600.000 - 80.000.000 |
innodb_ft_enable_diag_print
|
OFF
|
Boolesch: OFF, ON
|
innodb_ft_enable_stopword |
ON |
Boolesch: OFF, ON |
innodb_ft_max_token_size |
84 | Ganzzahl: 10 - 84 |
innodb_ft_min_token_size |
3 | Ganzzahl: 0 - 16 |
innodb_ft_num_word_optimize |
2.000 | Ganzzahl: 1,000 - 10,000 |
innodb_ft_result_cache_limit |
Siehe Standardbenutzervariablen. | |
innodb_ft_server_stopword_table |
NULL |
Zeichenfolge: <db_name>/<table_name> |
innodb_ft_sort_pll_degree
|
2 | Ganzzahl: 1 - 16 |
innodb_ft_total_cache_size
|
640.000.000 | Ganzzahl: 32.000.000 - 1.600.000.000 |
innodb_ft_user_stopword_table
|
NULL |
Zeichenfolge: <db_name>/<table_name>
|
innodb_lock_wait_timeout |
50 | Ganzzahl: 1 - 1,073,741,824 |
innodb_log_buffer_size
|
Siehe Standardbenutzervariablen. | |
innodb_log_spin_cpu_abs_lwm
|
80 | Ganzzahl: 0 - 4,294,967,295 |
innodb_log_spin_cpu_pct_hwm
|
50 | Ganzzahl: 0 - 100 |
innodb_log_wait_for_flush_spin_hwm
|
400 | Ganzzahl: 0 - 18.446.744.073.709.551.615 |
innodb_log_writer_threads |
ON |
Boolesch: OFF, ON |
innodb_lru_scan_depth
|
1.024 | Ganzzahl: 100 - 18.446.744.073.709.551.615 |
innodb_max_dirty_pages_pct
|
90.000000
|
Numerisch: 0 - 99,999 |
innodb_max_dirty_pages_pct_lwm
|
10.000000
|
Numerisch: 0 - 99,999 |
innodb_max_purge_lag |
0 | Ganzzahl: 0 - 4,294,967,295 |
innodb_max_purge_lag_delay |
Siehe Standardbenutzervariablen. | |
innodb_max_undo_log_size
|
1.073.741.824 | Ganzzahl: 10.485.760 - 18.446.744.073.709.551.615 |
innodb_numa_interleave |
Siehe Standardbenutzervariablen. | |
innodb_old_blocks_pct
|
37 | Ganzzahl: 5 - 95 |
innodb_old_blocks_time
|
1.000 | Ganzzahl: 0 - 4.294.967.295 |
innodb_online_alter_log_max_size |
134.217.728 | Ganzzahl: 65,536 - 9,223,372,036,854,775,807 |
innodb_optimize_fulltext_only
|
OFF
|
Boolesch: OFF, ON
|
innodb_page_cleaners
|
Siehe Standardbenutzervariablen. | Ganzzahl: 1 - 64 |
innodb_parallel_read_threads
|
4 | Ganzzahl: 1 - 256 |
innodb_print_all_deadlocks
|
OFF
|
Boolesch: OFF, ON
|
innodb_print_ddl_logs
|
OFF
|
Boolesch: OFF, ON
|
innodb_read_ahead_threshold
|
56 | Ganzzahl: 0 - 64 |
innodb_read_io_threads
|
Siehe Standardbenutzervariablen. | |
innodb_redo_log_capacity |
104.857.600 |
Hinweis Ganzzahl: 8,388,608 - 137,438,953,472
Diese Variable wird in Versionen unter 9.3.0 ignoriert |
innodb_replication_delay
|
0 | Ganzzahl: 0 - 4.294.967.295 |
innodb_rollback_on_timeout |
OFF |
Boolesch: OFF, ON |
innodb_sort_buffer_size |
1.048.576 | Ganzzahl: 65,536 - 67,108,864 |
innodb_stats_auto_recalc
|
ON
|
Boolesch: OFF, ON
|
innodb_stats_include_delete_marked
|
OFF
|
Boolesch: OFF, ON
|
innodb_stats_method
|
nulls_equal
|
Aufzählung: nulls_equal, nulls_unequal, nulls_ignored
|
innodb_stats_on_metadata
|
OFF
|
Boolesch: OFF, ON
|
innodb_stats_persistent_sample_pages |
20 | Ganzzahl: 1 - 9,223,372,036,854,775,807 |
innodb_stats_transient_sample_pages |
8 | Ganzzahl: 1 - 9,223,372,036,854,775,807 |
innodb_strict_mode |
ON |
Boolesch: OFF, ON |
innodb_sync_array_size
|
1 | Ganzzahl: 1 - 1,024 |
innodb_thread_concurrency
|
0 | Ganzzahl: 0 - 1.000 |
innodb_thread_sleep_delay
|
10,000
|
Ganzzahl: 0 - 1.000.000 |
innodb_undo_log_truncate |
ON |
Boolesch: OFF, ON |
innodb_write_io_threads
|
4 | Ganzzahl: 1 - 64 |
interactive_timeout |
28.800 | Ganzzahl: 1 - 31,536,000 |
join_buffer_size |
262.144 | Ganzzahl: 128 - 9,223,372,036,854,775,807 |
lc_time_names
|
en_US
|
Zeichenfolge: Beliebiger gültiger Gebietsschemaname |
local_infile |
Siehe Standardbenutzervariablen. | |
lock_wait_timeout
|
Siehe Standardbenutzervariablen. | |
log_queries_not_using_indexes
|
OFF
|
Boolesch: OFF, ON
|
log_slow_admin_statements
|
OFF
|
Boolesch: OFF, ON
|
log_throttle_queries_not_using_indexes
|
0 | Ganzzahl: 0 - 4.294.967.295 |
long_query_time |
10 | Ganzzahl: 0 - 31.536.000 |
mandatory_roles |
Siehe Standardbenutzervariablen. | |
max_allowed_packet |
67.108.864 | Ganzzahl: 67,108,864 - 1,073,741,824 |
max_binlog_cache_size |
Siehe Standardbenutzervariablen. | |
max_connect_errors |
18.446.744.073.709.552.000 | Ganzzahl: 1 - 18.446.744.073.709.551.615 |
max_connections |
Siehe Standardbenutzervariablen. | |
max_digest_length
|
1.024 | Ganzzahl: 0 - 1.048.576 |
max_error_count
|
1.024 | Ganzzahl: 0 - 65.535 |
max_execution_time |
0 | Ganzzahl: 0 - 9,223,372,036,854,775,807 |
max_heap_table_size |
16.777.216 | Ganzzahl: 16,384 - 9,223,372,036,854,775,807 |
max_join_size
|
18.446.744.073.709.552.000 | Ganzzahl: 1 - 18.446.744.073.709.551.615 |
max_points_in_geometry
|
65.536 | Ganzzahl: 3 - 1.048.576 |
max_prepared_stmt_count |
16.382 | Ganzzahl: Der Höchstwert hängt von der Ausprägung oder der RAM-Menge ab, die von der Ausprägung bereitgestellt wird.
|
max_seeks_for_key |
1 | Ganzzahl: 1 - 9,223,372,036,854,775,807 |
max_sort_length
|
1.024 | Ganzzahl: 4 - 8.388.608 |
max_sp_recursion_depth
|
0 | Ganzzahl: 0 - 255 |
max_user_connections |
0 | Ganzzahl: 0 - 4.294.967.295 |
max_write_lock_count
|
18.446.744.073.709.552.000 | Ganzzahl: 1 - 18.446.744.073.709.551.615 |
min_examined_row_limit
|
0 | Ganzzahl: 0 - 18.446.744.073.709.551.615 |
mysql_firewall_mode |
ON |
Boolesch: OFF, ON |
mysql-native-password |
OFF |
Hinweis Boolesch: Diese Variable wird in MySQL 9.0.0 oder höher ignoriert. OFF, ON |
mysqlx_connect_timeout |
30 | Ganzzahl: 1 - 1,000,000,000 |
mysqlx_deflate_default_compression_level |
3 | Ganzzahl: 1 - 9 |
mysqlx_deflate_max_client_compression_level |
5 | Ganzzahl: 1 - 9 |
mysqlx_interactive_timeout |
28.800 | Ganzzahl: 1 - 2,147,483 |
mysqlx_lz4_default_compression_level |
2 | Ganzzahl: 0 - 16 |
mysqlx_lz4_max_client_compression_level |
8 | Ganzzahl: 0 - 16 |
mysqlx_max_allowed_packet |
67.108.864 | Ganzzahl: 67,108,864 - 1,073,741,824 |
mysqlx_read_timeout |
30 | Ganzzahl: 30 - 2,147,483 |
mysqlx_wait_timeout |
28.800 | Ganzzahl: 1 - 2,147,483 |
mysqlx_write_timeout |
60 | Ganzzahl: 1 - 2,147,483 |
mysqlx_zstd_default_compression_level |
3 | Ganzzahl: 1 - 18 |
mysqlx_zstd_max_client_compression_level |
11 | Ganzzahl: 1 - 18 |
net_buffer_length
|
16.384 | Ganzzahl: 1.024 - 1.048.576 |
net_read_timeout |
30 | Ganzzahl: 1 - 31,536,000 |
net_retry_count
|
10 | Ganzzahl: 1 - 18.446.744.073.709.551.615 |
net_write_timeout |
60 | Ganzzahl: 1 - 31,536,000 |
optimizer_prune_level
|
1 | Ganzzahl: 0 - 1 |
optimizer_search_depth
|
62 | Ganzzahl: 0 - 62 |
optimizer_switch |
Festlegen:
|
Festlegen:
|
optimizer_trace |
Festlegen:
|
Festlegen:
|
optimizer_trace_features |
Festlegen:
|
Festlegen:
|
optimizer_trace_limit |
1 | Ganzzahl: 0 - 2,147,483,647 |
optimizer_trace_max_mem_size |
1.048.576 | Ganzzahl: 0 - 4.294.967.295 |
optimizer_trace_offset |
-1 | Ganzzahl: -2.147.483.647 - 2.147.483.647 |
parser_max_mem_size |
Hierfür gibt es keinen Standardwert. MySQL Standardwert: 18446744073709551615 | Ganzzahl: 10,000,000 - 9,223,372,036,854,775,807 |
password_history |
0 | Ganzzahl: 0 - 4.294.967.295 |
password_reuse_interval |
0 | Ganzzahl: 0 - 4.294.967.295 |
performance_schema_accounts_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_digests_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_error_size |
Tatsächliche Anzahl Serverfehlercodes | Ganzzahl: 0 - 1.048.576 |
performance_schema_events_stages_history_long_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_events_stages_history_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1,024 |
performance_schema_events_statements_history_long_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_events_statements_history_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.024 |
performance_schema_events_transactions_history_long_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_events_transactions_history_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.024 |
performance_schema_events_waits_history_long_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_events_waits_history_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.024 |
performance_schema_hosts_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_cond_classes |
150 | Ganzzahl: 0 - 1.024 |
performance_schema_max_cond_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_digest_length |
1.024 | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_digest_sample_age |
60 | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_file_classes |
80 | Ganzzahl: 0 - 1.024 |
performance_schema_max_file_handles |
32.768 | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_file_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_index_stat |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_memory_classes |
450 | Ganzzahl: 0 - 1.024 |
performance_schema_max_metadata_locks |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_mutex_classes |
350 | Ganzzahl: 0 - 1.024 |
performance_schema_max_mutex_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_prepared_statements_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 4,194,304 |
performance_schema_max_program_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_rwlock_classes |
100 | Ganzzahl: 0 - 1.024 |
performance_schema_max_rwlock_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 104.857.600 |
performance_schema_max_socket_classes |
10 | Ganzzahl: 0 - 1.024 |
performance_schema_max_socket_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_sql_text_length |
1.024 | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_stage_classes |
175 | Ganzzahl: 0 - 1.024 |
performance_schema_max_statement_classes |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 256 |
performance_schema_max_statement_stack |
Siehe Standardbenutzervariablen. | |
performance_schema_max_table_handles |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_table_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_table_lock_stat |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_max_thread_classes |
100 | Ganzzahl: 0 - 1.024 |
performance_schema_max_thread_instances |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_session_connect_attrs_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_setup_actors_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_setup_objects_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
performance_schema_users_size |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 0 - 1.048.576 |
query_alloc_block_size |
8.192 | Ganzzahl: 1.024 - 18.446.744.073.709.551.615 |
range_alloc_block_size |
4.096 | Ganzzahl: 4.096 - 18.446.744.073.709.551.615 |
range_optimizer_max_mem_size |
8.388.608 | Ganzzahl: 0 - 9,223,372,036,854,775,807 |
read_rnd_buffer_size |
262.144 | Ganzzahl: 1 - 2.147.483.647 |
regexp_stack_limit |
8.000.000 | Ganzzahl: 0 - 2.147.483.647 |
regexp_time_limit |
32 | Ganzzahl: 0 - 2.147.483.647 |
relay_log_space_limit |
Siehe Standardbenutzervariablen. | |
replica_net_timeout |
60 | Ganzzahl: 1 - 31,536,000 |
replica_parallel_workers |
Siehe Standardbenutzervariablen. | |
replica_pending_jobs_size_max |
134,217,728 |
Ganzzahl: 1.024 - 18.446.744.073.709.551.615 |
replica_type_conversions |
NULL |
Set: NULL, ALL_LOSSY, ALL_NON_LOSSY, ALL_SIGNED, ALL_UNSIGNED |
require_secure_transport |
OFF |
Boolesch: OFF, ON |
restrict_fk_on_non_standard_key |
ON |
Boolesch: OFF, ON |
rpl_read_size |
8.192 | Ganzzahl: 8.192 - 4.294.959.104 |
session_track_gtids |
OFF |
Boolesch: OFF, ON |
session_track_schema |
ON |
Boolesch: OFF, ON |
session_track_state_change |
OFF |
Boolesch: OFF, ON |
session_track_system_variables |
time_zone,autocommit,character_set_client,character_set_results,character_set_connection
|
Set: time_zone,autocommit,character_set_client,character_set_results,character_set_connection,*
|
session_track_transaction_info |
OFF |
Boolesch: OFF, ON |
set_operations_buffer_size |
262,144 |
Ganzzahl: 16.384 - 1.073.741.824 |
skip_name_resolve |
OFF |
Boolesch: OFF, ON |
skip_show_database |
OFF |
Boolesch: OFF, ON |
slow_launch_time |
2 | Ganzzahl: 0 - 31.536.000 |
slow_query_log |
OFF |
Boolesch: OFF, ON |
sort_buffer_size |
262.144 | Ganzzahl: 32,768 - 9,223,372,036,854,775,807 |
sql_auto_is_null |
OFF |
Boolesch: OFF, ON |
sql_big_selects |
ON |
Boolesch: OFF, ON |
sql_buffer_result |
OFF |
Boolesch: OFF, ON |
sql_generate_invisible_primary_key |
OFF |
Hinweis Boolesch: Diese Variable wird in Versionen unter 8.0.30 ignoriert OFF, ON |
sql_mode |
ERROR_FOR_DIVISION_BY_ZERO, NO_ENGINE_SUBSTITUTION, NO_ZERO_DATE, NO_ZERO_IN_DATE, ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES |
Set: ALLOW_INVALID_DATES, ANSI_QUOTES, ERROR_FOR_DIVISION_BY_ZERO, HIGH_NOT_PRECEDENCE, IGNORE_SPACE, NO_AUTO_VALUE_ON_ZERO, NO_BACKSLASH_ESCAPES, NO_DIR_IN_CREATE, NO_ENGINE_SUBSTITUTION,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_TABLES, TIME_TRUNCATE_FRACTIONAL |
sql_require_primary_key |
Siehe Standardbenutzervariablen. | |
sql_safe_updates |
OFF |
Boolesch: OFF, ON |
sql_select_limit |
18.446.744.073.709.552.000 | Ganzzahl: 0 - 18.446.744.073.709.551.615 |
sql_warnings |
OFF |
Boolesch: OFF, ON |
ssl_cipher |
NULL |
Zeichenfolge: Die Liste der zulässigen Verschlüsselungscipher für Verbindungen, die TLSv1.2 verwenden, kann Folgendes umfassen:
|
ssl_session_cache_mode |
ON |
Boolesch: OFF, ON |
ssl_session_cache_timeout |
300 | Ganzzahl: 0 - 86.400 |
stored_program_cache |
256 | Ganzzahl: 16 - 524.288 |
stored_program_definition_cache |
256 | Ganzzahl: 256 - 524.288 |
sync_binlog |
1 | Ganzzahl: 0 - 4.294.967.295 |
table_definition_cache |
AUTOMATISCHE SKALIERUNG | Ganzzahl: 400 - 524,288 |
table_open_cache |
4.000 | Ganzzahl: 1 - 524,288 |
table_open_cache_instances |
Siehe Standardbenutzervariablen. | |
table_open_cache_triggers |
524.288 | Ganzzahl: 1 - 524.288 |
tablespace_definition_cache |
256 | Ganzzahl: 256 - 524.288 |
temptable_max_ram |
Siehe Standardbenutzervariablen. | |
thread_pool_algorithm |
0 | Ganzzahl: 0 - 1 |
thread_pool_dedicated_listeners |
OFF |
Boolesch: OFF, ON |
thread_pool_high_priority_connection |
0 | Ganzzahl: 0 - 1 |
thread_pool_longrun_trx_limit |
2.000 | Ganzzahl: 10 - 86.400.000 |
thread_pool_max_transactions_limit |
0 | Ganzzahl: 0 - 100,000 |
thread_pool_max_unused_threads |
0 | Ganzzahl: 0 - 4.096 |
thread_pool_prio_kickup_timer |
1.000 | Ganzzahl: 0 - 4.294.967.294 |
thread_pool_query_threads_per_group |
1 |
Hinweis Ganzzahl: 1 - 4,096
Diese Variable wird in Versionen unter 8.0.31 ignoriert |
thread_pool_size |
Siehe Standardbenutzervariablen. | |
thread_pool_stall_limit |
6 | Ganzzahl: 4 - 600 |
thread_pool_transaction_delay |
0 |
Hinweis Ganzzahl: 0 - 300,000
Diese Variable wird in Versionen unter 8.0.31 ignoriert |
time_zone |
Siehe Standardbenutzervariablen. | |
tls_ciphersuites |
NULL |
Zeichenfolge: Der Wert ist eine Liste mit null oder mehr durch Doppelpunkt getrennten Cipheruite-Namen, die Folgendes enthalten können:
|
tls_version |
TLSv1.2,TLSv1.3 |
Zeichenfolge: Eine Liste mit einem oder mehreren durch Komma getrennten Protokollnamen, die der Server für verschlüsselte Verbindungen zulässt. |
tmp_table_size |
16.777.216 | Ganzzahl: 1,024 - 9,223,372,036,854,775,807 |
transaction_alloc_block_size |
8.192 | Ganzzahl: 1.024 - 131.072 |
transaction_isolation |
REPEATABLE-READ |
Enumeration: READ-UNCOMMITTED, READ-COMMITTED, REPEATABLE-READ, SERIALIZABLE |
transaction_prealloc_size |
4.096 | Ganzzahl: 1.024 - 131.072 |
unique_checks |
ON |
Boolesch: OFF, ON |
validate_password.changed_characters_percentage |
0 | Ganzzahl: 0 - 100 |
validate_password.check_user_name |
ON |
Boolesch: OFF, ON |
validate_password.length |
8 | Ganzzahl: 0 - 8 |
validate_password.mixed_case_count |
1 | Ganzzahl: 0 - 1 |
validate_password.number_count |
1 | Ganzzahl: 0 - 1 |
validate_password.policy |
MEDIUM |
Aufzählung: MEDIUM, LOW |
validate_password.special_char_count |
1 | Ganzzahl: 0 - 1 |
wait_timeout |
28.800 | Ganzzahl: 1 - 31,536,000 |
windowing_use_high_precision |
ON |
Boolesch: OFF, ON |
Standardbenutzervariablen
Standardbenutzervariablen sind Benutzervariablen, deren Werte bearbeitet werden können. Sie können die Variablen jedoch nicht aus Ihrer Konfiguration löschen. Standardbenutzervariablen sind mit allen Konfigurationen verknüpft.
Tabelle 10-2: Standard- und gültige Werte von Standardbenutzervariablen
| Standardbenutzervariable | Standardwert | Gültige Werte |
|---|---|---|
audit_log_max_size
|
0 | Ganzzahl: 0 - 18.446.744.073.709.551.615 |
audit_log_rotate_on_size
|
0 | Ganzzahl: 0 - 18.446.744.073.709.551.615 |
audit_log_strategy
|
ASYNCHRONOUS |
Aufzählung: ASYNCHRONOUS, PERFORMANCE, SEMISYNCHRONOUS, SYNCHRONOUS
|
binlog_expire_logs_seconds |
3.600 | Ganzzahl: 0 - 4.294.967.295 |
binlog_row_value_options |
PARTIAL_JSON |
Legen Sie Folgendes fest: NULL, PARTIAL_JSON |
binlog_transaction_dependency_history_size
|
25000 |
Ganzzahl: 1 - 1.000.000 |
group_replication_consistency |
BEFORE_ON_PRIMARY_FAILOVER |
Enumeration: EVENTUAL, BEFORE_ON_PRIMARY_FAILOVER, BEFORE, AFTER, BEFORE_AND_AFTER |
innodb_adaptive_hash_index |
OFF |
Boolesch: OFF, ON |
innodb_buffer_pool_instances |
Abhängig von der durch die Ausprägung bereitgestellten RAM-Menge:
|
Ganzzahl: 1 - 64 |
innodb_buffer_pool_size |
Abhängig von der durch die Ausprägung bereitgestellten RAM-Menge. Für diese HeatWave-Clusterausprägungen:
|
Ganzzahl: Der Höchstwert hängt von der Ausprägung oder der RAM-Menge ab, die von der Ausprägung bereitgestellt wird.
|
innodb_doublewrite_files
|
2 | Ganzzahl: 1 - 256 |
innodb_doublewrite_pages
|
128 | Ganzzahl: 1 - 512 |
innodb_extend_and_initialize
|
OFF |
Boolesch: OFF, ON
|
innodb_ft_result_cache_limit |
33.554.432 | Ganzzahl: 1,000,000 - 4,294,967,295 |
innodb_log_buffer_size
|
67,108,864 |
Ganzzahl: 1.048.576 - 4.294.967.295 |
innodb_max_purge_lag_delay |
300.000 | Ganzzahl: 1,000 - 1,000,000 |
innodb_numa_interleave |
ON |
Boolesch: OFF, ON |
innodb_page_cleaners
|
Abhängig von der durch die Ausprägung bereitgestellten RAM-Menge:
|
Ganzzahl: 1 - 64 |
innodb_read_io_threads
|
Abhängig von der Anzahl der CPUs der Ausprägung:
|
Ganzzahl: 1 - 64 |
local_infile |
ON |
Boolesch: OFF, ON |
lock_wait_timeout
|
86,400 |
Ganzzahl: 1 - 31.536.000 |
mandatory_roles |
public |
Zeichenfolge: Eine durch Komma getrennte Liste mit Rollennamen |
max_binlog_cache_size |
4.294.967.296 | Ganzzahl: 4,096 - 65,970,697,666,560 |
max_connections |
Abhängig von der durch die Ausprägung bereitgestellten RAM-Menge:
|
Ganzzahl: 151 - 100,000 |
performance_schema_max_statement_stack
|
1 | Ganzzahl: 1 - 256 |
relay_log_space_limit |
8.589.934.592 | Ganzzahl: 0 - 9,223,372,036,854,776,000 |
replica_parallel_workers |
Abhängig von der Anzahl der CPUs der Ausprägung:
|
Ganzzahl: 1 - 1.024 |
sql_require_primary_key |
(Nur HA-Ausprägungen) ON
|
Boolesch: OFF, ON |
table_open_cache_instances
|
Abhängig von der Anzahl der CPUs der Ausprägung:
|
Ganzzahl: 1 - 64 |
temptable_max_ram |
1.073.741.824 | Ganzzahl: 2,097,152 - 9,223,372,036,854,776,000 |
thread_pool_size |
8 | Ganzzahl: 1 - 512 |
time_zone |
Legt die globale Zeitzone fest. Der Standardwert ist UTC.
|
Zeichenfolge: Beliebiger gültiger Zeitzonenname |
Systemvariablen
Oracle definiert die Systemvariablen entsprechend der Ausprägung oder den Anforderungen der MySQL-Instanz. Sie können die Systemvariablen nicht bearbeiten.
Tabelle 10-3: Standardwerte von Systemvariablen
| Systemvariable | Standardwert |
|---|---|
generated_random_password_length |
20 |
mysqlx_document_id_unique_prefix |
0 |
mysqlx_enable_hello_notice |
EIN |
mysqlx_idle_worker_thread_timeout |
60 |
mysqlx_min_worker_threads |
2 |
query_alloc_block_size |
8.192 |
query_prealloc_size |
8.192 |
Initialisierungsvariablen
Initialisierungsvariablen gelten für die Lebensdauer des DB-Systems und können nach dem Anwenden nicht mehr geändert werden.
Tabelle 10-4: Standardwerte von Initialisierungsvariablen
| Initialisierungsvariable | Standardwert |
|---|---|
lower_case_table_names |
0
Wenn Sie diesen Wert auf 1 setzen, werden die Tabellen- und Schemanamen in Kleinbuchstaben auf dem Datenträger gespeichert, und bei Vergleichen wird die Groß-/Kleinschreibung nicht beachtet. Sie können den Wert von |