okello23

Untitled

Dec 21st, 2021 (edited)
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 423.81 KB | None | 0 0
  1. mysql>  SELECT COUNT(*) FROM information_schema.tables;
  2. +----------+
  3. | COUNT(*) |
  4. +----------+
  5. |      558 |
  6. +----------+
  7.  
  8. mysql> SHOW GLOBAL STATUS;
  9. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  10. | Variable_name                                 | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  11. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  12. | Aborted_clients                               | 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  13. | Aborted_connects                              | 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  14. | Binlog_cache_disk_use                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  15. | Binlog_cache_use                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  16. | Binlog_stmt_cache_disk_use                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  17. | Binlog_stmt_cache_use                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  18. | Bytes_received                                | 969262047                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  19. | Bytes_sent                                    | 80062411392                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  20. | Com_admin_commands                            | 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  21. | Com_assign_to_keycache                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  22. | Com_alter_db                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  23. | Com_alter_db_upgrade                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  24. | Com_alter_event                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  25. | Com_alter_function                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  26. | Com_alter_instance                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  27. | Com_alter_procedure                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  28. | Com_alter_server                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  29. | Com_alter_table                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  30. | Com_alter_tablespace                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  31. | Com_alter_user                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  32. | Com_analyze                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  33. | Com_begin                                     | 13823                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  34. | Com_binlog                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  35. | Com_call_procedure                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  36. | Com_change_db                                 | 2573                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  37. | Com_change_master                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  38. | Com_change_repl_filter                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  39. | Com_check                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  40. | Com_checksum                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  41. | Com_commit                                    | 13777                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  42. | Com_create_db                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  43. | Com_create_event                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  44. | Com_create_function                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  45. | Com_create_index                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  46. | Com_create_procedure                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  47. | Com_create_server                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  48. | Com_create_table                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  49. | Com_create_trigger                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  50. | Com_create_udf                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  51. | Com_create_user                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  52. | Com_create_view                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  53. | Com_dealloc_sql                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  54. | Com_delete                                    | 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  55. | Com_delete_multi                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  56. | Com_do                                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  57. | Com_drop_db                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  58. | Com_drop_event                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  59. | Com_drop_function                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  60. | Com_drop_index                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  61. | Com_drop_procedure                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  62. | Com_drop_server                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  63. | Com_drop_table                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  64. | Com_drop_trigger                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  65. | Com_drop_user                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  66. | Com_drop_view                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  67. | Com_empty_query                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  68. | Com_execute_sql                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  69. | Com_explain_other                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  70. | Com_flush                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  71. | Com_get_diagnostics                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  72. | Com_grant                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  73. | Com_ha_close                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  74. | Com_ha_open                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  75. | Com_ha_read                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  76. | Com_help                                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  77. | Com_insert                                    | 420530                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  78. | Com_insert_select                             | 105206                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  79. | Com_install_plugin                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  80. | Com_kill                                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  81. | Com_load                                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  82. | Com_lock_tables                               | 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  83. | Com_optimize                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  84. | Com_preload_keys                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  85. | Com_prepare_sql                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  86. | Com_purge                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  87. | Com_purge_before_date                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  88. | Com_release_savepoint                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  89. | Com_rename_table                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  90. | Com_rename_user                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  91. | Com_repair                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  92. | Com_replace                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  93. | Com_replace_select                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  94. | Com_reset                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  95. | Com_resignal                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  96. | Com_revoke                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  97. | Com_revoke_all                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  98. | Com_rollback                                  | 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  99. | Com_rollback_to_savepoint                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  100. | Com_savepoint                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  101. | Com_select                                    | 2252975                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  102. | Com_set_option                                | 1407606                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  103. | Com_signal                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  104. | Com_show_binlog_events                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  105. | Com_show_binlogs                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  106. | Com_show_charsets                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  107. | Com_show_collations                           | 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  108. | Com_show_create_db                            | 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  109. | Com_show_create_event                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  110. | Com_show_create_func                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  111. | Com_show_create_proc                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  112. | Com_show_create_table                         | 1980                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  113. | Com_show_create_trigger                       | 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  114. | Com_show_databases                            | 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  115. | Com_show_engine_logs                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  116. | Com_show_engine_mutex                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  117. | Com_show_engine_status                        | 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  118. | Com_show_events                               | 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  119. | Com_show_errors                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  120. | Com_show_fields                               | 3892                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  121. | Com_show_function_code                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  122. | Com_show_function_status                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  123. | Com_show_grants                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  124. | Com_show_keys                                 | 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  125. | Com_show_master_status                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  126. | Com_show_open_tables                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  127. | Com_show_plugins                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  128. | Com_show_privileges                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  129. | Com_show_procedure_code                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  130. | Com_show_procedure_status                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  131. | Com_show_processlist                          | 2361                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  132. | Com_show_profile                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  133. | Com_show_profiles                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  134. | Com_show_relaylog_events                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  135. | Com_show_slave_hosts                          | 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  136. | Com_show_slave_status                         | 2363                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  137. | Com_show_status                               | 2370                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  138. | Com_show_storage_engines                      | 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  139. | Com_show_table_status                         | 1976                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  140. | Com_show_tables                               | 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  141. | Com_show_triggers                             | 1871                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  142. | Com_show_variables                            | 2459                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  143. | Com_show_warnings                             | 3550                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  144. | Com_show_create_user                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  145. | Com_shutdown                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  146. | Com_slave_start                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  147. | Com_slave_stop                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  148. | Com_group_replication_start                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  149. | Com_group_replication_stop                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  150. | Com_stmt_execute                              | 4141188                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  151. | Com_stmt_close                                | 4141178                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  152. | Com_stmt_fetch                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  153. | Com_stmt_prepare                              | 4141299                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  154. | Com_stmt_reset                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  155. | Com_stmt_send_long_data                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  156. | Com_truncate                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  157. | Com_uninstall_plugin                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  158. | Com_unlock_tables                             | 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  159. | Com_update                                    | 90072                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  160. | Com_update_multi                              | 4424                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  161. | Com_xa_commit                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  162. | Com_xa_end                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  163. | Com_xa_prepare                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  164. | Com_xa_recover                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  165. | Com_xa_rollback                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  166. | Com_xa_start                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  167. | Com_stmt_reprepare                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  168. | Connection_errors_accept                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  169. | Connection_errors_internal                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  170. | Connection_errors_max_connections             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  171. | Connection_errors_peer_address                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  172. | Connection_errors_select                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  173. | Connection_errors_tcpwrap                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  174. | Connections                                   | 698419                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  175. | Created_tmp_disk_tables                       | 5969                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  176. | Created_tmp_files                             | 8239                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  177. | Created_tmp_tables                            | 36757                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  178. | Delayed_errors                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  179. | Delayed_insert_threads                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  180. | Delayed_writes                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  181. | Flush_commands                                | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  182. | Handler_commit                                | 2764156                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  183. | Handler_delete                                | 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  184. | Handler_discover                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  185. | Handler_external_lock                         | 6847691                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  186. | Handler_mrr_init                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  187. | Handler_prepare                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  188. | Handler_read_first                            | 441533                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  189. | Handler_read_key                              | 15516235567                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  190. | Handler_read_last                             | 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  191. | Handler_read_next                             | 1568024527783                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  192. | Handler_read_prev                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  193. | Handler_read_rnd                              | 299316041                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  194. | Handler_read_rnd_next                         | 610334010418                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  195. | Handler_rollback                              | 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  196. | Handler_savepoint                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  197. | Handler_savepoint_rollback                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  198. | Handler_update                                | 260347244                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  199. | Handler_write                                 | 979196490                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  200. | Innodb_buffer_pool_dump_status                | Dumping of buffer pool not started                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  201. | Innodb_buffer_pool_load_status                | Buffer pool(s) load completed at 211214  9:46:23                                                                                                                                                                                                                                                                                                                                                                                                                    |
  202. | Innodb_buffer_pool_resize_status              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  203. | Innodb_buffer_pool_pages_data                 | 257797                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  204. | Innodb_buffer_pool_bytes_data                 | 4223746048                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
  205. | Innodb_buffer_pool_pages_dirty                | 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  206. | Innodb_buffer_pool_bytes_dirty                | 229376                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  207. | Innodb_buffer_pool_pages_flushed              | 5994252                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  208. | Innodb_buffer_pool_pages_free                 | 4331                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  209. | Innodb_buffer_pool_pages_misc                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  210. | Innodb_buffer_pool_pages_total                | 262128                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  211. | Innodb_buffer_pool_read_ahead_rnd             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  212. | Innodb_buffer_pool_read_ahead                 | 66220                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  213. | Innodb_buffer_pool_read_ahead_evicted         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  214. | Innodb_buffer_pool_read_requests              | 332394653222                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  215. | Innodb_buffer_pool_reads                      | 168499                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  216. | Innodb_buffer_pool_wait_free                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  217. | Innodb_buffer_pool_write_requests             | 576248073                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  218. | Innodb_data_fsyncs                            | 1237746                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  219. | Innodb_data_pending_fsyncs                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  220. | Innodb_data_pending_reads                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  221. | Innodb_data_pending_writes                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  222. | Innodb_data_read                              | 3858764288                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
  223. | Innodb_data_reads                             | 235805                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  224. | Innodb_data_writes                            | 6833471                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  225. | Innodb_data_written                           | 163181984256                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  226. | Innodb_dblwr_pages_written                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  227. | Innodb_dblwr_writes                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  228. | Innodb_log_waits                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  229. | Innodb_log_write_requests                     | 125738770                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  230. | Innodb_log_writes                             | 681159                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  231. | Innodb_os_log_fsyncs                          | 578351                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  232. | Innodb_os_log_pending_fsyncs                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  233. | Innodb_os_log_pending_writes                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  234. | Innodb_os_log_written                         | 64916861952                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  235. | Innodb_page_size                              | 16384                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  236. | Innodb_pages_created                          | 33408                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  237. | Innodb_pages_read                             | 235517                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  238. | Innodb_pages_written                          | 5994252                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  239. | Innodb_row_lock_current_waits                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  240. | Innodb_row_lock_time                          | 1525522                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  241. | Innodb_row_lock_time_avg                      | 3702                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  242. | Innodb_row_lock_time_max                      | 22560                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  243. | Innodb_row_lock_waits                         | 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  244. | Innodb_rows_deleted                           | 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  245. | Innodb_rows_inserted                          | 17204098                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  246. | Innodb_rows_read                              | 2191475236200                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  247. | Innodb_rows_updated                           | 259808429                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  248. | Innodb_num_open_files                         | 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  249. | Innodb_truncated_status_writes                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  250. | Innodb_available_undo_logs                    | 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  251. | Key_blocks_not_flushed                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  252. | Key_blocks_unused                             | 106948                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  253. | Key_blocks_used                               | 92422                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  254. | Key_read_requests                             | 5771066                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  255. | Key_reads                                     | 190387                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  256. | Key_write_requests                            | 117598                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  257. | Key_writes                                    | 114202                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  258. | Locked_connects                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  259. | Max_execution_time_exceeded                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  260. | Max_execution_time_set                        | 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  261. | Max_execution_time_set_failed                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  262. | Max_used_connections                          | 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  263. | Max_used_connections_time                     | 2021-12-16 10:26:21                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  264. | Not_flushed_delayed_rows                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  265. | Ongoing_anonymous_transaction_count           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  266. | Open_files                                    | 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  267. | Open_streams                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  268. | Open_table_definitions                        | 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  269. | Open_tables                                   | 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  270. | Opened_files                                  | 41663                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  271. | Opened_table_definitions                      | 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  272. | Opened_tables                                 | 212590                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  273. | Performance_schema_accounts_lost              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  274. | Performance_schema_cond_classes_lost          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  275. | Performance_schema_cond_instances_lost        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  276. | Performance_schema_digest_lost                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  277. | Performance_schema_file_classes_lost          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  278. | Performance_schema_file_handles_lost          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  279. | Performance_schema_file_instances_lost        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  280. | Performance_schema_hosts_lost                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  281. | Performance_schema_index_stat_lost            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  282. | Performance_schema_locker_lost                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  283. | Performance_schema_memory_classes_lost        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  284. | Performance_schema_metadata_lock_lost         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  285. | Performance_schema_mutex_classes_lost         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  286. | Performance_schema_mutex_instances_lost       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  287. | Performance_schema_nested_statement_lost      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  288. | Performance_schema_prepared_statements_lost   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  289. | Performance_schema_program_lost               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  290. | Performance_schema_rwlock_classes_lost        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  291. | Performance_schema_rwlock_instances_lost      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  292. | Performance_schema_session_connect_attrs_lost | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  293. | Performance_schema_socket_classes_lost        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  294. | Performance_schema_socket_instances_lost      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  295. | Performance_schema_stage_classes_lost         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  296. | Performance_schema_statement_classes_lost     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  297. | Performance_schema_table_handles_lost         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  298. | Performance_schema_table_instances_lost       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  299. | Performance_schema_table_lock_stat_lost       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  300. | Performance_schema_thread_classes_lost        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  301. | Performance_schema_thread_instances_lost      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  302. | Performance_schema_users_lost                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  303. | Prepared_stmt_count                           | 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  304. | Qcache_free_blocks                            | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  305. | Qcache_free_memory                            | 1031832                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  306. | Qcache_hits                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  307. | Qcache_inserts                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  308. | Qcache_lowmem_prunes                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  309. | Qcache_not_cached                             | 2249303                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  310. | Qcache_queries_in_cache                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  311. | Qcache_total_blocks                           | 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  312. | Queries                                       | 13315312                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  313. | Questions                                     | 4927595                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  314. | Rsa_public_key                                | -----BEGIN PUBLIC KEY-----
  315. MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmckVWx8IYROfUvp1kODt
  316. NtRLVIKJQeO0UFVuMVvvSwYdb1NXzneV/un9KfMuI8LYfTr7PiTP6RU4TIu3jdES
  317. 3cvKxKswnzigu9+RCdK3gbZ4W9DUgUFiWMMAVnD2+Oqq9P6tvOHTbuiihpagyHf/
  318. O+zVSeDck3C8t/LfKUDy85mB19rAM/J3RkrIsclZCckL6UdPQGo0zqa28i8udi0J
  319. OGAOObgb34i1dkO/s76S5avfeDNlrMr1RpYKoMsldkxqyDF6hqGGfmdkyfOKo8s1
  320. YZQWRoiAwh7bzP/MITM0hYjrL5JRW+KtoCjInNkBR3EFGRxBJB4lUFBGM7FpcsRi
  321. lQIDAQAB
  322. -----END PUBLIC KEY-----
  323.  |
  324. | Select_full_join                              | 15414                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  325. | Select_full_range_join                        | 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  326. | Select_range                                  | 1009714                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  327. | Select_range_check                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  328. | Select_scan                                   | 428276                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  329. | Slave_open_temp_tables                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  330. | Slow_launch_threads                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  331. | Slow_queries                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  332. | Sort_merge_passes                             | 4775                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  333. | Sort_range                                    | 257472                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  334. | Sort_rows                                     | 132027132                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  335. | Sort_scan                                     | 12584                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
  336. | Ssl_accept_renegotiates                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  337. | Ssl_accepts                                   | 3418                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  338. | Ssl_callback_cache_hits                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  339. | Ssl_cipher                                    |                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  340. | Ssl_cipher_list                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  341. | Ssl_client_connects                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  342. | Ssl_connect_renegotiates                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  343. | Ssl_ctx_verify_depth                          | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  344. | Ssl_ctx_verify_mode                           | 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  345. | Ssl_default_timeout                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  346. | Ssl_finished_accepts                          | 3418                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  347. | Ssl_finished_connects                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  348. | Ssl_server_not_after                          | Apr 11 12:08:31 2030 GMT                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  349. | Ssl_server_not_before                         | Apr 13 12:08:31 2020 GMT                                                                                                                                                                                                                                                                                                                                                                                                                                            |
  350. | Ssl_session_cache_hits                        | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  351. | Ssl_session_cache_misses                      | 3418                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  352. | Ssl_session_cache_mode                        | SERVER                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  353. | Ssl_session_cache_overflows                   | 1825                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  354. | Ssl_session_cache_size                        | 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  355. | Ssl_session_cache_timeouts                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  356. | Ssl_sessions_reused                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  357. | Ssl_used_session_cache_entries                | 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  358. | Ssl_verify_depth                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  359. | Ssl_verify_mode                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  360. | Ssl_version                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  361. | Table_locks_immediate                         | 106015                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  362. | Table_locks_waited                            | 1723                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
  363. | Table_open_cache_hits                         | 6635945                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
  364. | Table_open_cache_misses                       | 212590                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  365. | Table_open_cache_overflows                    | 212183                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  366. | Tc_log_max_pages_used                         | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  367. | Tc_log_page_size                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  368. | Tc_log_page_waits                             | 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  369. | Threads_cached                                | 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  370. | Threads_connected                             | 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  371. | Threads_created                               | 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  372. | Threads_running                               | 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  373. | Uptime                                        | 606741                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  374. | Uptime_since_flush_status                     | 606741                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
  375. +-----------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  376. 354 rows in set (0.00 sec)
  377.  
  378. mysql> SHOW GLOBAL VARIABLES;
  379. +----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  380. | Variable_name                                            | Value                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  381. +----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  382. | auto_generate_certs                                      | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  383. | auto_increment_increment                                 | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  384. | auto_increment_offset                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  385. | autocommit                                               | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  386. | automatic_sp_privileges                                  | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  387. | avoid_temporal_upgrade                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  388. | back_log                                                 | 92                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  389. | basedir                                                  | /usr/                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  390. | big_tables                                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  391. | bind_address                                             | 0.0.0.0                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  392. | binlog_cache_size                                        | 32768                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  393. | binlog_checksum                                          | CRC32                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  394. | binlog_direct_non_transactional_updates                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  395. | binlog_error_action                                      | ABORT_SERVER                                                                                                                                                                                                                                                                                                                                                                                                                              |
  396. | binlog_format                                            | ROW                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  397. | binlog_group_commit_sync_delay                           | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  398. | binlog_group_commit_sync_no_delay_count                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  399. | binlog_gtid_simple_recovery                              | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  400. | binlog_max_flush_queue_time                              | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  401. | binlog_order_commits                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  402. | binlog_row_image                                         | FULL                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  403. | binlog_rows_query_log_events                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  404. | binlog_stmt_cache_size                                   | 32768                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  405. | binlog_transaction_dependency_history_size               | 25000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  406. | binlog_transaction_dependency_tracking                   | COMMIT_ORDER                                                                                                                                                                                                                                                                                                                                                                                                                              |
  407. | block_encryption_mode                                    | aes-128-ecb                                                                                                                                                                                                                                                                                                                                                                                                                               |
  408. | bulk_insert_buffer_size                                  | 8388608                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  409. | character_set_client                                     | latin1                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  410. | character_set_connection                                 | latin1                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  411. | character_set_database                                   | latin1                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  412. | character_set_filesystem                                 | binary                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  413. | character_set_results                                    | latin1                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  414. | character_set_server                                     | latin1                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  415. | character_set_system                                     | utf8                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  416. | character_sets_dir                                       | /usr/share/mysql/charsets/                                                                                                                                                                                                                                                                                                                                                                                                                |
  417. | check_proxy_users                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  418. | collation_connection                                     | latin1_swedish_ci                                                                                                                                                                                                                                                                                                                                                                                                                         |
  419. | collation_database                                       | latin1_swedish_ci                                                                                                                                                                                                                                                                                                                                                                                                                         |
  420. | collation_server                                         | latin1_swedish_ci                                                                                                                                                                                                                                                                                                                                                                                                                         |
  421. | completion_type                                          | NO_CHAIN                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  422. | concurrent_insert                                        | AUTO                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  423. | connect_timeout                                          | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  424. | core_file                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  425. | datadir                                                  | /var/lib/mysql/                                                                                                                                                                                                                                                                                                                                                                                                                           |
  426. | date_format                                              | %Y-%m-%d                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  427. | datetime_format                                          | %Y-%m-%d %H:%i:%s                                                                                                                                                                                                                                                                                                                                                                                                                         |
  428. | default_authentication_plugin                            | mysql_native_password                                                                                                                                                                                                                                                                                                                                                                                                                     |
  429. | default_password_lifetime                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  430. | default_storage_engine                                   | InnoDB                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  431. | default_tmp_storage_engine                               | InnoDB                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  432. | default_week_format                                      | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  433. | delay_key_write                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  434. | delayed_insert_limit                                     | 100                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  435. | delayed_insert_timeout                                   | 300                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  436. | delayed_queue_size                                       | 1000                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  437. | disabled_storage_engines                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  438. | disconnect_on_expired_password                           | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  439. | div_precision_increment                                  | 4                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  440. | end_markers_in_json                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  441. | enforce_gtid_consistency                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  442. | eq_range_index_dive_limit                                | 200                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  443. | event_scheduler                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  444. | expire_logs_days                                         | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  445. | explicit_defaults_for_timestamp                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  446. | flush                                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  447. | flush_time                                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  448. | foreign_key_checks                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  449. | ft_boolean_syntax                                        | + -><()~*:""&|                                                                                                                                                                                                                                                                                                                                                                                                                            |
  450. | ft_max_word_len                                          | 84                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  451. | ft_min_word_len                                          | 4                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  452. | ft_query_expansion_limit                                 | 20                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  453. | ft_stopword_file                                         | (built-in)                                                                                                                                                                                                                                                                                                                                                                                                                                |
  454. | general_log                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  455. | general_log_file                                         | /var/lib/mysql/amrodk.log                                                                                                                                                                                                                                                                                                                                                                                                                 |
  456. | group_concat_max_len                                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  457. | gtid_executed                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  458. | gtid_executed_compression_period                         | 1000                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  459. | gtid_mode                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  460. | gtid_owned                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  461. | gtid_purged                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  462. | have_compress                                            | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  463. | have_crypt                                               | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  464. | have_dynamic_loading                                     | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  465. | have_geometry                                            | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  466. | have_openssl                                             | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  467. | have_profiling                                           | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  468. | have_query_cache                                         | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  469. | have_rtree_keys                                          | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  470. | have_ssl                                                 | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  471. | have_statement_timeout                                   | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  472. | have_symlink                                             | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  473. | host_cache_size                                          | 342                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  474. | hostname                                                 | amrodk                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  475. | ignore_builtin_innodb                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  476. | ignore_db_dirs                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  477. | init_connect                                             |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  478. | init_file                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  479. | init_slave                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  480. | innodb_adaptive_flushing                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  481. | innodb_adaptive_flushing_lwm                             | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  482. | innodb_adaptive_hash_index                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  483. | innodb_adaptive_hash_index_parts                         | 8                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  484. | innodb_adaptive_max_sleep_delay                          | 150000                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  485. | innodb_api_bk_commit_interval                            | 5                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  486. | innodb_api_disable_rowlock                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  487. | innodb_api_enable_binlog                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  488. | innodb_api_enable_mdl                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  489. | innodb_api_trx_level                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  490. | innodb_autoextend_increment                              | 64                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  491. | innodb_autoinc_lock_mode                                 | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  492. | innodb_buffer_pool_chunk_size                            | 134217728                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  493. | innodb_buffer_pool_dump_at_shutdown                      | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  494. | innodb_buffer_pool_dump_now                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  495. | innodb_buffer_pool_dump_pct                              | 25                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  496. | innodb_buffer_pool_filename                              | ib_buffer_pool                                                                                                                                                                                                                                                                                                                                                                                                                            |
  497. | innodb_buffer_pool_instances                             | 4                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  498. | innodb_buffer_pool_load_abort                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  499. | innodb_buffer_pool_load_at_startup                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  500. | innodb_buffer_pool_load_now                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  501. | innodb_buffer_pool_size                                  | 4294967296                                                                                                                                                                                                                                                                                                                                                                                                                                |
  502. | innodb_change_buffer_max_size                            | 25                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  503. | innodb_change_buffering                                  | all                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  504. | innodb_checksum_algorithm                                | none                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  505. | innodb_checksums                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  506. | innodb_cmp_per_index_enabled                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  507. | innodb_commit_concurrency                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  508. | innodb_compression_failure_threshold_pct                 | 5                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  509. | innodb_compression_level                                 | 6                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  510. | innodb_compression_pad_pct_max                           | 50                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  511. | innodb_concurrency_tickets                               | 5000                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  512. | innodb_data_file_path                                    | ibdata1:12M:autoextend                                                                                                                                                                                                                                                                                                                                                                                                                    |
  513. | innodb_data_home_dir                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  514. | innodb_deadlock_detect                                   | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  515. | innodb_default_row_format                                | dynamic                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  516. | innodb_disable_sort_file_cache                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  517. | innodb_doublewrite                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  518. | innodb_fast_shutdown                                     | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  519. | innodb_file_format                                       | Barracuda                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  520. | innodb_file_format_check                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  521. | innodb_file_format_max                                   | Barracuda                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  522. | innodb_file_per_table                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  523. | innodb_fill_factor                                       | 100                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  524. | innodb_flush_log_at_timeout                              | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  525. | innodb_flush_log_at_trx_commit                           | 2                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  526. | innodb_flush_method                                      | O_DIRECT                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  527. | innodb_flush_neighbors                                   | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  528. | innodb_flush_sync                                        | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  529. | innodb_flushing_avg_loops                                | 30                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  530. | innodb_force_load_corrupted                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  531. | innodb_force_recovery                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  532. | innodb_ft_aux_table                                      |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  533. | innodb_ft_cache_size                                     | 8000000                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  534. | innodb_ft_enable_diag_print                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  535. | innodb_ft_enable_stopword                                | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  536. | innodb_ft_max_token_size                                 | 84                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  537. | innodb_ft_min_token_size                                 | 3                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  538. | innodb_ft_num_word_optimize                              | 2000                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  539. | innodb_ft_result_cache_limit                             | 2000000000                                                                                                                                                                                                                                                                                                                                                                                                                                |
  540. | innodb_ft_server_stopword_table                          |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  541. | innodb_ft_sort_pll_degree                                | 2                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  542. | innodb_ft_total_cache_size                               | 640000000                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  543. | innodb_ft_user_stopword_table                            |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  544. | innodb_io_capacity                                       | 200                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  545. | innodb_io_capacity_max                                   | 2000                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  546. | innodb_large_prefix                                      | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  547. | innodb_lock_wait_timeout                                 | 50                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  548. | innodb_locks_unsafe_for_binlog                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  549. | innodb_log_buffer_size                                   | 16777216                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  550. | innodb_log_checksums                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  551. | innodb_log_compressed_pages                              | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  552. | innodb_log_file_size                                     | 603979776                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  553. | innodb_log_files_in_group                                | 2                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  554. | innodb_log_group_home_dir                                | ./                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  555. | innodb_log_write_ahead_size                              | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  556. | innodb_lru_scan_depth                                    | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  557. | innodb_max_dirty_pages_pct                               | 75.000000                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  558. | innodb_max_dirty_pages_pct_lwm                           | 0.000000                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  559. | innodb_max_purge_lag                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  560. | innodb_max_purge_lag_delay                               | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  561. | innodb_max_undo_log_size                                 | 1073741824                                                                                                                                                                                                                                                                                                                                                                                                                                |
  562. | innodb_monitor_disable                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  563. | innodb_monitor_enable                                    |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  564. | innodb_monitor_reset                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  565. | innodb_monitor_reset_all                                 |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  566. | innodb_numa_interleave                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  567. | innodb_old_blocks_pct                                    | 37                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  568. | innodb_old_blocks_time                                   | 1000                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  569. | innodb_online_alter_log_max_size                         | 134217728                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  570. | innodb_open_files                                        | 400                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  571. | innodb_optimize_fulltext_only                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  572. | innodb_page_cleaners                                     | 4                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  573. | innodb_page_size                                         | 16384                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  574. | innodb_print_all_deadlocks                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  575. | innodb_purge_batch_size                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  576. | innodb_purge_rseg_truncate_frequency                     | 128                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  577. | innodb_purge_threads                                     | 4                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  578. | innodb_random_read_ahead                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  579. | innodb_read_ahead_threshold                              | 56                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  580. | innodb_read_io_threads                                   | 4                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  581. | innodb_read_only                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  582. | innodb_replication_delay                                 | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  583. | innodb_rollback_on_timeout                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  584. | innodb_rollback_segments                                 | 128                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  585. | innodb_sort_buffer_size                                  | 1048576                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  586. | innodb_spin_wait_delay                                   | 6                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  587. | innodb_stats_auto_recalc                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  588. | innodb_stats_include_delete_marked                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  589. | innodb_stats_method                                      | nulls_equal                                                                                                                                                                                                                                                                                                                                                                                                                               |
  590. | innodb_stats_on_metadata                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  591. | innodb_stats_persistent                                  | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  592. | innodb_stats_persistent_sample_pages                     | 20                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  593. | innodb_stats_sample_pages                                | 8                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  594. | innodb_stats_transient_sample_pages                      | 8                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  595. | innodb_status_output                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  596. | innodb_status_output_locks                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  597. | innodb_strict_mode                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  598. | innodb_support_xa                                        | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  599. | innodb_sync_array_size                                   | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  600. | innodb_sync_spin_loops                                   | 30                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  601. | innodb_table_locks                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  602. | innodb_temp_data_file_path                               | ibtmp1:12M:autoextend                                                                                                                                                                                                                                                                                                                                                                                                                     |
  603. | innodb_thread_concurrency                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  604. | innodb_thread_sleep_delay                                | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  605. | innodb_tmpdir                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  606. | innodb_undo_directory                                    | ./                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  607. | innodb_undo_log_truncate                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  608. | innodb_undo_logs                                         | 128                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  609. | innodb_undo_tablespaces                                  | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  610. | innodb_use_native_aio                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  611. | innodb_version                                           | 5.7.33                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  612. | innodb_write_io_threads                                  | 4                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  613. | interactive_timeout                                      | 25000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  614. | internal_tmp_disk_storage_engine                         | InnoDB                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  615. | join_buffer_size                                         | 524288000                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  616. | keep_files_on_create                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  617. | key_buffer_size                                          | 134217728                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  618. | key_cache_age_threshold                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  619. | key_cache_block_size                                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  620. | key_cache_division_limit                                 | 100                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  621. | keyring_operations                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  622. | large_files_support                                      | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  623. | large_page_size                                          | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  624. | large_pages                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  625. | lc_messages                                              | en_US                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  626. | lc_messages_dir                                          | /usr/share/mysql/                                                                                                                                                                                                                                                                                                                                                                                                                         |
  627. | lc_time_names                                            | en_US                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  628. | license                                                  | GPL                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  629. | local_infile                                             | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  630. | lock_wait_timeout                                        | 31536000                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  631. | locked_in_memory                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  632. | log_bin                                                  | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  633. | log_bin_basename                                         |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  634. | log_bin_index                                            |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  635. | log_bin_trust_function_creators                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  636. | log_bin_use_v1_row_events                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  637. | log_builtin_as_identified_by_password                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  638. | log_error                                                | /var/log/mysql/error.log                                                                                                                                                                                                                                                                                                                                                                                                                  |
  639. | log_error_verbosity                                      | 3                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  640. | log_output                                               | FILE                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  641. | log_queries_not_using_indexes                            | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  642. | log_slave_updates                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  643. | log_slow_admin_statements                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  644. | log_slow_slave_statements                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  645. | log_statements_unsafe_for_binlog                         | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  646. | log_syslog                                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  647. | log_syslog_facility                                      | daemon                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  648. | log_syslog_include_pid                                   | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  649. | log_syslog_tag                                           |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  650. | log_throttle_queries_not_using_indexes                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  651. | log_timestamps                                           | UTC                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  652. | log_warnings                                             | 2                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  653. | long_query_time                                          | 10.000000                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  654. | low_priority_updates                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  655. | lower_case_file_system                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  656. | lower_case_table_names                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  657. | master_info_repository                                   | FILE                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  658. | master_verify_checksum                                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  659. | max_allowed_packet                                       | 419430400                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  660. | max_binlog_cache_size                                    | 18446744073709547520                                                                                                                                                                                                                                                                                                                                                                                                                      |
  661. | max_binlog_size                                          | 104857600                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  662. | max_binlog_stmt_cache_size                               | 18446744073709547520                                                                                                                                                                                                                                                                                                                                                                                                                      |
  663. | max_connect_errors                                       | 100                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  664. | max_connections                                          | 214                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  665. | max_delayed_threads                                      | 20                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  666. | max_digest_length                                        | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  667. | max_error_count                                          | 64                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  668. | max_execution_time                                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  669. | max_heap_table_size                                      | 1610612736                                                                                                                                                                                                                                                                                                                                                                                                                                |
  670. | max_insert_delayed_threads                               | 20                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  671. | max_join_size                                            | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                      |
  672. | max_length_for_sort_data                                 | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  673. | max_points_in_geometry                                   | 65536                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  674. | max_prepared_stmt_count                                  | 16382                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  675. | max_relay_log_size                                       | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  676. | max_seeks_for_key                                        | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                      |
  677. | max_sort_length                                          | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  678. | max_sp_recursion_depth                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  679. | max_tmp_tables                                           | 32                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  680. | max_user_connections                                     | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  681. | max_write_lock_count                                     | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                      |
  682. | metadata_locks_cache_size                                | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  683. | metadata_locks_hash_instances                            | 8                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  684. | min_examined_row_limit                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  685. | multi_range_count                                        | 256                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  686. | myisam_data_pointer_size                                 | 6                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  687. | myisam_max_sort_file_size                                | 9223372036853727232                                                                                                                                                                                                                                                                                                                                                                                                                       |
  688. | myisam_mmap_size                                         | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                      |
  689. | myisam_recover_options                                   | BACKUP                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  690. | myisam_repair_threads                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  691. | myisam_sort_buffer_size                                  | 8388608                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  692. | myisam_stats_method                                      | nulls_unequal                                                                                                                                                                                                                                                                                                                                                                                                                             |
  693. | myisam_use_mmap                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  694. | mysql_native_password_proxy_users                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  695. | net_buffer_length                                        | 16384                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  696. | net_read_timeout                                         | 30                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  697. | net_retry_count                                          | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  698. | net_write_timeout                                        | 60                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  699. | new                                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  700. | ngram_token_size                                         | 2                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  701. | offline_mode                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  702. | old                                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  703. | old_alter_table                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  704. | old_passwords                                            | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  705. | open_files_limit                                         | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  706. | optimizer_prune_level                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  707. | optimizer_search_depth                                   | 12                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  708. | 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,prefer_ordering_index=on |
  709. | optimizer_trace                                          | enabled=off,one_line=off                                                                                                                                                                                                                                                                                                                                                                                                                  |
  710. | optimizer_trace_features                                 | greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on                                                                                                                                                                                                                                                                                                                                                                |
  711. | optimizer_trace_limit                                    | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  712. | optimizer_trace_max_mem_size                             | 16384                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  713. | optimizer_trace_offset                                   | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  714. | parser_max_mem_size                                      | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                      |
  715. | performance_schema                                       | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  716. | performance_schema_accounts_size                         | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  717. | performance_schema_digests_size                          | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  718. | performance_schema_events_stages_history_long_size       | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  719. | performance_schema_events_stages_history_size            | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  720. | performance_schema_events_statements_history_long_size   | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  721. | performance_schema_events_statements_history_size        | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  722. | performance_schema_events_transactions_history_long_size | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  723. | performance_schema_events_transactions_history_size      | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  724. | performance_schema_events_waits_history_long_size        | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  725. | performance_schema_events_waits_history_size             | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  726. | performance_schema_hosts_size                            | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  727. | performance_schema_max_cond_classes                      | 80                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  728. | performance_schema_max_cond_instances                    | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  729. | performance_schema_max_digest_length                     | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  730. | performance_schema_max_file_classes                      | 80                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  731. | performance_schema_max_file_handles                      | 32768                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  732. | performance_schema_max_file_instances                    | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  733. | performance_schema_max_index_stat                        | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  734. | performance_schema_max_memory_classes                    | 320                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  735. | performance_schema_max_metadata_locks                    | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  736. | performance_schema_max_mutex_classes                     | 210                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  737. | performance_schema_max_mutex_instances                   | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  738. | performance_schema_max_prepared_statements_instances     | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  739. | performance_schema_max_program_instances                 | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  740. | performance_schema_max_rwlock_classes                    | 50                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  741. | performance_schema_max_rwlock_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  742. | performance_schema_max_socket_classes                    | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  743. | performance_schema_max_socket_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  744. | performance_schema_max_sql_text_length                   | 1024                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  745. | performance_schema_max_stage_classes                     | 150                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  746. | performance_schema_max_statement_classes                 | 193                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  747. | performance_schema_max_statement_stack                   | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  748. | performance_schema_max_table_handles                     | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  749. | performance_schema_max_table_instances                   | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  750. | performance_schema_max_table_lock_stat                   | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  751. | performance_schema_max_thread_classes                    | 50                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  752. | performance_schema_max_thread_instances                  | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  753. | performance_schema_session_connect_attrs_size            | 512                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  754. | performance_schema_setup_actors_size                     | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  755. | performance_schema_setup_objects_size                    | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  756. | performance_schema_users_size                            | -1                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  757. | pid_file                                                 | /var/run/mysqld/mysqld.pid                                                                                                                                                                                                                                                                                                                                                                                                                |
  758. | plugin_dir                                               | /usr/lib/mysql/plugin/                                                                                                                                                                                                                                                                                                                                                                                                                    |
  759. | port                                                     | 3306                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  760. | preload_buffer_size                                      | 32768                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  761. | profiling                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  762. | profiling_history_size                                   | 15                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  763. | protocol_version                                         | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  764. | query_alloc_block_size                                   | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  765. | query_cache_limit                                        | 1048576                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  766. | query_cache_min_res_unit                                 | 4096                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  767. | query_cache_size                                         | 1048576                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  768. | query_cache_type                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  769. | query_cache_wlock_invalidate                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  770. | query_prealloc_size                                      | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  771. | range_alloc_block_size                                   | 4096                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  772. | range_optimizer_max_mem_size                             | 8388608                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  773. | rbr_exec_mode                                            | STRICT                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  774. | read_buffer_size                                         | 4194304                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  775. | read_only                                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  776. | read_rnd_buffer_size                                     | 4194304                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  777. | relay_log                                                |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  778. | relay_log_basename                                       | /var/lib/mysql/amrodk-relay-bin                                                                                                                                                                                                                                                                                                                                                                                                           |
  779. | relay_log_index                                          | /var/lib/mysql/amrodk-relay-bin.index                                                                                                                                                                                                                                                                                                                                                                                                     |
  780. | relay_log_info_file                                      | relay-log.info                                                                                                                                                                                                                                                                                                                                                                                                                            |
  781. | relay_log_info_repository                                | FILE                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  782. | relay_log_purge                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  783. | relay_log_recovery                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  784. | relay_log_space_limit                                    | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  785. | replication_optimize_for_static_plugin_config            | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  786. | replication_sender_observe_commit_only                   | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  787. | report_host                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  788. | report_password                                          |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  789. | report_port                                              | 3306                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  790. | report_user                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  791. | require_secure_transport                                 | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  792. | rpl_stop_slave_timeout                                   | 31536000                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  793. | secure_auth                                              | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  794. | secure_file_priv                                         | /var/lib/mysql-files/                                                                                                                                                                                                                                                                                                                                                                                                                     |
  795. | server_id                                                | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  796. | server_id_bits                                           | 32                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  797. | server_uuid                                              | 7d85761f-7d7f-11ea-8a86-005056a7a081                                                                                                                                                                                                                                                                                                                                                                                                      |
  798. | session_track_gtids                                      | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  799. | session_track_schema                                     | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  800. | session_track_state_change                               | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  801. | session_track_system_variables                           | time_zone,autocommit,character_set_client,character_set_results,character_set_connection                                                                                                                                                                                                                                                                                                                                                  |
  802. | session_track_transaction_info                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  803. | sha256_password_auto_generate_rsa_keys                   | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  804. | sha256_password_private_key_path                         | private_key.pem                                                                                                                                                                                                                                                                                                                                                                                                                           |
  805. | sha256_password_proxy_users                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  806. | sha256_password_public_key_path                          | public_key.pem                                                                                                                                                                                                                                                                                                                                                                                                                            |
  807. | show_compatibility_56                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  808. | show_create_table_verbosity                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  809. | show_old_temporals                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  810. | skip_external_locking                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  811. | skip_name_resolve                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  812. | skip_networking                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  813. | skip_show_database                                       | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  814. | slave_allow_batching                                     | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  815. | slave_checkpoint_group                                   | 512                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  816. | slave_checkpoint_period                                  | 300                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  817. | slave_compressed_protocol                                | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  818. | slave_exec_mode                                          | STRICT                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  819. | slave_load_tmpdir                                        | /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  820. | slave_max_allowed_packet                                 | 1073741824                                                                                                                                                                                                                                                                                                                                                                                                                                |
  821. | slave_net_timeout                                        | 60                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  822. | slave_parallel_type                                      | DATABASE                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  823. | slave_parallel_workers                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  824. | slave_pending_jobs_size_max                              | 16777216                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  825. | slave_preserve_commit_order                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  826. | slave_rows_search_algorithms                             | TABLE_SCAN,INDEX_SCAN                                                                                                                                                                                                                                                                                                                                                                                                                     |
  827. | slave_skip_errors                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  828. | slave_sql_verify_checksum                                | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  829. | slave_transaction_retries                                | 10                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  830. | slave_type_conversions                                   |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  831. | slow_launch_time                                         | 2                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  832. | slow_query_log                                           | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  833. | slow_query_log_file                                      | /var/lib/mysql/amrodk-slow.log                                                                                                                                                                                                                                                                                                                                                                                                            |
  834. | socket                                                   | /var/run/mysqld/mysqld.sock                                                                                                                                                                                                                                                                                                                                                                                                               |
  835. | sort_buffer_size                                         | 4194304                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  836. | sql_auto_is_null                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  837. | sql_big_selects                                          | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  838. | sql_buffer_result                                        | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  839. | sql_log_off                                              | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  840. | sql_mode                                                 | ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION                                                                                                                                                                                                                                                                                                 |
  841. | sql_notes                                                | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  842. | sql_quote_show_create                                    | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  843. | sql_safe_updates                                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  844. | sql_select_limit                                         | 18446744073709551615                                                                                                                                                                                                                                                                                                                                                                                                                      |
  845. | sql_slave_skip_counter                                   | 0                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  846. | sql_warnings                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  847. | ssl_ca                                                   | ca.pem                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  848. | ssl_capath                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  849. | ssl_cert                                                 | server-cert.pem                                                                                                                                                                                                                                                                                                                                                                                                                           |
  850. | ssl_cipher                                               |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  851. | ssl_crl                                                  |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  852. | ssl_crlpath                                              |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
  853. | ssl_key                                                  | server-key.pem                                                                                                                                                                                                                                                                                                                                                                                                                            |
  854. | stored_program_cache                                     | 256                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  855. | super_read_only                                          | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  856. | sync_binlog                                              | 1                                                                                                                                                                                                                                                                                                                                                                                                                                         |
  857. | sync_frm                                                 | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  858. | sync_master_info                                         | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  859. | sync_relay_log                                           | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  860. | sync_relay_log_info                                      | 10000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  861. | system_time_zone                                         | EAT                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  862. | table_definition_cache                                   | 4096                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  863. | table_open_cache                                         | 400                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  864. | table_open_cache_instances                               | 16                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  865. | thread_cache_size                                        | 64                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  866. | thread_handling                                          | one-thread-per-connection                                                                                                                                                                                                                                                                                                                                                                                                                 |
  867. | thread_stack                                             | 290816                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  868. | time_format                                              | %H:%i:%s                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  869. | time_zone                                                | SYSTEM                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  870. | tls_version                                              | TLSv1,TLSv1.1,TLSv1.2                                                                                                                                                                                                                                                                                                                                                                                                                     |
  871. | tmp_table_size                                           | 536870912                                                                                                                                                                                                                                                                                                                                                                                                                                 |
  872. | tmpdir                                                   | /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  873. | transaction_alloc_block_size                             | 8192                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  874. | transaction_isolation                                    | REPEATABLE-READ                                                                                                                                                                                                                                                                                                                                                                                                                           |
  875. | transaction_prealloc_size                                | 4096                                                                                                                                                                                                                                                                                                                                                                                                                                      |
  876. | transaction_read_only                                    | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  877. | transaction_write_set_extraction                         | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  878. | tx_isolation                                             | REPEATABLE-READ                                                                                                                                                                                                                                                                                                                                                                                                                           |
  879. | tx_read_only                                             | OFF                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  880. | unique_checks                                            | ON                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  881. | updatable_views_with_limit                               | YES                                                                                                                                                                                                                                                                                                                                                                                                                                       |
  882. | version                                                  | 5.7.33-0ubuntu0.16.04.1                                                                                                                                                                                                                                                                                                                                                                                                                   |
  883. | version_comment                                          | (Ubuntu)                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  884. | version_compile_machine                                  | x86_64                                                                                                                                                                                                                                                                                                                                                                                                                                    |
  885. | version_compile_os                                       | Linux                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  886. | wait_timeout                                             | 25000                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  887. +----------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  888. 505 rows in set (0.00 sec)
  889.  
  890.  
  891. mysql> SHOW FULL PROCESSLIST;
  892. +--------+------+---------------------+------+---------+------+--------------+---------------------------------------------------------------------------------------------+
  893. | Id     | User | Host                | db   | Command | Time | State        | Info                                                                                        |
  894. +--------+------+---------------------+------+---------+------+--------------+---------------------------------------------------------------------------------------------+
  895. | 695681 | rds  | localhost           | rds  | Execute |    2 | Sending data | select * from `results` where `specimen_ulin` = ? and `ref_lab` = ? limit 1                 |
  896. | 696379 | rds  | localhost           | rds  | Execute |    1 | Sending data | select * from `results` where `specimen_ulin` = ? and `ref_lab` = ? limit 1                 |
  897. | 697585 | dash | IP-address:35990 | rds  | Sleep   | 1214 |              | NULL                                                                                        |
  898. | 697648 | dash | IP-address:35992 | rds  | Sleep   | 1129 |              | NULL                                                                                        |
  899. | 697663 | dash | IP-address:35994 | rds  | Sleep   | 1115 |              | NULL                                                                                        |
  900. | 697699 | dash | IP-address:35998 | rds  | Sleep   | 1072 |              | NULL                                                                                        |
  901. | 697780 | dash | IP-address:36000 | rds  | Sleep   |  977 |              | NULL                                                                                        |
  902. | 697812 | rds  | localhost           | rds  | Execute |    2 | Sending data | select * from `results` where `specimen_ulin` = ? and `ref_lab` = ? limit 1                 |
  903. | 698118 | root | localhost           | NULL | Query   |    0 | starting     | SHOW FULL PROCESSLIST                                                                       |
  904. | 698129 | dash | IP-address:36006 | rds  | Sleep   |  758 |              | NULL                                                                                        |
  905. | 698538 | rds  | localhost           | rds  | Execute |    2 | Sending data | select * from `results` where `specimen_ulin` = ? and `ref_lab` = ? limit 1                 |
  906. | 698620 | dash | IP-address:36008 | rds  | Sleep   |  514 |              | NULL                                                                                        |
  907. | 698669 | dash | IP-address:36010 | rds  | Sleep   |  469 |              | NULL                                                                                        |
  908. | 698799 | dash | IP-address:36014 | rds  | Sleep   |  366 |              | NULL                                                                                        |
  909. | 699228 | dash | IP-address:36018 | rds  | Sleep   |    5 |              | NULL                                                                                        |
  910. | 699233 | rds  | localhost           | rds  | Execute |    0 | Sending data | select count(id) as num FROM results WHERE id > 0    AND (is_printed = 0 OR is_printed = 1) |
  911. +--------+------+---------------------+------+---------+------+--------------+---------------------------------------------------------------------------------------------+
  912. 16 rows in set (0.00 sec)
  913.  
  914. mysql>
  915.  
  916.  
  917.  
Add Comment
Please, Sign In to add comment