Advertisement
Guest User

[MySQL] 'innodb_file_format' variable doesn't exist (list variables)

a guest
Sep 4th, 2020
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 333.32 KB | None | 0 0
  1. mysql> show variables;
  2. +----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  3. | Variable_name                                            | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  4. +----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  5. | activate_all_roles_on_login                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  6. | admin_address                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  7. | admin_port                                               | 33062                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  8. | admin_ssl_ca                                             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  9. | admin_ssl_capath                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  10. | admin_ssl_cert                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  11. | admin_ssl_cipher                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  12. | admin_ssl_crl                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  13. | admin_ssl_crlpath                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  14. | admin_ssl_key                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  15. | admin_tls_ciphersuites                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  16. | admin_tls_version                                        | TLSv1,TLSv1.1,TLSv1.2,TLSv1.3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  17. | auto_generate_certs                                      | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  18. | auto_increment_increment                                 | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  19. | auto_increment_offset                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  20. | autocommit                                               | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  21. | automatic_sp_privileges                                  | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  22. | avoid_temporal_upgrade                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  23. | back_log                                                 | 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  24. | basedir                                                  | /usr/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  25. | big_tables                                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  26. | bind_address                                             | 127.0.0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  27. | binlog_cache_size                                        | 32768                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  28. | binlog_checksum                                          | CRC32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  29. | binlog_direct_non_transactional_updates                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  30. | binlog_encryption                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  31. | binlog_error_action                                      | ABORT_SERVER                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
  32. | binlog_expire_logs_seconds                               | 2592000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  33. | binlog_format                                            | ROW                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  34. | binlog_group_commit_sync_delay                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  35. | binlog_group_commit_sync_no_delay_count                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  36. | binlog_gtid_simple_recovery                              | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  37. | binlog_max_flush_queue_time                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  38. | binlog_order_commits                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  39. | binlog_rotate_encryption_master_key_at_startup           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  40. | binlog_row_event_max_size                                | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  41. | binlog_row_image                                         | FULL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  42. | binlog_row_metadata                                      | MINIMAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  43. | binlog_row_value_options                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  44. | binlog_rows_query_log_events                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  45. | binlog_stmt_cache_size                                   | 32768                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  46. | binlog_transaction_compression                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  47. | binlog_transaction_compression_level_zstd                | 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  48. | binlog_transaction_dependency_history_size               | 25000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  49. | binlog_transaction_dependency_tracking                   | COMMIT_ORDER                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
  50. | block_encryption_mode                                    | aes-128-ecb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  51. | bulk_insert_buffer_size                                  | 8388608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  52. | caching_sha2_password_auto_generate_rsa_keys             | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  53. | caching_sha2_password_private_key_path                   | private_key.pem                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  54. | caching_sha2_password_public_key_path                    | public_key.pem                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  55. | character_set_client                                     | utf8mb4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  56. | character_set_connection                                 | utf8mb4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  57. | character_set_database                                   | utf8mb4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  58. | character_set_filesystem                                 | binary                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  59. | character_set_results                                    | utf8mb4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  60. | character_set_server                                     | utf8mb4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  61. | character_set_system                                     | utf8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  62. | character_sets_dir                                       | /usr/share/mysql/charsets/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  63. | check_proxy_users                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  64. | collation_connection                                     | utf8mb4_0900_ai_ci                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  65. | collation_database                                       | utf8mb4_0900_ai_ci                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  66. | collation_server                                         | utf8mb4_0900_ai_ci                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  67. | completion_type                                          | NO_CHAIN                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  68. | concurrent_insert                                        | AUTO                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  69. | connect_timeout                                          | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  70. | core_file                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  71. | create_admin_listener_thread                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  72. | cte_max_recursion_depth                                  | 1000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  73. | datadir                                                  | /var/lib/mysql/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  74. | default_authentication_plugin                            | caching_sha2_password                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  75. | default_collation_for_utf8mb4                            | utf8mb4_0900_ai_ci                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  76. | default_password_lifetime                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  77. | default_storage_engine                                   | InnoDB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  78. | default_table_encryption                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  79. | default_tmp_storage_engine                               | InnoDB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  80. | default_week_format                                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  81. | delay_key_write                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  82. | delayed_insert_limit                                     | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  83. | delayed_insert_timeout                                   | 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  84. | delayed_queue_size                                       | 1000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  85. | disabled_storage_engines                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  86. | disconnect_on_expired_password                           | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  87. | div_precision_increment                                  | 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  88. | end_markers_in_json                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  89. | enforce_gtid_consistency                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  90. | eq_range_index_dive_limit                                | 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  91. | error_count                                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  92. | event_scheduler                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  93. | expire_logs_days                                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  94. | explicit_defaults_for_timestamp                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  95. | external_user                                            | root                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  96. | flush                                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  97. | flush_time                                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  98. | foreign_key_checks                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  99. | ft_boolean_syntax                                        | + -><()~*:""&|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  100. | ft_max_word_len                                          | 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  101. | ft_min_word_len                                          | 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  102. | ft_query_expansion_limit                                 | 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  103. | ft_stopword_file                                         | (built-in)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  104. | general_log                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  105. | general_log_file                                         | /var/lib/mysql/SERVERNAME.log                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  106. | generated_random_password_length                         | 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  107. | group_concat_max_len                                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  108. | group_replication_consistency                            | EVENTUAL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  109. | gtid_executed                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  110. | gtid_executed_compression_period                         | 1000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  111. | gtid_mode                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  112. | gtid_next                                                | AUTOMATIC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  113. | gtid_owned                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  114. | gtid_purged                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  115. | have_compress                                            | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  116. | have_dynamic_loading                                     | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  117. | have_geometry                                            | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  118. | have_openssl                                             | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  119. | have_profiling                                           | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  120. | have_query_cache                                         | NO                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  121. | have_rtree_keys                                          | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  122. | have_ssl                                                 | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  123. | have_statement_timeout                                   | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  124. | have_symlink                                             | DISABLED                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  125. | histogram_generation_max_mem_size                        | 20000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  126. | host_cache_size                                          | 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  127. | hostname                                                 | SERVERNAME                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  128. | identity                                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  129. | immediate_server_version                                 | 999999                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  130. | information_schema_stats_expiry                          | 86400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  131. | init_connect                                             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  132. | init_file                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  133. | init_slave                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  134. | innodb_adaptive_flushing                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  135. | innodb_adaptive_flushing_lwm                             | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  136. | innodb_adaptive_hash_index                               | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  137. | innodb_adaptive_hash_index_parts                         | 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  138. | innodb_adaptive_max_sleep_delay                          | 150000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  139. | innodb_api_bk_commit_interval                            | 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  140. | innodb_api_disable_rowlock                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  141. | innodb_api_enable_binlog                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  142. | innodb_api_enable_mdl                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  143. | innodb_api_trx_level                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  144. | innodb_autoextend_increment                              | 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  145. | innodb_autoinc_lock_mode                                 | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  146. | innodb_buffer_pool_chunk_size                            | 134217728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  147. | innodb_buffer_pool_dump_at_shutdown                      | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  148. | innodb_buffer_pool_dump_now                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  149. | innodb_buffer_pool_dump_pct                              | 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  150. | innodb_buffer_pool_filename                              | ib_buffer_pool                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  151. | innodb_buffer_pool_in_core_file                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  152. | innodb_buffer_pool_instances                             | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  153. | innodb_buffer_pool_load_abort                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  154. | innodb_buffer_pool_load_at_startup                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  155. | innodb_buffer_pool_load_now                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  156. | innodb_buffer_pool_size                                  | 134217728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  157. | innodb_change_buffer_max_size                            | 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  158. | innodb_change_buffering                                  | all                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  159. | innodb_checksum_algorithm                                | crc32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  160. | innodb_cmp_per_index_enabled                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  161. | innodb_commit_concurrency                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  162. | innodb_compression_failure_threshold_pct                 | 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  163. | innodb_compression_level                                 | 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  164. | innodb_compression_pad_pct_max                           | 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  165. | innodb_concurrency_tickets                               | 5000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  166. | innodb_data_file_path                                    | ibdata1:12M:autoextend                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  167. | innodb_data_home_dir                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  168. | innodb_deadlock_detect                                   | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  169. | innodb_dedicated_server                                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  170. | innodb_default_row_format                                | dynamic                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  171. | innodb_directories                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  172. | innodb_disable_sort_file_cache                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  173. | innodb_doublewrite                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  174. | innodb_doublewrite_batch_size                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  175. | innodb_doublewrite_dir                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  176. | innodb_doublewrite_files                                 | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  177. | innodb_doublewrite_pages                                 | 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  178. | innodb_fast_shutdown                                     | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  179. | innodb_file_per_table                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  180. | innodb_fill_factor                                       | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  181. | innodb_flush_log_at_timeout                              | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  182. | innodb_flush_log_at_trx_commit                           | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  183. | innodb_flush_method                                      | fsync                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  184. | innodb_flush_neighbors                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  185. | innodb_flush_sync                                        | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  186. | innodb_flushing_avg_loops                                | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  187. | innodb_force_load_corrupted                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  188. | innodb_force_recovery                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  189. | innodb_fsync_threshold                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  190. | innodb_ft_aux_table                                      |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  191. | innodb_ft_cache_size                                     | 8000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  192. | innodb_ft_enable_diag_print                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  193. | innodb_ft_enable_stopword                                | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  194. | innodb_ft_max_token_size                                 | 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  195. | innodb_ft_min_token_size                                 | 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  196. | innodb_ft_num_word_optimize                              | 2000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  197. | innodb_ft_result_cache_limit                             | 2000000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  198. | innodb_ft_server_stopword_table                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  199. | innodb_ft_sort_pll_degree                                | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  200. | innodb_ft_total_cache_size                               | 640000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  201. | innodb_ft_user_stopword_table                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  202. | innodb_idle_flush_pct                                    | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  203. | innodb_io_capacity                                       | 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  204. | innodb_io_capacity_max                                   | 2000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  205. | innodb_lock_wait_timeout                                 | 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  206. | innodb_log_buffer_size                                   | 16777216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  207. | innodb_log_checksums                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  208. | innodb_log_compressed_pages                              | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  209. | innodb_log_file_size                                     | 50331648                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  210. | innodb_log_files_in_group                                | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  211. | innodb_log_group_home_dir                                | ./                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  212. | innodb_log_spin_cpu_abs_lwm                              | 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  213. | innodb_log_spin_cpu_pct_hwm                              | 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  214. | innodb_log_wait_for_flush_spin_hwm                       | 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  215. | innodb_log_write_ahead_size                              | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  216. | innodb_lru_scan_depth                                    | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  217. | innodb_max_dirty_pages_pct                               | 90.000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  218. | innodb_max_dirty_pages_pct_lwm                           | 10.000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  219. | innodb_max_purge_lag                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  220. | innodb_max_purge_lag_delay                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  221. | innodb_max_undo_log_size                                 | 1073741824                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  222. | innodb_monitor_disable                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  223. | innodb_monitor_enable                                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  224. | innodb_monitor_reset                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  225. | innodb_monitor_reset_all                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  226. | innodb_numa_interleave                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  227. | innodb_old_blocks_pct                                    | 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  228. | innodb_old_blocks_time                                   | 1000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  229. | innodb_online_alter_log_max_size                         | 134217728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  230. | innodb_open_files                                        | 4000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  231. | innodb_optimize_fulltext_only                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  232. | innodb_page_cleaners                                     | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  233. | innodb_page_size                                         | 16384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  234. | innodb_parallel_read_threads                             | 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  235. | innodb_print_all_deadlocks                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  236. | innodb_print_ddl_logs                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  237. | innodb_purge_batch_size                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  238. | innodb_purge_rseg_truncate_frequency                     | 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  239. | innodb_purge_threads                                     | 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  240. | innodb_random_read_ahead                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  241. | innodb_read_ahead_threshold                              | 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  242. | innodb_read_io_threads                                   | 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  243. | innodb_read_only                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  244. | innodb_redo_log_archive_dirs                             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  245. | innodb_redo_log_encrypt                                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  246. | innodb_replication_delay                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  247. | innodb_rollback_on_timeout                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  248. | innodb_rollback_segments                                 | 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  249. | innodb_sort_buffer_size                                  | 1048576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  250. | innodb_spin_wait_delay                                   | 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  251. | innodb_spin_wait_pause_multiplier                        | 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  252. | innodb_stats_auto_recalc                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  253. | innodb_stats_include_delete_marked                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  254. | innodb_stats_method                                      | nulls_equal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  255. | innodb_stats_on_metadata                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  256. | innodb_stats_persistent                                  | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  257. | innodb_stats_persistent_sample_pages                     | 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  258. | innodb_stats_transient_sample_pages                      | 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  259. | innodb_status_output                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  260. | innodb_status_output_locks                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  261. | innodb_strict_mode                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  262. | innodb_sync_array_size                                   | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  263. | innodb_sync_spin_loops                                   | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  264. | innodb_table_locks                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  265. | innodb_temp_data_file_path                               | ibtmp1:12M:autoextend                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  266. | innodb_temp_tablespaces_dir                              | ./#innodb_temp/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  267. | innodb_thread_concurrency                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  268. | innodb_thread_sleep_delay                                | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  269. | innodb_tmpdir                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  270. | innodb_undo_directory                                    | ./                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  271. | innodb_undo_log_encrypt                                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  272. | innodb_undo_log_truncate                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  273. | innodb_undo_tablespaces                                  | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  274. | innodb_use_native_aio                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  275. | innodb_validate_tablespace_paths                         | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  276. | innodb_version                                           | 8.0.21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  277. | innodb_write_io_threads                                  | 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  278. | insert_id                                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  279. | interactive_timeout                                      | 28800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  280. | internal_tmp_mem_storage_engine                          | TempTable                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  281. | join_buffer_size                                         | 262144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  282. | keep_files_on_create                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  283. | key_buffer_size                                          | 16777216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  284. | key_cache_age_threshold                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  285. | key_cache_block_size                                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  286. | key_cache_division_limit                                 | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  287. | keyring_operations                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  288. | large_files_support                                      | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  289. | large_page_size                                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  290. | large_pages                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  291. | last_insert_id                                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  292. | lc_messages                                              | en_US                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  293. | lc_messages_dir                                          | /usr/share/mysql/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  294. | lc_time_names                                            | en_US                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  295. | license                                                  | GPL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  296. | local_infile                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  297. | lock_wait_timeout                                        | 31536000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  298. | locked_in_memory                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  299. | log_bin                                                  | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  300. | log_bin_basename                                         | /var/lib/mysql/binlog                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  301. | log_bin_index                                            | /var/lib/mysql/binlog.index                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  302. | log_bin_trust_function_creators                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  303. | log_bin_use_v1_row_events                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  304. | log_error                                                | /var/log/mysql/error.log                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  305. | log_error_services                                       | log_filter_internal; log_sink_internal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  306. | log_error_suppression_list                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  307. | log_error_verbosity                                      | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  308. | log_output                                               | FILE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  309. | log_queries_not_using_indexes                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  310. | log_raw                                                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  311. | log_slave_updates                                        | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  312. | log_slow_admin_statements                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  313. | log_slow_extra                                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  314. | log_slow_slave_statements                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  315. | log_statements_unsafe_for_binlog                         | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  316. | log_throttle_queries_not_using_indexes                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  317. | log_timestamps                                           | UTC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  318. | long_query_time                                          | 10.000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  319. | low_priority_updates                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  320. | lower_case_file_system                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  321. | lower_case_table_names                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  322. | mandatory_roles                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  323. | master_info_repository                                   | TABLE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  324. | master_verify_checksum                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  325. | max_allowed_packet                                       | 67108864                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  326. | max_binlog_cache_size                                    | 18446744073709547520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  327. | max_binlog_size                                          | 104857600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  328. | max_binlog_stmt_cache_size                               | 18446744073709547520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  329. | max_connect_errors                                       | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  330. | max_connections                                          | 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  331. | max_delayed_threads                                      | 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  332. | max_digest_length                                        | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  333. | max_error_count                                          | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  334. | max_execution_time                                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  335. | max_heap_table_size                                      | 16777216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  336. | max_insert_delayed_threads                               | 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  337. | max_join_size                                            | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  338. | max_length_for_sort_data                                 | 4096                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  339. | max_points_in_geometry                                   | 65536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  340. | max_prepared_stmt_count                                  | 16382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  341. | max_relay_log_size                                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  342. | max_seeks_for_key                                        | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  343. | max_sort_length                                          | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  344. | max_sp_recursion_depth                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  345. | max_user_connections                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  346. | max_write_lock_count                                     | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  347. | min_examined_row_limit                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  348. | myisam_data_pointer_size                                 | 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  349. | myisam_max_sort_file_size                                | 9223372036853727232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  350. | myisam_mmap_size                                         | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  351. | myisam_recover_options                                   | BACKUP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  352. | myisam_repair_threads                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  353. | myisam_sort_buffer_size                                  | 8388608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  354. | myisam_stats_method                                      | nulls_unequal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  355. | myisam_use_mmap                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  356. | mysql_native_password_proxy_users                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  357. | mysqlx_bind_address                                      | *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  358. | mysqlx_compression_algorithms                            | DEFLATE_STREAM,LZ4_MESSAGE,ZSTD_STREAM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  359. | mysqlx_connect_timeout                                   | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  360. | mysqlx_deflate_default_compression_level                 | 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  361. | mysqlx_deflate_max_client_compression_level              | 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  362. | mysqlx_document_id_unique_prefix                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  363. | mysqlx_enable_hello_notice                               | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  364. | mysqlx_idle_worker_thread_timeout                        | 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  365. | mysqlx_interactive_timeout                               | 28800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  366. | mysqlx_lz4_default_compression_level                     | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  367. | mysqlx_lz4_max_client_compression_level                  | 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  368. | mysqlx_max_allowed_packet                                | 67108864                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  369. | mysqlx_max_connections                                   | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  370. | mysqlx_min_worker_threads                                | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  371. | mysqlx_port                                              | 33060                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  372. | mysqlx_port_open_timeout                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  373. | mysqlx_read_timeout                                      | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  374. | mysqlx_socket                                            | /var/run/mysqld/mysqlx.sock                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  375. | mysqlx_ssl_ca                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  376. | mysqlx_ssl_capath                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  377. | mysqlx_ssl_cert                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  378. | mysqlx_ssl_cipher                                        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  379. | mysqlx_ssl_crl                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  380. | mysqlx_ssl_crlpath                                       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  381. | mysqlx_ssl_key                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  382. | mysqlx_wait_timeout                                      | 28800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  383. | mysqlx_write_timeout                                     | 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  384. | mysqlx_zstd_default_compression_level                    | 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  385. | mysqlx_zstd_max_client_compression_level                 | 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  386. | net_buffer_length                                        | 16384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  387. | net_read_timeout                                         | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  388. | net_retry_count                                          | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  389. | net_write_timeout                                        | 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  390. | new                                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  391. | ngram_token_size                                         | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  392. | offline_mode                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  393. | old                                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  394. | old_alter_table                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  395. | open_files_limit                                         | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  396. | optimizer_prune_level                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  397. | optimizer_search_depth                                   | 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  398. | optimizer_switch                                         | index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on,index_condition_pushdown=on,mrr=on,mrr_cost_based=on,block_nested_loop=on,batched_key_access=off,materialization=on,semijoin=on,loosescan=on,firstmatch=on,duplicateweedout=on,subquery_materialization_cost_based=on,use_index_extensions=on,condition_fanout_filter=on,derived_merge=on,use_invisible_indexes=off,skip_scan=on,hash_join=on,subquery_to_derived=off,prefer_ordering_index=on |
  399. | optimizer_trace                                          | enabled=off,one_line=off                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  400. | optimizer_trace_features                                 | greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  401. | optimizer_trace_limit                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  402. | optimizer_trace_max_mem_size                             | 1048576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  403. | optimizer_trace_offset                                   | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  404. | original_commit_timestamp                                | 36028797018963968                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  405. | original_server_version                                  | 999999                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  406. | parser_max_mem_size                                      | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  407. | partial_revokes                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  408. | password_history                                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  409. | password_require_current                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  410. | password_reuse_interval                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  411. | performance_schema                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  412. | performance_schema_accounts_size                         | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  413. | performance_schema_digests_size                          | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  414. | performance_schema_error_size                            | 4772                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  415. | performance_schema_events_stages_history_long_size       | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  416. | performance_schema_events_stages_history_size            | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  417. | performance_schema_events_statements_history_long_size   | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  418. | performance_schema_events_statements_history_size        | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  419. | performance_schema_events_transactions_history_long_size | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  420. | performance_schema_events_transactions_history_size      | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  421. | performance_schema_events_waits_history_long_size        | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  422. | performance_schema_events_waits_history_size             | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  423. | performance_schema_hosts_size                            | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  424. | performance_schema_max_cond_classes                      | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  425. | performance_schema_max_cond_instances                    | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  426. | performance_schema_max_digest_length                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  427. | performance_schema_max_digest_sample_age                 | 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  428. | performance_schema_max_file_classes                      | 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  429. | performance_schema_max_file_handles                      | 32768                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  430. | performance_schema_max_file_instances                    | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  431. | performance_schema_max_index_stat                        | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  432. | performance_schema_max_memory_classes                    | 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  433. | performance_schema_max_metadata_locks                    | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  434. | performance_schema_max_mutex_classes                     | 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  435. | performance_schema_max_mutex_instances                   | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  436. | performance_schema_max_prepared_statements_instances     | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  437. | performance_schema_max_program_instances                 | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  438. | performance_schema_max_rwlock_classes                    | 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  439. | performance_schema_max_rwlock_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  440. | performance_schema_max_socket_classes                    | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  441. | performance_schema_max_socket_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  442. | performance_schema_max_sql_text_length                   | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  443. | performance_schema_max_stage_classes                     | 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  444. | performance_schema_max_statement_classes                 | 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  445. | performance_schema_max_statement_stack                   | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  446. | performance_schema_max_table_handles                     | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  447. | performance_schema_max_table_instances                   | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  448. | performance_schema_max_table_lock_stat                   | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  449. | performance_schema_max_thread_classes                    | 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  450. | performance_schema_max_thread_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  451. | performance_schema_session_connect_attrs_size            | 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  452. | performance_schema_setup_actors_size                     | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  453. | performance_schema_setup_objects_size                    | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  454. | performance_schema_users_size                            | -1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  455. | persist_only_admin_x509_subject                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  456. | persisted_globals_load                                   | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  457. | pid_file                                                 | /var/lib/mysql/SERVERNAME.pid                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  458. | plugin_dir                                               | /usr/lib/mysql/plugin/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  459. | port                                                     | 3306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  460. | preload_buffer_size                                      | 32768                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  461. | print_identified_with_as_hex                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  462. | profiling                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  463. | profiling_history_size                                   | 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  464. | protocol_compression_algorithms                          | zlib,zstd,uncompressed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  465. | protocol_version                                         | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  466. | proxy_user                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  467. | pseudo_slave_mode                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  468. | pseudo_thread_id                                         | 10706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  469. | query_alloc_block_size                                   | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  470. | query_prealloc_size                                      | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  471. | rand_seed1                                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  472. | rand_seed2                                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  473. | range_alloc_block_size                                   | 4096                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  474. | range_optimizer_max_mem_size                             | 8388608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  475. | rbr_exec_mode                                            | STRICT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  476. | read_buffer_size                                         | 131072                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  477. | read_only                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  478. | read_rnd_buffer_size                                     | 262144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  479. | regexp_stack_limit                                       | 8000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  480. | regexp_time_limit                                        | 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  481. | relay_log                                                | SERVERNAME-relay-bin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  482. | relay_log_basename                                       | /var/lib/mysql/SERVERNAME-relay-bin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  483. | relay_log_index                                          | /var/lib/mysql/SERVERNAME-relay-bin.index                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  484. | relay_log_info_file                                      | relay-log.info                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  485. | relay_log_info_repository                                | TABLE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  486. | relay_log_purge                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  487. | relay_log_recovery                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  488. | relay_log_space_limit                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  489. | report_host                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  490. | report_password                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  491. | report_port                                              | 3306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  492. | report_user                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  493. | require_row_format                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  494. | require_secure_transport                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  495. | resultset_metadata                                       | FULL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  496. | rpl_read_size                                            | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  497. | rpl_stop_slave_timeout                                   | 31536000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  498. | schema_definition_cache                                  | 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  499. | secondary_engine_cost_threshold                          | 100000.000000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  500. | secure_file_priv                                         | /var/lib/mysql-files/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  501. | server_id                                                | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  502. | server_id_bits                                           | 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  503. | server_uuid                                              | b2e812ac-e40e-11ea-b51f-3cf011dbc301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  504. | session_track_gtids                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  505. | session_track_schema                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  506. | session_track_state_change                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  507. | session_track_system_variables                           | time_zone,autocommit,character_set_client,character_set_results,character_set_connection                                                                                                                                                                                                                                                                                                                                                                                                                              |
  508. | session_track_transaction_info                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  509. | sha256_password_auto_generate_rsa_keys                   | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  510. | sha256_password_private_key_path                         | private_key.pem                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  511. | sha256_password_proxy_users                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  512. | sha256_password_public_key_path                          | public_key.pem                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  513. | show_create_table_skip_secondary_engine                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  514. | show_create_table_verbosity                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  515. | show_old_temporals                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  516. | skip_external_locking                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  517. | skip_name_resolve                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  518. | skip_networking                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  519. | skip_show_database                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  520. | slave_allow_batching                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  521. | slave_checkpoint_group                                   | 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  522. | slave_checkpoint_period                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  523. | slave_compressed_protocol                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  524. | slave_exec_mode                                          | STRICT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  525. | slave_load_tmpdir                                        | /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  526. | slave_max_allowed_packet                                 | 1073741824                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  527. | slave_net_timeout                                        | 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  528. | slave_parallel_type                                      | DATABASE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  529. | slave_parallel_workers                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  530. | slave_pending_jobs_size_max                              | 134217728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  531. | slave_preserve_commit_order                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  532. | slave_rows_search_algorithms                             | INDEX_SCAN,HASH_SCAN                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  533. | slave_skip_errors                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  534. | slave_sql_verify_checksum                                | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  535. | slave_transaction_retries                                | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  536. | slave_type_conversions                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  537. | slow_launch_time                                         | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  538. | slow_query_log                                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  539. | slow_query_log_file                                      | /var/lib/mysql/SERVERNAME-slow.log                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  540. | socket                                                   | /var/run/mysqld/mysqld.sock                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  541. | sort_buffer_size                                         | 262144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  542. | sql_auto_is_null                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  543. | sql_big_selects                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  544. | sql_buffer_result                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  545. | sql_log_bin                                              | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  546. | sql_log_off                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  547. | sql_mode                                                 | ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION                                                                                                                                                                                                                                                                                                                                                                                                 |
  548. | sql_notes                                                | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  549. | sql_quote_show_create                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  550. | sql_require_primary_key                                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  551. | sql_safe_updates                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  552. | sql_select_limit                                         | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  553. | sql_slave_skip_counter                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  554. | sql_warnings                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  555. | ssl_ca                                                   | ca.pem                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  556. | ssl_capath                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  557. | ssl_cert                                                 | server-cert.pem                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  558. | ssl_cipher                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  559. | ssl_crl                                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  560. | ssl_crlpath                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  561. | ssl_fips_mode                                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  562. | ssl_key                                                  | server-key.pem                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  563. | stored_program_cache                                     | 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  564. | stored_program_definition_cache                          | 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  565. | super_read_only                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  566. | sync_binlog                                              | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  567. | sync_master_info                                         | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  568. | sync_relay_log                                           | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  569. | sync_relay_log_info                                      | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  570. | system_time_zone                                         | UTC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  571. | table_definition_cache                                   | 2000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  572. | table_encryption_privilege_check                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  573. | table_open_cache                                         | 4000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  574. | table_open_cache_instances                               | 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  575. | tablespace_definition_cache                              | 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  576. | temptable_max_ram                                        | 1073741824                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  577. | temptable_use_mmap                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  578. | thread_cache_size                                        | 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  579. | thread_handling                                          | one-thread-per-connection                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  580. | thread_stack                                             | 286720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  581. | time_zone                                                | SYSTEM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  582. | timestamp                                                | 1599270749.089394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  583. | tls_ciphersuites                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  584. | tls_version                                              | TLSv1,TLSv1.1,TLSv1.2,TLSv1.3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  585. | tmp_table_size                                           | 16777216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  586. | tmpdir                                                   | /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  587. | transaction_alloc_block_size                             | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  588. | transaction_allow_batching                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  589. | transaction_isolation                                    | REPEATABLE-READ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  590. | transaction_prealloc_size                                | 4096                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  591. | transaction_read_only                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  592. | transaction_write_set_extraction                         | XXHASH64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  593. | unique_checks                                            | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  594. | updatable_views_with_limit                               | YES                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  595. | use_secondary_engine                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  596. | version                                                  | 8.0.21-0ubuntu0.20.04.4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  597. | version_comment                                          | (Ubuntu)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  598. | version_compile_machine                                  | x86_64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  599. | version_compile_os                                       | Linux                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  600. | version_compile_zlib                                     | 1.2.11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  601. | wait_timeout                                             | 28800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  602. | warning_count                                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  603. | windowing_use_high_precision                             | ON                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |+----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement