Advertisement
jcrespeau

SLAVE A - MYSQL GLOBAL VARIABLES

Jan 26th, 2021
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 230.29 KB | None | 0 0
  1. mysql> SHOW GLOBAL VARIABLES;
  2. +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  3. | Variable_name                                            | Value                                                                                                                                                                                                                                                                                                                                                                                                            |
  4. +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  5. | auto_generate_certs                                      | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  6. | auto_increment_increment                                 | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  7. | auto_increment_offset                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  8. | autocommit                                               | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  9. | automatic_sp_privileges                                  | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  10. | avoid_temporal_upgrade                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  11. | back_log                                                 | 92                                                                                                                                                                                                                                                                                                                                                                                                               |
  12. | basedir                                                  | /usr/                                                                                                                                                                                                                                                                                                                                                                                                            |
  13. | big_tables                                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  14. | bind_address                                             | 10.55.55.12                                                                                                                                                                                                                                                                                                                                                                                                      |
  15. | binlog_cache_size                                        | 32768                                                                                                                                                                                                                                                                                                                                                                                                            |
  16. | binlog_checksum                                          | CRC32                                                                                                                                                                                                                                                                                                                                                                                                            |
  17. | binlog_direct_non_transactional_updates                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  18. | binlog_error_action                                      | ABORT_SERVER                                                                                                                                                                                                                                                                                                                                                                                                     |
  19. | binlog_format                                            | MIXED                                                                                                                                                                                                                                                                                                                                                                                                            |
  20. | binlog_group_commit_sync_delay                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  21. | binlog_group_commit_sync_no_delay_count                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  22. | binlog_gtid_simple_recovery                              | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  23. | binlog_max_flush_queue_time                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  24. | binlog_order_commits                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  25. | binlog_row_image                                         | FULL                                                                                                                                                                                                                                                                                                                                                                                                             |
  26. | binlog_rows_query_log_events                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  27. | binlog_stmt_cache_size                                   | 32768                                                                                                                                                                                                                                                                                                                                                                                                            |
  28. | binlog_transaction_dependency_history_size               | 25000                                                                                                                                                                                                                                                                                                                                                                                                            |
  29. | binlog_transaction_dependency_tracking                   | COMMIT_ORDER                                                                                                                                                                                                                                                                                                                                                                                                     |
  30. | block_encryption_mode                                    | aes-128-ecb                                                                                                                                                                                                                                                                                                                                                                                                      |
  31. | bulk_insert_buffer_size                                  | 8388608                                                                                                                                                                                                                                                                                                                                                                                                          |
  32. | character_set_client                                     | latin1                                                                                                                                                                                                                                                                                                                                                                                                           |
  33. | character_set_connection                                 | latin1                                                                                                                                                                                                                                                                                                                                                                                                           |
  34. | character_set_database                                   | latin1                                                                                                                                                                                                                                                                                                                                                                                                           |
  35. | character_set_filesystem                                 | binary                                                                                                                                                                                                                                                                                                                                                                                                           |
  36. | character_set_results                                    | latin1                                                                                                                                                                                                                                                                                                                                                                                                           |
  37. | character_set_server                                     | latin1                                                                                                                                                                                                                                                                                                                                                                                                           |
  38. | character_set_system                                     | utf8                                                                                                                                                                                                                                                                                                                                                                                                             |
  39. | character_sets_dir                                       | /usr/share/mysql/charsets/                                                                                                                                                                                                                                                                                                                                                                                       |
  40. | check_proxy_users                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  41. | collation_connection                                     | latin1_swedish_ci                                                                                                                                                                                                                                                                                                                                                                                                |
  42. | collation_database                                       | latin1_swedish_ci                                                                                                                                                                                                                                                                                                                                                                                                |
  43. | collation_server                                         | latin1_swedish_ci                                                                                                                                                                                                                                                                                                                                                                                                |
  44. | completion_type                                          | NO_CHAIN                                                                                                                                                                                                                                                                                                                                                                                                         |
  45. | concurrent_insert                                        | AUTO                                                                                                                                                                                                                                                                                                                                                                                                             |
  46. | connect_timeout                                          | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  47. | core_file                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  48. | datadir                                                  | /var/lib/mysql/                                                                                                                                                                                                                                                                                                                                                                                                  |
  49. | date_format                                              | %Y-%m-%d                                                                                                                                                                                                                                                                                                                                                                                                         |
  50. | datetime_format                                          | %Y-%m-%d %H:%i:%s                                                                                                                                                                                                                                                                                                                                                                                                |
  51. | default_authentication_plugin                            | mysql_native_password                                                                                                                                                                                                                                                                                                                                                                                            |
  52. | default_password_lifetime                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  53. | default_storage_engine                                   | InnoDB                                                                                                                                                                                                                                                                                                                                                                                                           |
  54. | default_tmp_storage_engine                               | InnoDB                                                                                                                                                                                                                                                                                                                                                                                                           |
  55. | default_week_format                                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  56. | delay_key_write                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  57. | delayed_insert_limit                                     | 100                                                                                                                                                                                                                                                                                                                                                                                                              |
  58. | delayed_insert_timeout                                   | 300                                                                                                                                                                                                                                                                                                                                                                                                              |
  59. | delayed_queue_size                                       | 1000                                                                                                                                                                                                                                                                                                                                                                                                             |
  60. | disabled_storage_engines                                 |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  61. | disconnect_on_expired_password                           | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  62. | div_precision_increment                                  | 4                                                                                                                                                                                                                                                                                                                                                                                                                |
  63. | end_markers_in_json                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  64. | enforce_gtid_consistency                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  65. | eq_range_index_dive_limit                                | 200                                                                                                                                                                                                                                                                                                                                                                                                              |
  66. | event_scheduler                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  67. | expire_logs_days                                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  68. | explicit_defaults_for_timestamp                          | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  69. | flush                                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  70. | flush_time                                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  71. | foreign_key_checks                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  72. | ft_boolean_syntax                                        | + -><()~*:""&|                                                                                                                                                                                                                                                                                                                                                                                                   |
  73. | ft_max_word_len                                          | 84                                                                                                                                                                                                                                                                                                                                                                                                               |
  74. | ft_min_word_len                                          | 4                                                                                                                                                                                                                                                                                                                                                                                                                |
  75. | ft_query_expansion_limit                                 | 20                                                                                                                                                                                                                                                                                                                                                                                                               |
  76. | ft_stopword_file                                         | (built-in)                                                                                                                                                                                                                                                                                                                                                                                                       |
  77. | general_log                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  78. | general_log_file                                         | /var/lib/mysql/xi.log                                                                                                                                                                                                                                                                                                                                                                                            |
  79. | group_concat_max_len                                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  80. | gtid_executed                                            |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  81. | gtid_executed_compression_period                         | 1000                                                                                                                                                                                                                                                                                                                                                                                                             |
  82. | gtid_mode                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  83. | gtid_owned                                               |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  84. | gtid_purged                                              |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  85. | have_compress                                            | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  86. | have_crypt                                               | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  87. | have_dynamic_loading                                     | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  88. | have_geometry                                            | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  89. | have_openssl                                             | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  90. | have_profiling                                           | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  91. | have_query_cache                                         | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  92. | have_rtree_keys                                          | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  93. | have_ssl                                                 | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  94. | have_statement_timeout                                   | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  95. | have_symlink                                             | DISABLED                                                                                                                                                                                                                                                                                                                                                                                                         |
  96. | host_cache_size                                          | 342                                                                                                                                                                                                                                                                                                                                                                                                              |
  97. | hostname                                                 | xi                                                                                                                                                                                                                                                                                                                                                                                                               |
  98. | ignore_builtin_innodb                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  99. | ignore_db_dirs                                           |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  100. | init_connect                                             |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  101. | init_file                                                |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  102. | init_slave                                               |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  103. | innodb_adaptive_flushing                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  104. | innodb_adaptive_flushing_lwm                             | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  105. | innodb_adaptive_hash_index                               | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  106. | innodb_adaptive_hash_index_parts                         | 8                                                                                                                                                                                                                                                                                                                                                                                                                |
  107. | innodb_adaptive_max_sleep_delay                          | 150000                                                                                                                                                                                                                                                                                                                                                                                                           |
  108. | innodb_api_bk_commit_interval                            | 5                                                                                                                                                                                                                                                                                                                                                                                                                |
  109. | innodb_api_disable_rowlock                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  110. | innodb_api_enable_binlog                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  111. | innodb_api_enable_mdl                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  112. | innodb_api_trx_level                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  113. | innodb_autoextend_increment                              | 64                                                                                                                                                                                                                                                                                                                                                                                                               |
  114. | innodb_autoinc_lock_mode                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  115. | innodb_buffer_pool_chunk_size                            | 134217728                                                                                                                                                                                                                                                                                                                                                                                                        |
  116. | innodb_buffer_pool_dump_at_shutdown                      | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  117. | innodb_buffer_pool_dump_now                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  118. | innodb_buffer_pool_dump_pct                              | 25                                                                                                                                                                                                                                                                                                                                                                                                               |
  119. | innodb_buffer_pool_filename                              | ib_buffer_pool                                                                                                                                                                                                                                                                                                                                                                                                   |
  120. | innodb_buffer_pool_instances                             | 8                                                                                                                                                                                                                                                                                                                                                                                                                |
  121. | innodb_buffer_pool_load_abort                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  122. | innodb_buffer_pool_load_at_startup                       | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  123. | innodb_buffer_pool_load_now                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  124. | innodb_buffer_pool_size                                  | 53687091200                                                                                                                                                                                                                                                                                                                                                                                                      |
  125. | innodb_change_buffer_max_size                            | 25                                                                                                                                                                                                                                                                                                                                                                                                               |
  126. | innodb_change_buffering                                  | all                                                                                                                                                                                                                                                                                                                                                                                                              |
  127. | innodb_checksum_algorithm                                | crc32                                                                                                                                                                                                                                                                                                                                                                                                            |
  128. | innodb_checksums                                         | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  129. | innodb_cmp_per_index_enabled                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  130. | innodb_commit_concurrency                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  131. | innodb_compression_failure_threshold_pct                 | 5                                                                                                                                                                                                                                                                                                                                                                                                                |
  132. | innodb_compression_level                                 | 6                                                                                                                                                                                                                                                                                                                                                                                                                |
  133. | innodb_compression_pad_pct_max                           | 50                                                                                                                                                                                                                                                                                                                                                                                                               |
  134. | innodb_concurrency_tickets                               | 5000                                                                                                                                                                                                                                                                                                                                                                                                             |
  135. | innodb_data_file_path                                    | ibdata1:12M:autoextend                                                                                                                                                                                                                                                                                                                                                                                           |
  136. | innodb_data_home_dir                                     |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  137. | innodb_deadlock_detect                                   | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  138. | innodb_default_row_format                                | dynamic                                                                                                                                                                                                                                                                                                                                                                                                          |
  139. | innodb_disable_sort_file_cache                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  140. | innodb_doublewrite                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  141. | innodb_fast_shutdown                                     | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  142. | innodb_file_format                                       | Barracuda                                                                                                                                                                                                                                                                                                                                                                                                        |
  143. | innodb_file_format_check                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  144. | innodb_file_format_max                                   | Barracuda                                                                                                                                                                                                                                                                                                                                                                                                        |
  145. | innodb_file_per_table                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  146. | innodb_fill_factor                                       | 100                                                                                                                                                                                                                                                                                                                                                                                                              |
  147. | innodb_flush_log_at_timeout                              | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  148. | innodb_flush_log_at_trx_commit                           | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  149. | innodb_flush_method                                      | O_DIRECT                                                                                                                                                                                                                                                                                                                                                                                                         |
  150. | innodb_flush_neighbors                                   | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  151. | innodb_flush_sync                                        | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  152. | innodb_flushing_avg_loops                                | 30                                                                                                                                                                                                                                                                                                                                                                                                               |
  153. | innodb_force_load_corrupted                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  154. | innodb_force_recovery                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  155. | innodb_ft_aux_table                                      |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  156. | innodb_ft_cache_size                                     | 8000000                                                                                                                                                                                                                                                                                                                                                                                                          |
  157. | innodb_ft_enable_diag_print                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  158. | innodb_ft_enable_stopword                                | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  159. | innodb_ft_max_token_size                                 | 84                                                                                                                                                                                                                                                                                                                                                                                                               |
  160. | innodb_ft_min_token_size                                 | 3                                                                                                                                                                                                                                                                                                                                                                                                                |
  161. | innodb_ft_num_word_optimize                              | 2000                                                                                                                                                                                                                                                                                                                                                                                                             |
  162. | innodb_ft_result_cache_limit                             | 2000000000                                                                                                                                                                                                                                                                                                                                                                                                       |
  163. | innodb_ft_server_stopword_table                          |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  164. | innodb_ft_sort_pll_degree                                | 2                                                                                                                                                                                                                                                                                                                                                                                                                |
  165. | innodb_ft_total_cache_size                               | 640000000                                                                                                                                                                                                                                                                                                                                                                                                        |
  166. | innodb_ft_user_stopword_table                            |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  167. | innodb_io_capacity                                       | 200                                                                                                                                                                                                                                                                                                                                                                                                              |
  168. | innodb_io_capacity_max                                   | 2000                                                                                                                                                                                                                                                                                                                                                                                                             |
  169. | innodb_large_prefix                                      | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  170. | innodb_lock_wait_timeout                                 | 50                                                                                                                                                                                                                                                                                                                                                                                                               |
  171. | innodb_locks_unsafe_for_binlog                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  172. | innodb_log_buffer_size                                   | 16777216                                                                                                                                                                                                                                                                                                                                                                                                         |
  173. | innodb_log_checksums                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  174. | innodb_log_compressed_pages                              | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  175. | innodb_log_file_size                                     | 536870912                                                                                                                                                                                                                                                                                                                                                                                                        |
  176. | innodb_log_files_in_group                                | 2                                                                                                                                                                                                                                                                                                                                                                                                                |
  177. | innodb_log_group_home_dir                                | ./                                                                                                                                                                                                                                                                                                                                                                                                               |
  178. | innodb_log_write_ahead_size                              | 8192                                                                                                                                                                                                                                                                                                                                                                                                             |
  179. | innodb_lru_scan_depth                                    | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  180. | innodb_max_dirty_pages_pct                               | 75.000000                                                                                                                                                                                                                                                                                                                                                                                                        |
  181. | innodb_max_dirty_pages_pct_lwm                           | 0.000000                                                                                                                                                                                                                                                                                                                                                                                                         |
  182. | innodb_max_purge_lag                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  183. | innodb_max_purge_lag_delay                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  184. | innodb_max_undo_log_size                                 | 1073741824                                                                                                                                                                                                                                                                                                                                                                                                       |
  185. | innodb_monitor_disable                                   |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  186. | innodb_monitor_enable                                    |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  187. | innodb_monitor_reset                                     |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  188. | innodb_monitor_reset_all                                 |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  189. | innodb_numa_interleave                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  190. | innodb_old_blocks_pct                                    | 37                                                                                                                                                                                                                                                                                                                                                                                                               |
  191. | innodb_old_blocks_time                                   | 1000                                                                                                                                                                                                                                                                                                                                                                                                             |
  192. | innodb_online_alter_log_max_size                         | 134217728                                                                                                                                                                                                                                                                                                                                                                                                        |
  193. | innodb_open_files                                        | 400                                                                                                                                                                                                                                                                                                                                                                                                              |
  194. | innodb_optimize_fulltext_only                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  195. | innodb_page_cleaners                                     | 4                                                                                                                                                                                                                                                                                                                                                                                                                |
  196. | innodb_page_size                                         | 16384                                                                                                                                                                                                                                                                                                                                                                                                            |
  197. | innodb_print_all_deadlocks                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  198. | innodb_purge_batch_size                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                              |
  199. | innodb_purge_rseg_truncate_frequency                     | 128                                                                                                                                                                                                                                                                                                                                                                                                              |
  200. | innodb_purge_threads                                     | 4                                                                                                                                                                                                                                                                                                                                                                                                                |
  201. | innodb_random_read_ahead                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  202. | innodb_read_ahead_threshold                              | 56                                                                                                                                                                                                                                                                                                                                                                                                               |
  203. | innodb_read_io_threads                                   | 4                                                                                                                                                                                                                                                                                                                                                                                                                |
  204. | innodb_read_only                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  205. | innodb_replication_delay                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  206. | innodb_rollback_on_timeout                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  207. | innodb_rollback_segments                                 | 128                                                                                                                                                                                                                                                                                                                                                                                                              |
  208. | innodb_sort_buffer_size                                  | 1048576                                                                                                                                                                                                                                                                                                                                                                                                          |
  209. | innodb_spin_wait_delay                                   | 6                                                                                                                                                                                                                                                                                                                                                                                                                |
  210. | innodb_stats_auto_recalc                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  211. | innodb_stats_include_delete_marked                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  212. | innodb_stats_method                                      | nulls_equal                                                                                                                                                                                                                                                                                                                                                                                                      |
  213. | innodb_stats_on_metadata                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  214. | innodb_stats_persistent                                  | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  215. | innodb_stats_persistent_sample_pages                     | 20                                                                                                                                                                                                                                                                                                                                                                                                               |
  216. | innodb_stats_sample_pages                                | 8                                                                                                                                                                                                                                                                                                                                                                                                                |
  217. | innodb_stats_transient_sample_pages                      | 8                                                                                                                                                                                                                                                                                                                                                                                                                |
  218. | innodb_status_output                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  219. | innodb_status_output_locks                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  220. | innodb_strict_mode                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  221. | innodb_support_xa                                        | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  222. | innodb_sync_array_size                                   | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  223. | innodb_sync_spin_loops                                   | 30                                                                                                                                                                                                                                                                                                                                                                                                               |
  224. | innodb_table_locks                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  225. | innodb_temp_data_file_path                               | ibtmp1:12M:autoextend                                                                                                                                                                                                                                                                                                                                                                                            |
  226. | innodb_thread_concurrency                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  227. | innodb_thread_sleep_delay                                | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  228. | innodb_tmpdir                                            |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  229. | innodb_undo_directory                                    | ./                                                                                                                                                                                                                                                                                                                                                                                                               |
  230. | innodb_undo_log_truncate                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  231. | innodb_undo_logs                                         | 128                                                                                                                                                                                                                                                                                                                                                                                                              |
  232. | innodb_undo_tablespaces                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  233. | innodb_use_native_aio                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  234. | innodb_version                                           | 5.7.31                                                                                                                                                                                                                                                                                                                                                                                                           |
  235. | innodb_write_io_threads                                  | 4                                                                                                                                                                                                                                                                                                                                                                                                                |
  236. | interactive_timeout                                      | 28800                                                                                                                                                                                                                                                                                                                                                                                                            |
  237. | internal_tmp_disk_storage_engine                         | InnoDB                                                                                                                                                                                                                                                                                                                                                                                                           |
  238. | join_buffer_size                                         | 262144                                                                                                                                                                                                                                                                                                                                                                                                           |
  239. | keep_files_on_create                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  240. | key_buffer_size                                          | 8388608                                                                                                                                                                                                                                                                                                                                                                                                          |
  241. | key_cache_age_threshold                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                              |
  242. | key_cache_block_size                                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  243. | key_cache_division_limit                                 | 100                                                                                                                                                                                                                                                                                                                                                                                                              |
  244. | keyring_operations                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  245. | large_files_support                                      | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  246. | large_page_size                                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  247. | large_pages                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  248. | lc_messages                                              | en_US                                                                                                                                                                                                                                                                                                                                                                                                            |
  249. | lc_messages_dir                                          | /usr/share/mysql/                                                                                                                                                                                                                                                                                                                                                                                                |
  250. | lc_time_names                                            | en_US                                                                                                                                                                                                                                                                                                                                                                                                            |
  251. | license                                                  | GPL                                                                                                                                                                                                                                                                                                                                                                                                              |
  252. | local_infile                                             | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  253. | lock_wait_timeout                                        | 31536000                                                                                                                                                                                                                                                                                                                                                                                                         |
  254. | locked_in_memory                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  255. | log_bin                                                  | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  256. | log_bin_basename                                         | /var/log/mysql/mysql-bin                                                                                                                                                                                                                                                                                                                                                                                         |
  257. | log_bin_index                                            | /var/log/mysql/mysql-bin.index                                                                                                                                                                                                                                                                                                                                                                                   |
  258. | log_bin_trust_function_creators                          | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  259. | log_bin_use_v1_row_events                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  260. | log_builtin_as_identified_by_password                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  261. | log_error                                                | /var/log/mysql/error.log                                                                                                                                                                                                                                                                                                                                                                                         |
  262. | log_error_verbosity                                      | 3                                                                                                                                                                                                                                                                                                                                                                                                                |
  263. | log_output                                               | FILE                                                                                                                                                                                                                                                                                                                                                                                                             |
  264. | log_queries_not_using_indexes                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  265. | log_slave_updates                                        | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  266. | log_slow_admin_statements                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  267. | log_slow_slave_statements                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  268. | log_statements_unsafe_for_binlog                         | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  269. | log_syslog                                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  270. | log_syslog_facility                                      | daemon                                                                                                                                                                                                                                                                                                                                                                                                           |
  271. | log_syslog_include_pid                                   | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  272. | log_syslog_tag                                           |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  273. | log_throttle_queries_not_using_indexes                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  274. | log_timestamps                                           | UTC                                                                                                                                                                                                                                                                                                                                                                                                              |
  275. | log_warnings                                             | 2                                                                                                                                                                                                                                                                                                                                                                                                                |
  276. | long_query_time                                          | 10.000000                                                                                                                                                                                                                                                                                                                                                                                                        |
  277. | low_priority_updates                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  278. | lower_case_file_system                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  279. | lower_case_table_names                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  280. | master_info_repository                                   | FILE                                                                                                                                                                                                                                                                                                                                                                                                             |
  281. | master_verify_checksum                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  282. | max_allowed_packet                                       | 4194304                                                                                                                                                                                                                                                                                                                                                                                                          |
  283. | max_binlog_cache_size                                    | 18446744073709547520                                                                                                                                                                                                                                                                                                                                                                                             |
  284. | max_binlog_size                                          | 1073741824                                                                                                                                                                                                                                                                                                                                                                                                       |
  285. | max_binlog_stmt_cache_size                               | 18446744073709547520                                                                                                                                                                                                                                                                                                                                                                                             |
  286. | max_connect_errors                                       | 100                                                                                                                                                                                                                                                                                                                                                                                                              |
  287. | max_connections                                          | 2000                                                                                                                                                                                                                                                                                                                                                                                                             |
  288. | max_delayed_threads                                      | 20                                                                                                                                                                                                                                                                                                                                                                                                               |
  289. | max_digest_length                                        | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  290. | max_error_count                                          | 64                                                                                                                                                                                                                                                                                                                                                                                                               |
  291. | max_execution_time                                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  292. | max_heap_table_size                                      | 33554432                                                                                                                                                                                                                                                                                                                                                                                                         |
  293. | max_insert_delayed_threads                               | 20                                                                                                                                                                                                                                                                                                                                                                                                               |
  294. | max_join_size                                            | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                             |
  295. | max_length_for_sort_data                                 | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  296. | max_points_in_geometry                                   | 65536                                                                                                                                                                                                                                                                                                                                                                                                            |
  297. | max_prepared_stmt_count                                  | 16382                                                                                                                                                                                                                                                                                                                                                                                                            |
  298. | max_relay_log_size                                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  299. | max_seeks_for_key                                        | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                             |
  300. | max_sort_length                                          | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  301. | max_sp_recursion_depth                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  302. | max_tmp_tables                                           | 32                                                                                                                                                                                                                                                                                                                                                                                                               |
  303. | max_user_connections                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  304. | max_write_lock_count                                     | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                             |
  305. | metadata_locks_cache_size                                | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  306. | metadata_locks_hash_instances                            | 8                                                                                                                                                                                                                                                                                                                                                                                                                |
  307. | min_examined_row_limit                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  308. | multi_range_count                                        | 256                                                                                                                                                                                                                                                                                                                                                                                                              |
  309. | myisam_data_pointer_size                                 | 6                                                                                                                                                                                                                                                                                                                                                                                                                |
  310. | myisam_max_sort_file_size                                | 9223372036853727232                                                                                                                                                                                                                                                                                                                                                                                              |
  311. | myisam_mmap_size                                         | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                             |
  312. | myisam_recover_options                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  313. | myisam_repair_threads                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  314. | myisam_sort_buffer_size                                  | 8388608                                                                                                                                                                                                                                                                                                                                                                                                          |
  315. | myisam_stats_method                                      | nulls_unequal                                                                                                                                                                                                                                                                                                                                                                                                    |
  316. | myisam_use_mmap                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  317. | mysql_native_password_proxy_users                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  318. | net_buffer_length                                        | 16384                                                                                                                                                                                                                                                                                                                                                                                                            |
  319. | net_read_timeout                                         | 30                                                                                                                                                                                                                                                                                                                                                                                                               |
  320. | net_retry_count                                          | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  321. | net_write_timeout                                        | 60                                                                                                                                                                                                                                                                                                                                                                                                               |
  322. | new                                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  323. | ngram_token_size                                         | 2                                                                                                                                                                                                                                                                                                                                                                                                                |
  324. | offline_mode                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  325. | old                                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  326. | old_alter_table                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  327. | old_passwords                                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  328. | open_files_limit                                         | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  329. | optimizer_prune_level                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  330. | optimizer_search_depth                                   | 62                                                                                                                                                                                                                                                                                                                                                                                                               |
  331. | 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 |
  332. | optimizer_trace                                          | enabled=off,one_line=off                                                                                                                                                                                                                                                                                                                                                                                         |
  333. | optimizer_trace_features                                 | greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on                                                                                                                                                                                                                                                                                                                                       |
  334. | optimizer_trace_limit                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  335. | optimizer_trace_max_mem_size                             | 16384                                                                                                                                                                                                                                                                                                                                                                                                            |
  336. | optimizer_trace_offset                                   | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  337. | parser_max_mem_size                                      | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                             |
  338. | performance_schema                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  339. | performance_schema_accounts_size                         | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  340. | performance_schema_digests_size                          | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  341. | performance_schema_events_stages_history_long_size       | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  342. | performance_schema_events_stages_history_size            | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  343. | performance_schema_events_statements_history_long_size   | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  344. | performance_schema_events_statements_history_size        | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  345. | performance_schema_events_transactions_history_long_size | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  346. | performance_schema_events_transactions_history_size      | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  347. | performance_schema_events_waits_history_long_size        | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  348. | performance_schema_events_waits_history_size             | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  349. | performance_schema_hosts_size                            | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  350. | performance_schema_max_cond_classes                      | 80                                                                                                                                                                                                                                                                                                                                                                                                               |
  351. | performance_schema_max_cond_instances                    | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  352. | performance_schema_max_digest_length                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  353. | performance_schema_max_file_classes                      | 80                                                                                                                                                                                                                                                                                                                                                                                                               |
  354. | performance_schema_max_file_handles                      | 32768                                                                                                                                                                                                                                                                                                                                                                                                            |
  355. | performance_schema_max_file_instances                    | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  356. | performance_schema_max_index_stat                        | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  357. | performance_schema_max_memory_classes                    | 320                                                                                                                                                                                                                                                                                                                                                                                                              |
  358. | performance_schema_max_metadata_locks                    | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  359. | performance_schema_max_mutex_classes                     | 210                                                                                                                                                                                                                                                                                                                                                                                                              |
  360. | performance_schema_max_mutex_instances                   | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  361. | performance_schema_max_prepared_statements_instances     | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  362. | performance_schema_max_program_instances                 | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  363. | performance_schema_max_rwlock_classes                    | 50                                                                                                                                                                                                                                                                                                                                                                                                               |
  364. | performance_schema_max_rwlock_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  365. | performance_schema_max_socket_classes                    | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  366. | performance_schema_max_socket_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  367. | performance_schema_max_sql_text_length                   | 1024                                                                                                                                                                                                                                                                                                                                                                                                             |
  368. | performance_schema_max_stage_classes                     | 150                                                                                                                                                                                                                                                                                                                                                                                                              |
  369. | performance_schema_max_statement_classes                 | 193                                                                                                                                                                                                                                                                                                                                                                                                              |
  370. | performance_schema_max_statement_stack                   | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  371. | performance_schema_max_table_handles                     | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  372. | performance_schema_max_table_instances                   | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  373. | performance_schema_max_table_lock_stat                   | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  374. | performance_schema_max_thread_classes                    | 50                                                                                                                                                                                                                                                                                                                                                                                                               |
  375. | performance_schema_max_thread_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  376. | performance_schema_session_connect_attrs_size            | 512                                                                                                                                                                                                                                                                                                                                                                                                              |
  377. | performance_schema_setup_actors_size                     | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  378. | performance_schema_setup_objects_size                    | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  379. | performance_schema_users_size                            | -1                                                                                                                                                                                                                                                                                                                                                                                                               |
  380. | pid_file                                                 | /var/run/mysqld/mysqld.pid                                                                                                                                                                                                                                                                                                                                                                                       |
  381. | plugin_dir                                               | /usr/lib/mysql/plugin/                                                                                                                                                                                                                                                                                                                                                                                           |
  382. | port                                                     | 3306                                                                                                                                                                                                                                                                                                                                                                                                             |
  383. | preload_buffer_size                                      | 32768                                                                                                                                                                                                                                                                                                                                                                                                            |
  384. | profiling                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  385. | profiling_history_size                                   | 15                                                                                                                                                                                                                                                                                                                                                                                                               |
  386. | protocol_version                                         | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  387. | query_alloc_block_size                                   | 8192                                                                                                                                                                                                                                                                                                                                                                                                             |
  388. | query_cache_limit                                        | 1048576                                                                                                                                                                                                                                                                                                                                                                                                          |
  389. | query_cache_min_res_unit                                 | 4096                                                                                                                                                                                                                                                                                                                                                                                                             |
  390. | query_cache_size                                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  391. | query_cache_type                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  392. | query_cache_wlock_invalidate                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  393. | query_prealloc_size                                      | 8192                                                                                                                                                                                                                                                                                                                                                                                                             |
  394. | range_alloc_block_size                                   | 4096                                                                                                                                                                                                                                                                                                                                                                                                             |
  395. | range_optimizer_max_mem_size                             | 8388608                                                                                                                                                                                                                                                                                                                                                                                                          |
  396. | rbr_exec_mode                                            | STRICT                                                                                                                                                                                                                                                                                                                                                                                                           |
  397. | read_buffer_size                                         | 131072                                                                                                                                                                                                                                                                                                                                                                                                           |
  398. | read_only                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  399. | read_rnd_buffer_size                                     | 262144                                                                                                                                                                                                                                                                                                                                                                                                           |
  400. | relay_log                                                | /var/log/mysql/mysql-relay-bin.log                                                                                                                                                                                                                                                                                                                                                                               |
  401. | relay_log_basename                                       | /var/log/mysql/mysql-relay-bin                                                                                                                                                                                                                                                                                                                                                                                   |
  402. | relay_log_index                                          | /var/log/mysql/mysql-relay-bin.index                                                                                                                                                                                                                                                                                                                                                                             |
  403. | relay_log_info_file                                      | relay-log.info                                                                                                                                                                                                                                                                                                                                                                                                   |
  404. | relay_log_info_repository                                | FILE                                                                                                                                                                                                                                                                                                                                                                                                             |
  405. | relay_log_purge                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  406. | relay_log_recovery                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  407. | relay_log_space_limit                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  408. | report_host                                              |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  409. | report_password                                          |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  410. | report_port                                              | 3306                                                                                                                                                                                                                                                                                                                                                                                                             |
  411. | report_user                                              |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  412. | require_secure_transport                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  413. | rpl_stop_slave_timeout                                   | 31536000                                                                                                                                                                                                                                                                                                                                                                                                         |
  414. | secure_auth                                              | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  415. | secure_file_priv                                         | /var/lib/mysql-files/                                                                                                                                                                                                                                                                                                                                                                                            |
  416. | server_id                                                | 194642                                                                                                                                                                                                                                                                                                                                                                                                           |
  417. | server_id_bits                                           | 32                                                                                                                                                                                                                                                                                                                                                                                                               |
  418. | server_uuid                                              | 7d5a378f-4dee-11e6-8f09-f68ef24c7f52                                                                                                                                                                                                                                                                                                                                                                             |
  419. | session_track_gtids                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  420. | session_track_schema                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  421. | session_track_state_change                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  422. | session_track_system_variables                           | time_zone,autocommit,character_set_client,character_set_results,character_set_connection                                                                                                                                                                                                                                                                                                                         |
  423. | session_track_transaction_info                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  424. | sha256_password_auto_generate_rsa_keys                   | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  425. | sha256_password_private_key_path                         | private_key.pem                                                                                                                                                                                                                                                                                                                                                                                                  |
  426. | sha256_password_proxy_users                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  427. | sha256_password_public_key_path                          | public_key.pem                                                                                                                                                                                                                                                                                                                                                                                                   |
  428. | show_compatibility_56                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  429. | show_create_table_verbosity                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  430. | show_old_temporals                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  431. | skip_external_locking                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  432. | skip_name_resolve                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  433. | skip_networking                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  434. | skip_show_database                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  435. | slave_allow_batching                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  436. | slave_checkpoint_group                                   | 512                                                                                                                                                                                                                                                                                                                                                                                                              |
  437. | slave_checkpoint_period                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                              |
  438. | slave_compressed_protocol                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  439. | slave_exec_mode                                          | STRICT                                                                                                                                                                                                                                                                                                                                                                                                           |
  440. | slave_load_tmpdir                                        | /tmp                                                                                                                                                                                                                                                                                                                                                                                                             |
  441. | slave_max_allowed_packet                                 | 1073741824                                                                                                                                                                                                                                                                                                                                                                                                       |
  442. | slave_net_timeout                                        | 60                                                                                                                                                                                                                                                                                                                                                                                                               |
  443. | slave_parallel_type                                      | DATABASE                                                                                                                                                                                                                                                                                                                                                                                                         |
  444. | slave_parallel_workers                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  445. | slave_pending_jobs_size_max                              | 16777216                                                                                                                                                                                                                                                                                                                                                                                                         |
  446. | slave_preserve_commit_order                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  447. | slave_rows_search_algorithms                             | TABLE_SCAN,INDEX_SCAN                                                                                                                                                                                                                                                                                                                                                                                            |
  448. | slave_skip_errors                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  449. | slave_sql_verify_checksum                                | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  450. | slave_transaction_retries                                | 10                                                                                                                                                                                                                                                                                                                                                                                                               |
  451. | slave_type_conversions                                   |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  452. | slow_launch_time                                         | 2                                                                                                                                                                                                                                                                                                                                                                                                                |
  453. | slow_query_log                                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  454. | slow_query_log_file                                      | /var/lib/mysql/xi-slow.log                                                                                                                                                                                                                                                                                                                                                                                       |
  455. | socket                                                   | /var/run/mysqld/mysqld.sock                                                                                                                                                                                                                                                                                                                                                                                      |
  456. | sort_buffer_size                                         | 262144                                                                                                                                                                                                                                                                                                                                                                                                           |
  457. | sql_auto_is_null                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  458. | sql_big_selects                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  459. | sql_buffer_result                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  460. | sql_log_off                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  461. | sql_mode                                                 | NO_ENGINE_SUBSTITUTION                                                                                                                                                                                                                                                                                                                                                                                           |
  462. | sql_notes                                                | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  463. | sql_quote_show_create                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  464. | sql_safe_updates                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  465. | sql_select_limit                                         | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                             |
  466. | sql_slave_skip_counter                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                |
  467. | sql_warnings                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  468. | ssl_ca                                                   | ca.pem                                                                                                                                                                                                                                                                                                                                                                                                           |
  469. | ssl_capath                                               |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  470. | ssl_cert                                                 | server-cert.pem                                                                                                                                                                                                                                                                                                                                                                                                  |
  471. | ssl_cipher                                               |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  472. | ssl_crl                                                  |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  473. | ssl_crlpath                                              |                                                                                                                                                                                                                                                                                                                                                                                                                  |
  474. | ssl_key                                                  | server-key.pem                                                                                                                                                                                                                                                                                                                                                                                                   |
  475. | stored_program_cache                                     | 256                                                                                                                                                                                                                                                                                                                                                                                                              |
  476. | super_read_only                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  477. | sync_binlog                                              | 1                                                                                                                                                                                                                                                                                                                                                                                                                |
  478. | sync_frm                                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  479. | sync_master_info                                         | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  480. | sync_relay_log                                           | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  481. | sync_relay_log_info                                      | 10000                                                                                                                                                                                                                                                                                                                                                                                                            |
  482. | system_time_zone                                         | CEST                                                                                                                                                                                                                                                                                                                                                                                                             |
  483. | table_definition_cache                                   | 4096                                                                                                                                                                                                                                                                                                                                                                                                             |
  484. | table_open_cache                                         | 400                                                                                                                                                                                                                                                                                                                                                                                                              |
  485. | table_open_cache_instances                               | 16                                                                                                                                                                                                                                                                                                                                                                                                               |
  486. | thread_cache_size                                        | 50                                                                                                                                                                                                                                                                                                                                                                                                               |
  487. | thread_handling                                          | one-thread-per-connection                                                                                                                                                                                                                                                                                                                                                                                        |
  488. | thread_stack                                             | 262144                                                                                                                                                                                                                                                                                                                                                                                                           |
  489. | time_format                                              | %H:%i:%s                                                                                                                                                                                                                                                                                                                                                                                                         |
  490. | time_zone                                                | SYSTEM                                                                                                                                                                                                                                                                                                                                                                                                           |
  491. | tls_version                                              | TLSv1,TLSv1.1,TLSv1.2                                                                                                                                                                                                                                                                                                                                                                                            |
  492. | tmp_table_size                                           | 33554432                                                                                                                                                                                                                                                                                                                                                                                                         |
  493. | tmpdir                                                   | /tmp                                                                                                                                                                                                                                                                                                                                                                                                             |
  494. | transaction_alloc_block_size                             | 8192                                                                                                                                                                                                                                                                                                                                                                                                             |
  495. | transaction_isolation                                    | REPEATABLE-READ                                                                                                                                                                                                                                                                                                                                                                                                  |
  496. | transaction_prealloc_size                                | 4096                                                                                                                                                                                                                                                                                                                                                                                                             |
  497. | transaction_read_only                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  498. | transaction_write_set_extraction                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  499. | tx_isolation                                             | REPEATABLE-READ                                                                                                                                                                                                                                                                                                                                                                                                  |
  500. | tx_read_only                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                              |
  501. | unique_checks                                            | ON                                                                                                                                                                                                                                                                                                                                                                                                               |
  502. | updatable_views_with_limit                               | YES                                                                                                                                                                                                                                                                                                                                                                                                              |
  503. | version                                                  | 5.7.31-0ubuntu0.16.04.1-log                                                                                                                                                                                                                                                                                                                                                                                      |
  504. | version_comment                                          | (Ubuntu)                                                                                                                                                                                                                                                                                                                                                                                                         |
  505. | version_compile_machine                                  | x86_64                                                                                                                                                                                                                                                                                                                                                                                                           |
  506. | version_compile_os                                       | Linux                                                                                                                                                                                                                                                                                                                                                                                                            |
  507. | wait_timeout                                             | 28800                                                                                                                                                                                                                                                                                                                                                                                                            |
  508. +----------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  509. 503 rows in set (0.11 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement