Advertisement
JConstantine

Global Vars and Status

Jun 11th, 2021
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 196.79 KB | None | 0 0
  1. mysql> SHOW GLOBAL VARIABLES;
  2. +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  3. | Variable_name | Value |
  4. +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  5. | auto_increment_increment | 1 |
  6. | auto_increment_offset | 1 |
  7. | autocommit | ON |
  8. | automatic_sp_privileges | ON |
  9. | avoid_temporal_upgrade | OFF |
  10. | back_log | 80 |
  11. | basedir | C:\MySQL\ |
  12. | big_tables | OFF |
  13. | bind_address | * |
  14. | binlog_cache_size | 32768 |
  15. | binlog_checksum | CRC32 |
  16. | binlog_direct_non_transactional_updates | OFF |
  17. | binlog_error_action | IGNORE_ERROR |
  18. | binlog_format | STATEMENT |
  19. | binlog_gtid_simple_recovery | OFF |
  20. | binlog_max_flush_queue_time | 0 |
  21. | binlog_order_commits | ON |
  22. | binlog_row_image | FULL |
  23. | binlog_rows_query_log_events | OFF |
  24. | binlog_stmt_cache_size | 32768 |
  25. | binlogging_impossible_mode | IGNORE_ERROR |
  26. | block_encryption_mode | aes-128-ecb |
  27. | bulk_insert_buffer_size | 8388608 |
  28. | character_set_client | latin1 |
  29. | character_set_connection | latin1 |
  30. | character_set_database | latin1 |
  31. | character_set_filesystem | binary |
  32. | character_set_results | latin1 |
  33. | character_set_server | latin1 |
  34. | character_set_system | utf8 |
  35. | character_sets_dir | C:\MySQL\share\charsets\ |
  36. | collation_connection | latin1_swedish_ci |
  37. | collation_database | latin1_swedish_ci |
  38. | collation_server | latin1_swedish_ci |
  39. | completion_type | NO_CHAIN |
  40. | concurrent_insert | AUTO |
  41. | connect_timeout | 90 |
  42. | core_file | OFF |
  43. | datadir | C:\MyData\ |
  44. | date_format | %Y-%m-%d |
  45. | datetime_format | %Y-%m-%d %H:%i:%s |
  46. | default_storage_engine | InnoDB |
  47. | default_tmp_storage_engine | InnoDB |
  48. | default_week_format | 0 |
  49. | delay_key_write | ON |
  50. | delayed_insert_limit | 100 |
  51. | delayed_insert_timeout | 300 |
  52. | delayed_queue_size | 1000 |
  53. | disconnect_on_expired_password | ON |
  54. | div_precision_increment | 4 |
  55. | end_markers_in_json | OFF |
  56. | enforce_gtid_consistency | OFF |
  57. | eq_range_index_dive_limit | 10 |
  58. | event_scheduler | OFF |
  59. | expire_logs_days | 0 |
  60. | explicit_defaults_for_timestamp | OFF |
  61. | flush | OFF |
  62. | flush_time | 0 |
  63. | foreign_key_checks | ON |
  64. | ft_boolean_syntax | + -><()~*:""&| |
  65. | ft_max_word_len | 84 |
  66. | ft_min_word_len | 4 |
  67. | ft_query_expansion_limit | 20 |
  68. | ft_stopword_file | (built-in) |
  69. | general_log | OFF |
  70. | general_log_file | C:\MyData\abwiki.log |
  71. | group_concat_max_len | 1024 |
  72. | gtid_executed | |
  73. | gtid_mode | OFF |
  74. | gtid_owned | |
  75. | gtid_purged | |
  76. | have_compress | YES |
  77. | have_crypt | NO |
  78. | have_dynamic_loading | YES |
  79. | have_geometry | YES |
  80. | have_openssl | DISABLED |
  81. | have_profiling | YES |
  82. | have_query_cache | YES |
  83. | have_rtree_keys | YES |
  84. | have_ssl | DISABLED |
  85. | have_symlink | YES |
  86. | host_cache_size | 279 |
  87. | hostname | abwiki |
  88. | ignore_builtin_innodb | OFF |
  89. | ignore_db_dirs | |
  90. | init_connect | |
  91. | init_file | |
  92. | init_slave | |
  93. | innodb_adaptive_flushing | ON |
  94. | innodb_adaptive_flushing_lwm | 10 |
  95. | innodb_adaptive_hash_index | ON |
  96. | innodb_adaptive_max_sleep_delay | 150000 |
  97. | innodb_additional_mem_pool_size | 8388608 |
  98. | innodb_api_bk_commit_interval | 5 |
  99. | innodb_api_disable_rowlock | OFF |
  100. | innodb_api_enable_binlog | OFF |
  101. | innodb_api_enable_mdl | OFF |
  102. | innodb_api_trx_level | 0 |
  103. | innodb_autoextend_increment | 64 |
  104. | innodb_autoinc_lock_mode | 1 |
  105. | innodb_buffer_pool_dump_at_shutdown | OFF |
  106. | innodb_buffer_pool_dump_now | OFF |
  107. | innodb_buffer_pool_filename | ib_buffer_pool |
  108. | innodb_buffer_pool_instances | 8 |
  109. | innodb_buffer_pool_load_abort | OFF |
  110. | innodb_buffer_pool_load_at_startup | OFF |
  111. | innodb_buffer_pool_load_now | OFF |
  112. | innodb_buffer_pool_size | 134217728 |
  113. | innodb_change_buffer_max_size | 25 |
  114. | innodb_change_buffering | all |
  115. | innodb_checksum_algorithm | innodb |
  116. | innodb_checksums | ON |
  117. | innodb_cmp_per_index_enabled | OFF |
  118. | innodb_commit_concurrency | 0 |
  119. | innodb_compression_failure_threshold_pct | 5 |
  120. | innodb_compression_level | 6 |
  121. | innodb_compression_pad_pct_max | 50 |
  122. | innodb_concurrency_tickets | 5000 |
  123. | innodb_data_file_path | ibdata1:12M:autoextend |
  124. | innodb_data_home_dir | |
  125. | innodb_disable_sort_file_cache | OFF |
  126. | innodb_doublewrite | ON |
  127. | innodb_fast_shutdown | 1 |
  128. | innodb_file_format | Antelope |
  129. | innodb_file_format_check | ON |
  130. | innodb_file_format_max | Antelope |
  131. | innodb_file_per_table | ON |
  132. | innodb_flush_log_at_timeout | 1 |
  133. | innodb_flush_log_at_trx_commit | 1 |
  134. | innodb_flush_method | |
  135. | innodb_flush_neighbors | 1 |
  136. | innodb_flushing_avg_loops | 30 |
  137. | innodb_force_load_corrupted | OFF |
  138. | innodb_force_recovery | 0 |
  139. | innodb_ft_aux_table | |
  140. | innodb_ft_cache_size | 8000000 |
  141. | innodb_ft_enable_diag_print | OFF |
  142. | innodb_ft_enable_stopword | ON |
  143. | innodb_ft_max_token_size | 84 |
  144. | innodb_ft_min_token_size | 3 |
  145. | innodb_ft_num_word_optimize | 2000 |
  146. | innodb_ft_result_cache_limit | 2000000000 |
  147. | innodb_ft_server_stopword_table | |
  148. | innodb_ft_sort_pll_degree | 2 |
  149. | innodb_ft_total_cache_size | 640000000 |
  150. | innodb_ft_user_stopword_table | |
  151. | innodb_io_capacity | 200 |
  152. | innodb_io_capacity_max | 2000 |
  153. | innodb_large_prefix | OFF |
  154. | innodb_lock_wait_timeout | 50 |
  155. | innodb_locks_unsafe_for_binlog | OFF |
  156. | innodb_log_buffer_size | 8388608 |
  157. | innodb_log_compressed_pages | ON |
  158. | innodb_log_file_size | 50331648 |
  159. | innodb_log_files_in_group | 2 |
  160. | innodb_log_group_home_dir | .\ |
  161. | innodb_lru_scan_depth | 1024 |
  162. | innodb_max_dirty_pages_pct | 75 |
  163. | innodb_max_dirty_pages_pct_lwm | 0 |
  164. | innodb_max_purge_lag | 0 |
  165. | innodb_max_purge_lag_delay | 0 |
  166. | innodb_mirrored_log_groups | 1 |
  167. | innodb_monitor_disable | |
  168. | innodb_monitor_enable | |
  169. | innodb_monitor_reset | |
  170. | innodb_monitor_reset_all | |
  171. | innodb_old_blocks_pct | 37 |
  172. | innodb_old_blocks_time | 1000 |
  173. | innodb_online_alter_log_max_size | 134217728 |
  174. | innodb_open_files | 2000 |
  175. | innodb_optimize_fulltext_only | OFF |
  176. | innodb_page_size | 16384 |
  177. | innodb_print_all_deadlocks | OFF |
  178. | innodb_purge_batch_size | 300 |
  179. | innodb_purge_threads | 1 |
  180. | innodb_random_read_ahead | OFF |
  181. | innodb_read_ahead_threshold | 56 |
  182. | innodb_read_io_threads | 4 |
  183. | innodb_read_only | OFF |
  184. | innodb_replication_delay | 0 |
  185. | innodb_rollback_on_timeout | OFF |
  186. | innodb_rollback_segments | 128 |
  187. | innodb_sort_buffer_size | 1048576 |
  188. | innodb_spin_wait_delay | 6 |
  189. | innodb_stats_auto_recalc | ON |
  190. | innodb_stats_include_delete_marked | OFF |
  191. | innodb_stats_method | nulls_equal |
  192. | innodb_stats_on_metadata | OFF |
  193. | innodb_stats_persistent | ON |
  194. | innodb_stats_persistent_sample_pages | 20 |
  195. | innodb_stats_sample_pages | 8 |
  196. | innodb_stats_transient_sample_pages | 8 |
  197. | innodb_status_output | OFF |
  198. | innodb_status_output_locks | OFF |
  199. | innodb_strict_mode | OFF |
  200. | innodb_support_xa | ON |
  201. | innodb_sync_array_size | 1 |
  202. | innodb_sync_spin_loops | 30 |
  203. | innodb_table_locks | ON |
  204. | innodb_thread_concurrency | 0 |
  205. | innodb_thread_sleep_delay | 10000 |
  206. | innodb_tmpdir | |
  207. | innodb_undo_directory | . |
  208. | innodb_undo_logs | 128 |
  209. | innodb_undo_tablespaces | 0 |
  210. | innodb_use_native_aio | ON |
  211. | innodb_use_sys_malloc | ON |
  212. | innodb_version | 5.6.46 |
  213. | innodb_write_io_threads | 4 |
  214. | interactive_timeout | 300 |
  215. | join_buffer_size | 262144 |
  216. | keep_files_on_create | OFF |
  217. | key_buffer_size | 8388608 |
  218. | key_cache_age_threshold | 300 |
  219. | key_cache_block_size | 1024 |
  220. | key_cache_division_limit | 100 |
  221. | large_files_support | ON |
  222. | large_page_size | 0 |
  223. | large_pages | OFF |
  224. | lc_messages | en_US |
  225. | lc_messages_dir | C:\MySQL\share\ |
  226. | lc_time_names | en_US |
  227. | license | GPL |
  228. | local_infile | ON |
  229. | lock_wait_timeout | 31536000 |
  230. | log_bin | OFF |
  231. | log_bin_basename | |
  232. | log_bin_index | |
  233. | log_bin_trust_function_creators | OFF |
  234. | log_bin_use_v1_row_events | OFF |
  235. | log_error | C:\MyData\ErrLog.err |
  236. | log_output | FILE |
  237. | log_queries_not_using_indexes | OFF |
  238. | log_slave_updates | OFF |
  239. | log_slow_admin_statements | OFF |
  240. | log_slow_slave_statements | OFF |
  241. | log_throttle_queries_not_using_indexes | 0 |
  242. | log_warnings | 1 |
  243. | long_query_time | 10.000000 |
  244. | low_priority_updates | OFF |
  245. | lower_case_file_system | ON |
  246. | lower_case_table_names | 1 |
  247. | master_info_repository | FILE |
  248. | master_verify_checksum | OFF |
  249. | max_allowed_packet | 536870912 |
  250. | max_binlog_cache_size | 18446744073709547520 |
  251. | max_binlog_size | 1073741824 |
  252. | max_binlog_stmt_cache_size | 18446744073709547520 |
  253. | max_connect_errors | 100 |
  254. | max_connections | 151 |
  255. | max_delayed_threads | 20 |
  256. | max_digest_length | 1024 |
  257. | max_error_count | 64 |
  258. | max_heap_table_size | 16777216 |
  259. | max_insert_delayed_threads | 20 |
  260. | max_join_size | 18446744073709551615 |
  261. | max_length_for_sort_data | 1024 |
  262. | max_prepared_stmt_count | 16382 |
  263. | max_relay_log_size | 0 |
  264. | max_seeks_for_key | 4294967295 |
  265. | max_sort_length | 1024 |
  266. | max_sp_recursion_depth | 0 |
  267. | max_tmp_tables | 32 |
  268. | max_user_connections | 0 |
  269. | max_write_lock_count | 4294967295 |
  270. | metadata_locks_cache_size | 1024 |
  271. | metadata_locks_hash_instances | 8 |
  272. | min_examined_row_limit | 0 |
  273. | multi_range_count | 256 |
  274. | myisam_data_pointer_size | 6 |
  275. | myisam_max_sort_file_size | 2146435072 |
  276. | myisam_mmap_size | 18446744073709551615 |
  277. | myisam_recover_options | OFF |
  278. | myisam_repair_threads | 1 |
  279. | myisam_sort_buffer_size | 8388608 |
  280. | myisam_stats_method | nulls_unequal |
  281. | myisam_use_mmap | OFF |
  282. | named_pipe | OFF |
  283. | named_pipe_full_access_group | *everyone* |
  284. | net_buffer_length | 16384 |
  285. | net_read_timeout | 90 |
  286. | net_retry_count | 10 |
  287. | net_write_timeout | 90 |
  288. | new | OFF |
  289. | old | OFF |
  290. | old_alter_table | OFF |
  291. | old_passwords | 0 |
  292. | open_files_limit | 7048 |
  293. | optimizer_prune_level | 1 |
  294. | optimizer_search_depth | 62 |
  295. | 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,subquery_materialization_cost_based=on,use_index_extensions=on |
  296. | optimizer_trace | enabled=off,one_line=off |
  297. | optimizer_trace_features | greedy_search=on,range_optimizer=on,dynamic_range=on,repeated_subselect=on |
  298. | optimizer_trace_limit | 1 |
  299. | optimizer_trace_max_mem_size | 16384 |
  300. | optimizer_trace_offset | -1 |
  301. | performance_schema | ON |
  302. | performance_schema_accounts_size | 100 |
  303. | performance_schema_digests_size | 10000 |
  304. | performance_schema_events_stages_history_long_size | 10000 |
  305. | performance_schema_events_stages_history_size | 10 |
  306. | performance_schema_events_statements_history_long_size | 10000 |
  307. | performance_schema_events_statements_history_size | 10 |
  308. | performance_schema_events_waits_history_long_size | 10000 |
  309. | performance_schema_events_waits_history_size | 10 |
  310. | performance_schema_hosts_size | 100 |
  311. | performance_schema_max_cond_classes | 80 |
  312. | performance_schema_max_cond_instances | 3504 |
  313. | performance_schema_max_digest_length | 1024 |
  314. | performance_schema_max_file_classes | 50 |
  315. | performance_schema_max_file_handles | 32768 |
  316. | performance_schema_max_file_instances | 7693 |
  317. | performance_schema_max_mutex_classes | 200 |
  318. | performance_schema_max_mutex_instances | 15906 |
  319. | performance_schema_max_rwlock_classes | 40 |
  320. | performance_schema_max_rwlock_instances | 9102 |
  321. | performance_schema_max_socket_classes | 10 |
  322. | performance_schema_max_socket_instances | 322 |
  323. | performance_schema_max_stage_classes | 150 |
  324. | performance_schema_max_statement_classes | 168 |
  325. | performance_schema_max_table_handles | 4000 |
  326. | performance_schema_max_table_instances | 12500 |
  327. | performance_schema_max_thread_classes | 50 |
  328. | performance_schema_max_thread_instances | 402 |
  329. | performance_schema_session_connect_attrs_size | 512 |
  330. | performance_schema_setup_actors_size | 100 |
  331. | performance_schema_setup_objects_size | 100 |
  332. | performance_schema_users_size | 100 |
  333. | pid_file | C:\MyData\abwiki.pid |
  334. | plugin_dir | C:\MySQL\lib\plugin\ |
  335. | port | 3306 |
  336. | preload_buffer_size | 32768 |
  337. | profiling | OFF |
  338. | profiling_history_size | 15 |
  339. | protocol_version | 10 |
  340. | query_alloc_block_size | 8192 |
  341. | query_cache_limit | 1048576 |
  342. | query_cache_min_res_unit | 4096 |
  343. | query_cache_size | 1048576 |
  344. | query_cache_type | OFF |
  345. | query_cache_wlock_invalidate | OFF |
  346. | query_prealloc_size | 8192 |
  347. | range_alloc_block_size | 4096 |
  348. | read_buffer_size | 131072 |
  349. | read_only | OFF |
  350. | read_rnd_buffer_size | 262144 |
  351. | relay_log | |
  352. | relay_log_basename | |
  353. | relay_log_index | |
  354. | relay_log_info_file | relay-log.info |
  355. | relay_log_info_repository | FILE |
  356. | relay_log_purge | ON |
  357. | relay_log_recovery | OFF |
  358. | relay_log_space_limit | 0 |
  359. | report_host | |
  360. | report_password | |
  361. | report_port | 3306 |
  362. | report_user | |
  363. | rpl_stop_slave_timeout | 31536000 |
  364. | secure_auth | ON |
  365. | secure_file_priv | NULL |
  366. | server_id | 0 |
  367. | server_id_bits | 32 |
  368. | server_uuid | afceb613-c2d2-11eb-a3ee-6cf049559b1a |
  369. | sha256_password_private_key_path | private_key.pem |
  370. | sha256_password_public_key_path | public_key.pem |
  371. | shared_memory | OFF |
  372. | shared_memory_base_name | MYSQL |
  373. | show_old_temporals | OFF |
  374. | simplified_binlog_gtid_recovery | OFF |
  375. | skip_external_locking | ON |
  376. | skip_name_resolve | OFF |
  377. | skip_networking | OFF |
  378. | skip_show_database | OFF |
  379. | slave_allow_batching | OFF |
  380. | slave_checkpoint_group | 512 |
  381. | slave_checkpoint_period | 300 |
  382. | slave_compressed_protocol | OFF |
  383. | slave_exec_mode | STRICT |
  384. | slave_load_tmpdir | C:\Temp |
  385. | slave_max_allowed_packet | 1073741824 |
  386. | slave_net_timeout | 3600 |
  387. | slave_parallel_workers | 0 |
  388. | slave_pending_jobs_size_max | 16777216 |
  389. | slave_rows_search_algorithms | TABLE_SCAN,INDEX_SCAN |
  390. | slave_skip_errors | OFF |
  391. | slave_sql_verify_checksum | ON |
  392. | slave_transaction_retries | 10 |
  393. | slave_type_conversions | |
  394. | slow_launch_time | 2 |
  395. | slow_query_log | OFF |
  396. | slow_query_log_file | C:\MyData\abwiki-slow.log |
  397. | socket | MySQL |
  398. | sort_buffer_size | 262144 |
  399. | sql_auto_is_null | OFF |
  400. | sql_big_selects | ON |
  401. | sql_buffer_result | OFF |
  402. | sql_log_bin | ON |
  403. | sql_log_off | OFF |
  404. | sql_mode | STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION |
  405. | sql_notes | ON |
  406. | sql_quote_show_create | ON |
  407. | sql_safe_updates | OFF |
  408. | sql_select_limit | 18446744073709551615 |
  409. | sql_slave_skip_counter | 0 |
  410. | sql_warnings | OFF |
  411. | ssl_ca | |
  412. | ssl_capath | |
  413. | ssl_cert | |
  414. | ssl_cipher | |
  415. | ssl_crl | |
  416. | ssl_crlpath | |
  417. | ssl_key | |
  418. | storage_engine | InnoDB |
  419. | stored_program_cache | 256 |
  420. | sync_binlog | 0 |
  421. | sync_frm | ON |
  422. | sync_master_info | 10000 |
  423. | sync_relay_log | 10000 |
  424. | sync_relay_log_info | 10000 |
  425. | system_time_zone | |
  426. | table_definition_cache | 1400 |
  427. | table_open_cache | 2000 |
  428. | table_open_cache_instances | 1 |
  429. | thread_cache_size | 9 |
  430. | thread_concurrency | 10 |
  431. | thread_handling | one-thread-per-connection |
  432. | thread_stack | 262144 |
  433. | time_format | %H:%i:%s |
  434. | time_zone | SYSTEM |
  435. | timed_mutexes | OFF |
  436. | tmp_table_size | 16777216 |
  437. | tmpdir | C:\Temp |
  438. | transaction_alloc_block_size | 8192 |
  439. | transaction_prealloc_size | 4096 |
  440. | tx_isolation | REPEATABLE-READ |
  441. | tx_read_only | OFF |
  442. | unique_checks | ON |
  443. | updatable_views_with_limit | YES |
  444. | version | 5.6.46 |
  445. | version_comment | MySQL Community Server (GPL) |
  446. | version_compile_machine | x86_64 |
  447. | version_compile_os | Win64 |
  448. | wait_timeout | 90 |
  449. +--------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  450. 444 rows in set, 1 warning (0.03 sec)
  451.  
  452. mysql> SHOW GLOBAL STATUS;
  453. ERROR 2006 (HY000): MySQL server has gone away
  454. No connection. Trying to reconnect...
  455. Connection id: 2
  456. Current database: *** NONE ***
  457.  
  458. +-----------------------------------------------+-------------+
  459. | Variable_name | Value |
  460. +-----------------------------------------------+-------------+
  461. | Aborted_clients | 1 |
  462. | Aborted_connects | 0 |
  463. | Binlog_cache_disk_use | 0 |
  464. | Binlog_cache_use | 0 |
  465. | Binlog_stmt_cache_disk_use | 0 |
  466. | Binlog_stmt_cache_use | 0 |
  467. | Bytes_received | 484 |
  468. | Bytes_sent | 14667 |
  469. | Com_admin_commands | 0 |
  470. | Com_assign_to_keycache | 0 |
  471. | Com_alter_db | 0 |
  472. | Com_alter_db_upgrade | 0 |
  473. | Com_alter_event | 0 |
  474. | Com_alter_function | 0 |
  475. | Com_alter_procedure | 0 |
  476. | Com_alter_server | 0 |
  477. | Com_alter_table | 0 |
  478. | Com_alter_tablespace | 0 |
  479. | Com_alter_user | 0 |
  480. | Com_analyze | 0 |
  481. | Com_begin | 0 |
  482. | Com_binlog | 0 |
  483. | Com_call_procedure | 0 |
  484. | Com_change_db | 0 |
  485. | Com_change_master | 0 |
  486. | Com_check | 0 |
  487. | Com_checksum | 0 |
  488. | Com_commit | 0 |
  489. | Com_create_db | 0 |
  490. | Com_create_event | 0 |
  491. | Com_create_function | 0 |
  492. | Com_create_index | 0 |
  493. | Com_create_procedure | 0 |
  494. | Com_create_server | 0 |
  495. | Com_create_table | 0 |
  496. | Com_create_trigger | 0 |
  497. | Com_create_udf | 0 |
  498. | Com_create_user | 0 |
  499. | Com_create_view | 0 |
  500. | Com_dealloc_sql | 0 |
  501. | Com_delete | 0 |
  502. | Com_delete_multi | 0 |
  503. | Com_do | 0 |
  504. | Com_drop_db | 0 |
  505. | Com_drop_event | 0 |
  506. | Com_drop_function | 0 |
  507. | Com_drop_index | 0 |
  508. | Com_drop_procedure | 0 |
  509. | Com_drop_server | 0 |
  510. | Com_drop_table | 0 |
  511. | Com_drop_trigger | 0 |
  512. | Com_drop_user | 0 |
  513. | Com_drop_view | 0 |
  514. | Com_empty_query | 0 |
  515. | Com_execute_sql | 0 |
  516. | Com_flush | 0 |
  517. | Com_get_diagnostics | 0 |
  518. | Com_grant | 0 |
  519. | Com_ha_close | 0 |
  520. | Com_ha_open | 0 |
  521. | Com_ha_read | 0 |
  522. | Com_help | 0 |
  523. | Com_insert | 0 |
  524. | Com_insert_select | 0 |
  525. | Com_install_plugin | 0 |
  526. | Com_kill | 0 |
  527. | Com_load | 0 |
  528. | Com_lock_tables | 0 |
  529. | Com_optimize | 0 |
  530. | Com_preload_keys | 0 |
  531. | Com_prepare_sql | 0 |
  532. | Com_purge | 0 |
  533. | Com_purge_before_date | 0 |
  534. | Com_release_savepoint | 0 |
  535. | Com_rename_table | 0 |
  536. | Com_rename_user | 0 |
  537. | Com_repair | 0 |
  538. | Com_replace | 0 |
  539. | Com_replace_select | 0 |
  540. | Com_reset | 0 |
  541. | Com_resignal | 0 |
  542. | Com_revoke | 0 |
  543. | Com_revoke_all | 0 |
  544. | Com_rollback | 0 |
  545. | Com_rollback_to_savepoint | 0 |
  546. | Com_savepoint | 0 |
  547. | Com_select | 1 |
  548. | Com_set_option | 0 |
  549. | Com_signal | 0 |
  550. | Com_show_binlog_events | 0 |
  551. | Com_show_binlogs | 0 |
  552. | Com_show_charsets | 0 |
  553. | Com_show_collations | 0 |
  554. | Com_show_create_db | 0 |
  555. | Com_show_create_event | 0 |
  556. | Com_show_create_func | 0 |
  557. | Com_show_create_proc | 0 |
  558. | Com_show_create_table | 0 |
  559. | Com_show_create_trigger | 0 |
  560. | Com_show_databases | 0 |
  561. | Com_show_engine_logs | 0 |
  562. | Com_show_engine_mutex | 0 |
  563. | Com_show_engine_status | 0 |
  564. | Com_show_events | 0 |
  565. | Com_show_errors | 0 |
  566. | Com_show_fields | 0 |
  567. | Com_show_function_code | 0 |
  568. | Com_show_function_status | 0 |
  569. | Com_show_grants | 0 |
  570. | Com_show_keys | 0 |
  571. | Com_show_master_status | 0 |
  572. | Com_show_open_tables | 0 |
  573. | Com_show_plugins | 0 |
  574. | Com_show_privileges | 0 |
  575. | Com_show_procedure_code | 0 |
  576. | Com_show_procedure_status | 0 |
  577. | Com_show_processlist | 0 |
  578. | Com_show_profile | 0 |
  579. | Com_show_profiles | 0 |
  580. | Com_show_relaylog_events | 0 |
  581. | Com_show_slave_hosts | 0 |
  582. | Com_show_slave_status | 0 |
  583. | Com_show_status | 1 |
  584. | Com_show_storage_engines | 0 |
  585. | Com_show_table_status | 0 |
  586. | Com_show_tables | 0 |
  587. | Com_show_triggers | 0 |
  588. | Com_show_variables | 1 |
  589. | Com_show_warnings | 0 |
  590. | Com_slave_start | 0 |
  591. | Com_slave_stop | 0 |
  592. | Com_stmt_close | 0 |
  593. | Com_stmt_execute | 0 |
  594. | Com_stmt_fetch | 0 |
  595. | Com_stmt_prepare | 0 |
  596. | Com_stmt_reprepare | 0 |
  597. | Com_stmt_reset | 0 |
  598. | Com_stmt_send_long_data | 0 |
  599. | Com_truncate | 0 |
  600. | Com_uninstall_plugin | 0 |
  601. | Com_unlock_tables | 0 |
  602. | Com_update | 0 |
  603. | Com_update_multi | 0 |
  604. | Com_xa_commit | 0 |
  605. | Com_xa_end | 0 |
  606. | Com_xa_prepare | 0 |
  607. | Com_xa_recover | 0 |
  608. | Com_xa_rollback | 0 |
  609. | Com_xa_start | 0 |
  610. | Compression | OFF |
  611. | Connection_errors_accept | 0 |
  612. | Connection_errors_internal | 0 |
  613. | Connection_errors_max_connections | 0 |
  614. | Connection_errors_peer_address | 0 |
  615. | Connection_errors_select | 0 |
  616. | Connection_errors_tcpwrap | 0 |
  617. | Connections | 3 |
  618. | Created_tmp_disk_tables | 0 |
  619. | Created_tmp_files | 5 |
  620. | Created_tmp_tables | 2 |
  621. | Delayed_errors | 0 |
  622. | Delayed_insert_threads | 0 |
  623. | Delayed_writes | 0 |
  624. | Flush_commands | 1 |
  625. | Handler_commit | 0 |
  626. | Handler_delete | 0 |
  627. | Handler_discover | 0 |
  628. | Handler_external_lock | 140 |
  629. | Handler_mrr_init | 0 |
  630. | Handler_prepare | 0 |
  631. | Handler_read_first | 3 |
  632. | Handler_read_key | 0 |
  633. | Handler_read_last | 0 |
  634. | Handler_read_next | 0 |
  635. | Handler_read_prev | 0 |
  636. | Handler_read_rnd | 0 |
  637. | Handler_read_rnd_next | 459 |
  638. | Handler_rollback | 0 |
  639. | Handler_savepoint | 0 |
  640. | Handler_savepoint_rollback | 0 |
  641. | Handler_update | 0 |
  642. | Handler_write | 444 |
  643. | Innodb_buffer_pool_dump_status | not started |
  644. | Innodb_buffer_pool_load_status | not started |
  645. | Innodb_buffer_pool_pages_data | 409 |
  646. | Innodb_buffer_pool_bytes_data | 6701056 |
  647. | Innodb_buffer_pool_pages_dirty | 0 |
  648. | Innodb_buffer_pool_bytes_dirty | 0 |
  649. | Innodb_buffer_pool_pages_flushed | 1 |
  650. | Innodb_buffer_pool_pages_free | 7781 |
  651. | Innodb_buffer_pool_pages_misc | 2 |
  652. | Innodb_buffer_pool_pages_total | 8192 |
  653. | Innodb_buffer_pool_read_ahead_rnd | 0 |
  654. | Innodb_buffer_pool_read_ahead | 0 |
  655. | Innodb_buffer_pool_read_ahead_evicted | 0 |
  656. | Innodb_buffer_pool_read_requests | 18930 |
  657. | Innodb_buffer_pool_reads | 410 |
  658. | Innodb_buffer_pool_wait_free | 0 |
  659. | Innodb_buffer_pool_write_requests | 1 |
  660. | Innodb_data_fsyncs | 5 |
  661. | Innodb_data_pending_fsyncs | 0 |
  662. | Innodb_data_pending_reads | 0 |
  663. | Innodb_data_pending_writes | 0 |
  664. | Innodb_data_read | 6787072 |
  665. | Innodb_data_reads | 423 |
  666. | Innodb_data_writes | 5 |
  667. | Innodb_data_written | 34304 |
  668. | Innodb_dblwr_pages_written | 1 |
  669. | Innodb_dblwr_writes | 1 |
  670. | Innodb_have_atomic_builtins | ON |
  671. | Innodb_log_waits | 0 |
  672. | Innodb_log_write_requests | 0 |
  673. | Innodb_log_writes | 1 |
  674. | Innodb_os_log_fsyncs | 3 |
  675. | Innodb_os_log_pending_fsyncs | 0 |
  676. | Innodb_os_log_pending_writes | 0 |
  677. | Innodb_os_log_written | 512 |
  678. | Innodb_page_size | 16384 |
  679. | Innodb_pages_created | 0 |
  680. | Innodb_pages_read | 409 |
  681. | Innodb_pages_written | 1 |
  682. | Innodb_row_lock_current_waits | 0 |
  683. | Innodb_row_lock_time | 0 |
  684. | Innodb_row_lock_time_avg | 0 |
  685. | Innodb_row_lock_time_max | 0 |
  686. | Innodb_row_lock_waits | 0 |
  687. | Innodb_rows_deleted | 0 |
  688. | Innodb_rows_inserted | 0 |
  689. | Innodb_rows_read | 0 |
  690. | Innodb_rows_updated | 0 |
  691. | Innodb_num_open_files | 6 |
  692. | Innodb_truncated_status_writes | 0 |
  693. | Innodb_available_undo_logs | 128 |
  694. | Key_blocks_not_flushed | 0 |
  695. | Key_blocks_unused | 6698 |
  696. | Key_blocks_used | 0 |
  697. | Key_read_requests | 0 |
  698. | Key_reads | 0 |
  699. | Key_write_requests | 0 |
  700. | Key_writes | 0 |
  701. | Last_query_cost | 0.000000 |
  702. | Last_query_partial_plans | 0 |
  703. | Max_used_connections | 1 |
  704. | Not_flushed_delayed_rows | 0 |
  705. | Open_files | 16 |
  706. | Open_streams | 0 |
  707. | Open_table_definitions | 67 |
  708. | Open_tables | 60 |
  709. | Opened_files | 109 |
  710. | Opened_table_definitions | 67 |
  711. | Opened_tables | 67 |
  712. | Performance_schema_accounts_lost | 0 |
  713. | Performance_schema_cond_classes_lost | 0 |
  714. | Performance_schema_cond_instances_lost | 0 |
  715. | Performance_schema_digest_lost | 0 |
  716. | Performance_schema_file_classes_lost | 0 |
  717. | Performance_schema_file_handles_lost | 0 |
  718. | Performance_schema_file_instances_lost | 0 |
  719. | Performance_schema_hosts_lost | 0 |
  720. | Performance_schema_locker_lost | 0 |
  721. | Performance_schema_mutex_classes_lost | 0 |
  722. | Performance_schema_mutex_instances_lost | 0 |
  723. | Performance_schema_rwlock_classes_lost | 0 |
  724. | Performance_schema_rwlock_instances_lost | 0 |
  725. | Performance_schema_session_connect_attrs_lost | 0 |
  726. | Performance_schema_socket_classes_lost | 0 |
  727. | Performance_schema_socket_instances_lost | 0 |
  728. | Performance_schema_stage_classes_lost | 0 |
  729. | Performance_schema_statement_classes_lost | 0 |
  730. | Performance_schema_table_handles_lost | 0 |
  731. | Performance_schema_table_instances_lost | 0 |
  732. | Performance_schema_thread_classes_lost | 0 |
  733. | Performance_schema_thread_instances_lost | 0 |
  734. | Performance_schema_users_lost | 0 |
  735. | Prepared_stmt_count | 0 |
  736. | Qcache_free_blocks | 1 |
  737. | Qcache_free_memory | 1031432 |
  738. | Qcache_hits | 0 |
  739. | Qcache_inserts | 0 |
  740. | Qcache_lowmem_prunes | 0 |
  741. | Qcache_not_cached | 1 |
  742. | Qcache_queries_in_cache | 0 |
  743. | Qcache_total_blocks | 1 |
  744. | Queries | 4 |
  745. | Questions | 3 |
  746. | Rsa_public_key | |
  747. | Select_full_join | 0 |
  748. | Select_full_range_join | 0 |
  749. | Select_range | 0 |
  750. | Select_range_check | 0 |
  751. | Select_scan | 2 |
  752. | Slave_heartbeat_period | |
  753. | Slave_last_heartbeat | |
  754. | Slave_open_temp_tables | 0 |
  755. | Slave_received_heartbeats | |
  756. | Slave_retried_transactions | |
  757. | Slave_running | OFF |
  758. | Slow_launch_threads | 0 |
  759. | Slow_queries | 0 |
  760. | Sort_merge_passes | 0 |
  761. | Sort_range | 0 |
  762. | Sort_rows | 0 |
  763. | Sort_scan | 0 |
  764. | Ssl_accept_renegotiates | 0 |
  765. | Ssl_accepts | 0 |
  766. | Ssl_callback_cache_hits | 0 |
  767. | Ssl_cipher | |
  768. | Ssl_cipher_list | |
  769. | Ssl_client_connects | 0 |
  770. | Ssl_connect_renegotiates | 0 |
  771. | Ssl_ctx_verify_depth | 0 |
  772. | Ssl_ctx_verify_mode | 0 |
  773. | Ssl_default_timeout | 0 |
  774. | Ssl_finished_accepts | 0 |
  775. | Ssl_finished_connects | 0 |
  776. | Ssl_server_not_after | |
  777. | Ssl_server_not_before | |
  778. | Ssl_session_cache_hits | 0 |
  779. | Ssl_session_cache_misses | 0 |
  780. | Ssl_session_cache_mode | NONE |
  781. | Ssl_session_cache_overflows | 0 |
  782. | Ssl_session_cache_size | 0 |
  783. | Ssl_session_cache_timeouts | 0 |
  784. | Ssl_sessions_reused | 0 |
  785. | Ssl_used_session_cache_entries | 0 |
  786. | Ssl_verify_depth | 0 |
  787. | Ssl_verify_mode | 0 |
  788. | Ssl_version | |
  789. | Table_locks_immediate | 70 |
  790. | Table_locks_waited | 0 |
  791. | Table_open_cache_hits | 3 |
  792. | Table_open_cache_misses | 67 |
  793. | Table_open_cache_overflows | 0 |
  794. | Tc_log_max_pages_used | 0 |
  795. | Tc_log_page_size | 0 |
  796. | Tc_log_page_waits | 0 |
  797. | Threads_cached | 0 |
  798. | Threads_connected | 1 |
  799. | Threads_created | 1 |
  800. | Threads_running | 1 |
  801. | Uptime | 598 |
  802. | Uptime_since_flush_status | 598 |
  803. +-----------------------------------------------+-------------+
  804. 342 rows in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement