Advertisement
Tsaukpaetra

MariaDB show variables

Jan 12th, 2020
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.14 KB | None | 0 0
  1. MariaDB [nextcloud]> show variables;
  2. +--------------------------------------------------------+-----------------+
  3. | Variable_name | Value |
  4. +--------------------------------------------------------+-----------------+
  5. | alter_algorithm | DEFAULT |
  6. | analyze_sample_percentage | 100.000000 |
  7. | aria_block_size | 8192 |
  8. | aria_checkpoint_interval | 30 |
  9. | aria_checkpoint_log_activity | 1048576 |
  10. | aria_encrypt_tables | OFF |
  11. | aria_force_start_after_recovery_failures | 0 |
  12. | aria_group_commit | none |
  13. | aria_group_commit_interval | 0 |
  14. | aria_log_file_size | 1073741824 |
  15. | aria_log_purge_type | immediate |
  16. | aria_max_sort_file_size | 9223372036853727232 |
  17. | aria_page_checksum | ON |
  18. | aria_pagecache_age_threshold | 300 |
  19. | aria_pagecache_buffer_size | 134217728 |
  20. | aria_pagecache_division_limit | 100 |
  21. | aria_pagecache_file_hash_size | 512 |
  22. | aria_recover_options | BACKUP,QUICK |
  23. | aria_repair_threads | 1 |
  24. | aria_sort_buffer_size | 268434432 |
  25. | aria_stats_method | nulls_unequal |
  26. | aria_sync_log_dir | NEWFILE |
  27. | aria_used_for_temp_tables | ON |
  28. | auto_increment_increment | 1 |
  29. | auto_increment_offset | 1 |
  30. | autocommit | ON |
  31. | automatic_sp_privileges | ON |
  32. | back_log | 70 |
  33. | basedir | /usr |
  34. | big_tables | OFF |
  35. | bind_address | |
  36. | binlog_annotate_row_events | ON |
  37. | binlog_cache_size | 32768 |
  38. | binlog_checksum | CRC32 |
  39. | binlog_commit_wait_count | 0 |
  40. | binlog_commit_wait_usec | 100000 |
  41. | binlog_direct_non_transactional_updates | OFF |
  42. | binlog_file_cache_size | 16384 |
  43. | binlog_format | MIXED |
  44. | binlog_optimize_thread_scheduling | ON |
  45. | binlog_row_image | FULL |
  46. | binlog_stmt_cache_size | 32768 |
  47. | bulk_insert_buffer_size | 16777216 |
  48. | character_set_client | latin1 |
  49. | character_set_connection | latin1 |
  50. | character_set_database | utf8mb4 |
  51. | character_set_filesystem | binary |
  52. | character_set_results | latin1 |
  53. | character_set_server | latin1 |
  54. | character_set_system | utf8 |
  55. | character_sets_dir | /usr/share/mysql/charsets/ |
  56. | check_constraint_checks | ON |
  57. | collation_connection | latin1_swedish_ci |
  58. | collation_database | utf8mb4_general_ci |
  59. | collation_server | latin1_swedish_ci |
  60. | column_compression_threshold | 100 |
  61. | column_compression_zlib_level | 6 |
  62. | column_compression_zlib_strategy | DEFAULT_STRATEGY|
  63. | column_compression_zlib_wrap | OFF |
  64. | completion_type | NO_CHAIN |
  65. | concurrent_insert | ALWAYS |
  66. | connect_timeout | 5 |
  67. | core_file | OFF |
  68. | datadir | /var/lib/mysql/ |
  69. | date_format | %Y-%m-%d |
  70. | datetime_format | %Y-%m-%d %H:%i:%s |
  71. | deadlock_search_depth_long | 15 |
  72. | deadlock_search_depth_short | 4 |
  73. | deadlock_timeout_long | 50000000 |
  74. | deadlock_timeout_short | 10000 |
  75. | debug_no_thread_alarm | OFF |
  76. | default_master_connection | |
  77. | default_password_lifetime | 0 |
  78. | default_regex_flags | |
  79. | default_storage_engine | InnoDB |
  80. | default_tmp_storage_engine | |
  81. | default_week_format | 0 |
  82. | delay_key_write | ON |
  83. | delayed_insert_limit | 100 |
  84. | delayed_insert_timeout | 300 |
  85. | delayed_queue_size | 1000 |
  86. | disconnect_on_expired_password | OFF |
  87. | div_precision_increment | 4 |
  88. | encrypt_binlog | OFF |
  89. | encrypt_tmp_disk_tables | OFF |
  90. | encrypt_tmp_files | OFF |
  91. | enforce_storage_engine | |
  92. | eq_range_index_dive_limit | 200 |
  93. | error_count | 0 |
  94. | event_scheduler | OFF |
  95. | expensive_subquery_limit | 100 |
  96. | expire_logs_days | 10 |
  97. | explicit_defaults_for_timestamp | OFF |
  98. | external_user | |
  99. | extra_max_connections | 1 |
  100. | extra_port | 0 |
  101. | flush | OFF |
  102. | flush_time | 0 |
  103. | foreign_key_checks | ON |
  104. | ft_boolean_syntax | + -><()~*:""&| |
  105. | ft_max_word_len | 84 |
  106. | ft_min_word_len | 4 |
  107. | ft_query_expansion_limit | 20 |
  108. | ft_stopword_file | (built-in) |
  109. | general_log | OFF |
  110. | general_log_file | mariadb.log |
  111. | group_concat_max_len | 1048576 |
  112. | gtid_binlog_pos | |
  113. | gtid_binlog_state | |
  114. | gtid_cleanup_batch_size | 64 |
  115. | gtid_current_pos | |
  116. | gtid_domain_id | 0 |
  117. | gtid_ignore_duplicates | OFF |
  118. | gtid_pos_auto_engines | |
  119. | gtid_seq_no | 0 |
  120. | gtid_slave_pos | |
  121. | gtid_strict_mode | OFF |
  122. | have_compress | YES |
  123. | have_crypt | YES |
  124. | have_dynamic_loading | YES |
  125. | have_geometry | YES |
  126. | have_openssl | YES |
  127. | have_profiling | YES |
  128. | have_query_cache | YES |
  129. | have_rtree_keys | YES |
  130. | have_ssl | DISABLED |
  131. | have_symlink | YES |
  132. | histogram_size | 254 |
  133. | histogram_type | DOUBLE_PREC_HB |
  134. | host_cache_size | 228 |
  135. | hostname | mariadb |
  136. | identity | 0 |
  137. | idle_readonly_transaction_timeout | 0 |
  138. | idle_transaction_timeout | 0 |
  139. | idle_write_transaction_timeout | 0 |
  140. | ignore_builtin_innodb | OFF |
  141. | ignore_db_dirs | |
  142. | in_predicate_conversion_threshold | 1000 |
  143. | in_transaction | 0 |
  144. | init_connect | |
  145. | init_file | |
  146. | init_slave | |
  147. | innodb_adaptive_flushing | ON |
  148. | innodb_adaptive_flushing_lwm | 10.000000 |
  149. | innodb_adaptive_hash_index | ON |
  150. | innodb_adaptive_hash_index_parts | 8 |
  151. | innodb_adaptive_max_sleep_delay | 150000 |
  152. | innodb_autoextend_increment | 64 |
  153. | innodb_autoinc_lock_mode | 1 |
  154. | innodb_background_scrub_data_check_interval | 3600 |
  155. | innodb_background_scrub_data_compressed | OFF |
  156. | innodb_background_scrub_data_interval | 604800 |
  157. | innodb_background_scrub_data_uncompressed | OFF |
  158. | innodb_buf_dump_status_frequency | 0 |
  159. | innodb_buffer_pool_chunk_size | 134217728 |
  160. | innodb_buffer_pool_dump_at_shutdown | ON |
  161. | innodb_buffer_pool_dump_now | OFF |
  162. | innodb_buffer_pool_dump_pct | 25 |
  163. | innodb_buffer_pool_filename | ib_buffer_pool |
  164. | innodb_buffer_pool_instances | 1 |
  165. | innodb_buffer_pool_load_abort | OFF |
  166. | innodb_buffer_pool_load_at_startup | ON |
  167. | innodb_buffer_pool_load_now | OFF |
  168. | innodb_buffer_pool_size | 268435456 |
  169. | innodb_change_buffer_max_size | 25 |
  170. | innodb_change_buffering | all |
  171. | innodb_checksum_algorithm | crc32 |
  172. | innodb_checksums | ON |
  173. | innodb_cmp_per_index_enabled | OFF |
  174. | innodb_commit_concurrency | 0 |
  175. | innodb_compression_algorithm | lz4 |
  176. | innodb_compression_default | ON |
  177. | innodb_compression_failure_threshold_pct | 5 |
  178. | innodb_compression_level | 6 |
  179. | innodb_compression_pad_pct_max | 50 |
  180. | innodb_concurrency_tickets | 5000 |
  181. | innodb_data_file_path | ibdata1:12M:autoextend |
  182. | innodb_data_home_dir | |
  183. | innodb_deadlock_detect | ON |
  184. | innodb_default_encryption_key_id | 1 |
  185. | innodb_default_row_format | dynamic |
  186. | innodb_defragment | OFF |
  187. | innodb_defragment_fill_factor | 0.900000 |
  188. | innodb_defragment_fill_factor_n_recs | 20 |
  189. | innodb_defragment_frequency | 40 |
  190. | innodb_defragment_n_pages | 7 |
  191. | innodb_defragment_stats_accuracy | 0 |
  192. | innodb_disable_sort_file_cache | OFF |
  193. | innodb_disallow_writes | OFF |
  194. | innodb_doublewrite | OFF |
  195. | innodb_encrypt_log | OFF |
  196. | innodb_encrypt_tables | OFF |
  197. | innodb_encrypt_temporary_tables | OFF |
  198. | innodb_encryption_rotate_key_age | 1 |
  199. | innodb_encryption_rotation_iops | 100 |
  200. | innodb_encryption_threads | 0 |
  201. | innodb_fast_shutdown | 1 |
  202. | innodb_fatal_semaphore_wait_threshold | 600 |
  203. | innodb_file_format | barracuda |
  204. | innodb_file_per_table | ON |
  205. | innodb_fill_factor | 100 |
  206. | innodb_flush_log_at_timeout | 1 |
  207. | innodb_flush_log_at_trx_commit | 1 |
  208. | innodb_flush_method | O_DIRECT |
  209. | innodb_flush_neighbors | 1 |
  210. | innodb_flush_sync | ON |
  211. | innodb_flushing_avg_loops | 30 |
  212. | innodb_force_load_corrupted | OFF |
  213. | innodb_force_primary_key | OFF |
  214. | innodb_force_recovery | 0 |
  215. | innodb_ft_aux_table | |
  216. | innodb_ft_cache_size | 8000000 |
  217. | innodb_ft_enable_diag_print | OFF |
  218. | innodb_ft_enable_stopword | ON |
  219. | innodb_ft_max_token_size | 84 |
  220. | innodb_ft_min_token_size | 3 |
  221. | innodb_ft_num_word_optimize | 2000 |
  222. | innodb_ft_result_cache_limit | 2000000000 |
  223. | innodb_ft_server_stopword_table | |
  224. | innodb_ft_sort_pll_degree | 2 |
  225. | innodb_ft_total_cache_size | 640000000 |
  226. | innodb_ft_user_stopword_table | |
  227. | innodb_idle_flush_pct | 100 |
  228. | innodb_immediate_scrub_data_uncompressed | OFF |
  229. | innodb_io_capacity | 400 |
  230. | innodb_io_capacity_max | 2000 |
  231. | innodb_large_prefix | on |
  232. | innodb_lock_schedule_algorithm | fcfs |
  233. | innodb_lock_wait_timeout | 50 |
  234. | innodb_locks_unsafe_for_binlog | OFF |
  235. | innodb_log_buffer_size | 8388608 |
  236. | innodb_log_checksums | ON |
  237. | innodb_log_compressed_pages | ON |
  238. | innodb_log_file_size | 50331648 |
  239. | innodb_log_files_in_group | 2 |
  240. | innodb_log_group_home_dir | ./ |
  241. | innodb_log_optimize_ddl | ON |
  242. | innodb_log_write_ahead_size | 8192 |
  243. | innodb_lru_scan_depth | 1024 |
  244. | innodb_max_dirty_pages_pct | 75.000000 |
  245. | innodb_max_dirty_pages_pct_lwm | 0.000000 |
  246. | innodb_max_purge_lag | 0 |
  247. | innodb_max_purge_lag_delay | 0 |
  248. | innodb_max_undo_log_size | 41943040 |
  249. | innodb_monitor_disable | |
  250. | innodb_monitor_enable | |
  251. | innodb_monitor_reset | |
  252. | innodb_monitor_reset_all | |
  253. | innodb_old_blocks_pct | 37 |
  254. | innodb_old_blocks_time | 1000 |
  255. | innodb_online_alter_log_max_size | 134217728 |
  256. | innodb_open_files | 400 |
  257. | innodb_optimize_fulltext_only | OFF |
  258. | innodb_page_cleaners | 1 |
  259. | innodb_page_size | 65536 |
  260. | innodb_prefix_index_cluster_optimization | OFF |
  261. | innodb_print_all_deadlocks | OFF |
  262. | innodb_purge_batch_size | 300 |
  263. | innodb_purge_rseg_truncate_frequency | 128 |
  264. | innodb_purge_threads | 4 |
  265. | innodb_random_read_ahead | OFF |
  266. | innodb_read_ahead_threshold | 56 |
  267. | innodb_read_io_threads | 4 |
  268. | innodb_read_only | OFF |
  269. | innodb_replication_delay | 0 |
  270. | innodb_rollback_on_timeout | OFF |
  271. | innodb_rollback_segments | 128 |
  272. | innodb_scrub_log | OFF |
  273. | innodb_scrub_log_speed | 256 |
  274. | innodb_sort_buffer_size | 1048576 |
  275. | innodb_spin_wait_delay | 4 |
  276. | innodb_stats_auto_recalc | ON |
  277. | innodb_stats_include_delete_marked | OFF |
  278. | innodb_stats_method | nulls_equal |
  279. | innodb_stats_modified_counter | 0 |
  280. | innodb_stats_on_metadata | OFF |
  281. | innodb_stats_persistent | ON |
  282. | innodb_stats_persistent_sample_pages | 20 |
  283. | innodb_stats_sample_pages | 8 |
  284. | innodb_stats_traditional | ON |
  285. | innodb_stats_transient_sample_pages | 8 |
  286. | innodb_status_output | OFF |
  287. | innodb_status_output_locks | OFF |
  288. | innodb_strict_mode | ON |
  289. | innodb_sync_array_size | 1 |
  290. | innodb_sync_spin_loops | 30 |
  291. | innodb_table_locks | ON |
  292. | innodb_temp_data_file_path | ibtmp1:12M:autoextend |
  293. | innodb_thread_concurrency | 0 |
  294. | innodb_thread_sleep_delay | 10000 |
  295. | innodb_tmpdir | |
  296. | innodb_undo_directory | ./ |
  297. | innodb_undo_log_truncate | OFF |
  298. | innodb_undo_logs | 128 |
  299. | innodb_undo_tablespaces | 0 |
  300. | innodb_use_atomic_writes | ON |
  301. | innodb_use_native_aio | ON |
  302. | innodb_version | 10.4.11 |
  303. | innodb_write_io_threads | 4 |
  304. | insert_id | 0 |
  305. | interactive_timeout | 28800 |
  306. | join_buffer_size | 262144 |
  307. | join_buffer_space_limit | 2097152 |
  308. | join_cache_level | 2 |
  309. | keep_files_on_create | OFF |
  310. | key_buffer_size | 134217728 |
  311. | key_cache_age_threshold | 300 |
  312. | key_cache_block_size | 1024 |
  313. | key_cache_division_limit | 100 |
  314. | key_cache_file_hash_size | 512 |
  315. | key_cache_segments | 0 |
  316. | large_files_support | ON |
  317. | large_page_size | 0 |
  318. | large_pages | OFF |
  319. | last_gtid | |
  320. | last_insert_id | 0 |
  321. | lc_messages | en_US |
  322. | lc_messages_dir | /usr/share/mysql|
  323. | lc_time_names | en_US |
  324. | license | GPL |
  325. | local_infile | ON |
  326. | lock_wait_timeout | 86400 |
  327. | locked_in_memory | OFF |
  328. | log_bin | OFF |
  329. | log_bin_basename | |
  330. | log_bin_compress | OFF |
  331. | log_bin_compress_min_len | 256 |
  332. | log_bin_index | |
  333. | log_bin_trust_function_creators | OFF |
  334. | log_disabled_statements | sp |
  335. | log_error | |
  336. | log_output | FILE |
  337. | log_queries_not_using_indexes | OFF |
  338. | log_slave_updates | OFF |
  339. | log_slow_admin_statements | ON |
  340. | log_slow_disabled_statements | sp |
  341. | log_slow_filter | admin,filesort,filesort_on_disk,filesort_priority_queue,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk |
  342. | log_slow_rate_limit | 1 |
  343. | log_slow_slave_statements | ON |
  344. | log_slow_verbosity | |
  345. | log_tc_size | 24576 |
  346. | log_warnings | 2 |
  347. | long_query_time | 10.000000 |
  348. | low_priority_updates | OFF |
  349. | lower_case_file_system | OFF |
  350. | lower_case_table_names | 0 |
  351. | master_verify_checksum | OFF |
  352. | max_allowed_packet | 16777216 |
  353. | max_binlog_cache_size | 18446744073709547520 |
  354. | max_binlog_size | 104857600 |
  355. | max_binlog_stmt_cache_size | 18446744073709547520 |
  356. | max_connect_errors | 100 |
  357. | max_connections | 100 |
  358. | max_delayed_threads | 20 |
  359. | max_digest_length | 1024 |
  360. | max_error_count | 64 |
  361. | max_heap_table_size | 33554432 |
  362. | max_insert_delayed_threads | 20 |
  363. | max_join_size | 18446744073709551615 |
  364. | max_length_for_sort_data | 1024 |
  365. | max_long_data_size | 16777216 |
  366. | max_password_errors | 4294967295 |
  367. | max_prepared_stmt_count | 16382 |
  368. | max_recursive_iterations | 4294967295 |
  369. | max_relay_log_size | 104857600 |
  370. | max_rowid_filter_size | 131072 |
  371. | max_seeks_for_key | 4294967295 |
  372. | max_session_mem_used | 9223372036854775807 |
  373. | max_sort_length | 1024 |
  374. | max_sp_recursion_depth | 0 |
  375. | max_statement_time | 0.000000 |
  376. | max_tmp_tables | 32 |
  377. | max_user_connections | 0 |
  378. | max_write_lock_count | 4294967295 |
  379. | metadata_locks_cache_size | 1024 |
  380. | metadata_locks_hash_instances | 8 |
  381. | min_examined_row_limit | 0 |
  382. | mrr_buffer_size | 262144 |
  383. | multi_range_count | 256 |
  384. | myisam_block_size | 1024 |
  385. | myisam_data_pointer_size | 6 |
  386. | myisam_max_sort_file_size | 9223372036853727232 |
  387. | myisam_mmap_size | 18446744073709551615 |
  388. | myisam_recover_options | BACKUP |
  389. | myisam_repair_threads | 1 |
  390. | myisam_sort_buffer_size | 536870912 |
  391. | myisam_stats_method | NULLS_UNEQUAL |
  392. | myisam_use_mmap | OFF |
  393. | mysql56_temporal_format | ON |
  394. | net_buffer_length | 16384 |
  395. | net_read_timeout | 30 |
  396. | net_retry_count | 10 |
  397. | net_write_timeout | 60 |
  398. | old | OFF |
  399. | old_alter_table | DEFAULT |
  400. | old_mode | |
  401. | old_passwords | OFF |
  402. | open_files_limit | 935 |
  403. | optimizer_prune_level | 1 |
  404. | optimizer_search_depth | 62 |
  405. | optimizer_selectivity_sampling_limit | 100 |
  406. | optimizer_switch | index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=on,table_elimination=on,extended_keys=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on,condition_pushdown_for_subquery=on,rowid_filter=on,condition_pushdown_from_having=on |
  407. | optimizer_trace | enabled=off |
  408. | optimizer_trace_max_mem_size | 1048576 |
  409. | optimizer_use_condition_selectivity | 4 |
  410. | performance_schema | OFF |
  411. | performance_schema_accounts_size | -1 |
  412. | performance_schema_digests_size | -1 |
  413. | performance_schema_events_stages_history_long_size | -1 |
  414. | performance_schema_events_stages_history_size | -1 |
  415. | performance_schema_events_statements_history_long_size | -1 |
  416. | performance_schema_events_statements_history_size | -1 |
  417. | performance_schema_events_waits_history_long_size | -1 |
  418. | performance_schema_events_waits_history_size | -1 |
  419. | performance_schema_hosts_size | -1 |
  420. | performance_schema_max_cond_classes | 80 |
  421. | performance_schema_max_cond_instances | -1 |
  422. | performance_schema_max_digest_length | 1024 |
  423. | performance_schema_max_file_classes | 50 |
  424. | performance_schema_max_file_handles | 32768 |
  425. | performance_schema_max_file_instances | -1 |
  426. | performance_schema_max_mutex_classes | 200 |
  427. | performance_schema_max_mutex_instances | -1 |
  428. | performance_schema_max_rwlock_classes | 40 |
  429. | performance_schema_max_rwlock_instances | -1 |
  430. | performance_schema_max_socket_classes | 10 |
  431. | performance_schema_max_socket_instances | -1 |
  432. | performance_schema_max_stage_classes | 160 |
  433. | performance_schema_max_statement_classes | 202 |
  434. | performance_schema_max_table_handles | -1 |
  435. | performance_schema_max_table_instances | -1 |
  436. | performance_schema_max_thread_classes | 50 |
  437. | performance_schema_max_thread_instances | -1 |
  438. | performance_schema_session_connect_attrs_size | -1 |
  439. | performance_schema_setup_actors_size | 100 |
  440. | performance_schema_setup_objects_size | 100 |
  441. | performance_schema_users_size | -1 |
  442. | pid_file | /var/run/mysqld/mysqld.pid |
  443. | plugin_dir | /usr/lib/mysql/plugin/ |
  444. | plugin_maturity | gamma |
  445. | port | 3306 |
  446. | preload_buffer_size | 32768 |
  447. | profiling | OFF |
  448. | profiling_history_size | 15 |
  449. | progress_report_time | 5 |
  450. | protocol_version | 10 |
  451. | proxy_protocol_networks | |
  452. | proxy_user | |
  453. | pseudo_slave_mode | OFF |
  454. | pseudo_thread_id | 350 |
  455. | query_alloc_block_size | 16384 |
  456. | query_cache_limit | 131072 |
  457. | query_cache_min_res_unit | 4096 |
  458. | query_cache_size | 67108864 |
  459. | query_cache_strip_comments | OFF |
  460. | query_cache_type | ON |
  461. | query_cache_wlock_invalidate | OFF |
  462. | query_prealloc_size | 24576 |
  463. | rand_seed1 | 485769264 |
  464. | rand_seed2 | 718795107 |
  465. | range_alloc_block_size | 4096 |
  466. | read_binlog_speed_limit | 0 |
  467. | read_buffer_size | 2097152 |
  468. | read_only | OFF |
  469. | read_rnd_buffer_size | 1048576 |
  470. | relay_log | |
  471. | relay_log_basename | |
  472. | relay_log_index | |
  473. | relay_log_info_file | relay-log.info |
  474. | relay_log_purge | ON |
  475. | relay_log_recovery | OFF |
  476. | relay_log_space_limit | 0 |
  477. | replicate_annotate_row_events | ON |
  478. | replicate_do_db | |
  479. | replicate_do_table | |
  480. | replicate_events_marked_for_skip | REPLICATE |
  481. | replicate_ignore_db | |
  482. | replicate_ignore_table | |
  483. | replicate_wild_do_table | |
  484. | replicate_wild_ignore_table | |
  485. | report_host | |
  486. | report_password | |
  487. | report_port | 3306 |
  488. | report_user | |
  489. | rowid_merge_buff_size | 8388608 |
  490. | rpl_semi_sync_master_enabled | OFF |
  491. | rpl_semi_sync_master_timeout | 10000 |
  492. | rpl_semi_sync_master_trace_level | 32 |
  493. | rpl_semi_sync_master_wait_no_slave | ON |
  494. | rpl_semi_sync_master_wait_point | AFTER_COMMIT |
  495. | rpl_semi_sync_slave_delay_master | OFF |
  496. | rpl_semi_sync_slave_enabled | OFF |
  497. | rpl_semi_sync_slave_kill_conn_timeout | 5 |
  498. | rpl_semi_sync_slave_trace_level | 32 |
  499. | secure_auth | ON |
  500. | secure_file_priv | |
  501. | secure_timestamp | NO |
  502. | server_id | 1 |
  503. | session_track_schema | ON |
  504. | session_track_state_change | OFF |
  505. | session_track_system_variables | autocommit,character_set_client,character_set_connection,character_set_results,time_zone |
  506. | session_track_transaction_info | OFF |
  507. | skip_external_locking | ON |
  508. | skip_name_resolve | OFF |
  509. | skip_networking | OFF |
  510. | skip_parallel_replication | OFF |
  511. | skip_replication | OFF |
  512. | skip_show_database | OFF |
  513. | slave_compressed_protocol | OFF |
  514. | slave_ddl_exec_mode | IDEMPOTENT |
  515. | slave_domain_parallel_threads | 0 |
  516. | slave_exec_mode | STRICT |
  517. | slave_load_tmpdir | /tmp |
  518. | slave_max_allowed_packet | 1073741824 |
  519. | slave_net_timeout | 60 |
  520. | slave_parallel_max_queued | 131072 |
  521. | slave_parallel_mode | conservative |
  522. | slave_parallel_threads | 0 |
  523. | slave_parallel_workers | 0 |
  524. | slave_run_triggers_for_rbr | NO |
  525. | slave_skip_errors | OFF |
  526. | slave_sql_verify_checksum | ON |
  527. | slave_transaction_retries | 10 |
  528. | slave_transaction_retry_errors | 1158,1159,1160,1161,1205,1213,1429,2013,12701 |
  529. | slave_transaction_retry_interval | 0 |
  530. | slave_type_conversions | |
  531. | slow_launch_time | 2 |
  532. | slow_query_log | OFF |
  533. | slow_query_log_file | /var/log/mysql/mariadb-slow.log |
  534. | socket | /var/run/mysqld/mysqld.sock |
  535. | sort_buffer_size | 4194304 |
  536. | sql_auto_is_null | OFF |
  537. | sql_big_selects | ON |
  538. | sql_buffer_result | OFF |
  539. | sql_log_bin | ON |
  540. | sql_log_off | OFF |
  541. | sql_mode | STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION |
  542. | sql_notes | ON |
  543. | sql_quote_show_create | ON |
  544. | sql_safe_updates | OFF |
  545. | sql_select_limit | 18446744073709551615 |
  546. | sql_slave_skip_counter | 0 |
  547. | sql_warnings | OFF |
  548. | ssl_ca | |
  549. | ssl_capath | |
  550. | ssl_cert | |
  551. | ssl_cipher | |
  552. | ssl_crl | |
  553. | ssl_crlpath | |
  554. | ssl_key | |
  555. | standard_compliant_cte | ON |
  556. | storage_engine | InnoDB |
  557. | stored_program_cache | 256 |
  558. | strict_password_validation | ON |
  559. | sync_binlog | 0 |
  560. | sync_frm | ON |
  561. | sync_master_info | 10000 |
  562. | sync_relay_log | 10000 |
  563. | sync_relay_log_info | 10000 |
  564. | system_time_zone | UTC |
  565. | system_versioning_alter_history | ERROR |
  566. | system_versioning_asof | DEFAULT |
  567. | table_definition_cache | 400 |
  568. | table_open_cache | 400 |
  569. | table_open_cache_instances | 8 |
  570. | tcp_keepalive_interval | 0 |
  571. | tcp_keepalive_probes | 0 |
  572. | tcp_keepalive_time | 0 |
  573. | tcp_nodelay | ON |
  574. | thread_cache_size | 100 |
  575. | thread_concurrency | 10 |
  576. | thread_handling | one-thread-per-connection |
  577. | thread_pool_idle_timeout | 60 |
  578. | thread_pool_max_threads | 65536 |
  579. | thread_pool_oversubscribe | 3 |
  580. | thread_pool_prio_kickup_timer | 1000 |
  581. | thread_pool_priority | auto |
  582. | thread_pool_size | 4 |
  583. | thread_pool_stall_limit | 500 |
  584. | thread_stack | 299008 |
  585. | time_format | %H:%i:%s |
  586. | time_zone | SYSTEM |
  587. | timed_mutexes | OFF |
  588. | timestamp | 1578830422.532522 |
  589. | tls_version | TLSv1.1,TLSv1.2,TLSv1.3 |
  590. | tmp_disk_table_size | 18446744073709551615 |
  591. | tmp_memory_table_size | 33554432 |
  592. | tmp_table_size | 33554432 |
  593. | tmpdir | /tmp |
  594. | transaction_alloc_block_size | 8192 |
  595. | transaction_prealloc_size | 4096 |
  596. | tx_isolation | REPEATABLE-READ |
  597. | tx_read_only | OFF |
  598. | unique_checks | ON |
  599. | updatable_views_with_limit | YES |
  600. | use_stat_tables | PREFERABLY_FOR_QUERIES |
  601. | userstat | OFF |
  602. | version | 10.4.11-MariaDB-1:10.4.11+maria~bionic |
  603. | version_comment | mariadb.org binary distribution |
  604. | version_compile_machine | x86_64 |
  605. | version_compile_os | debian-linux-gnu|
  606. | version_malloc_library | system |
  607. | version_source_revision | 7c2c420b70b19cc02b5281127205e876f3919dad |
  608. | version_ssl_library | OpenSSL 1.1.1 11 Sep 2018 |
  609. | wait_timeout | 28800 |
  610. | warning_count | 0 |
  611. | wsrep_osu_method | TOI |
  612. | wsrep_sr_store | table |
  613. | wsrep_auto_increment_control | ON |
  614. | wsrep_causal_reads | OFF |
  615. | wsrep_certification_rules | strict |
  616. | wsrep_certify_nonpk | ON |
  617. | wsrep_cluster_address | |
  618. | wsrep_cluster_name | my_wsrep_cluster|
  619. | wsrep_convert_lock_to_trx | OFF |
  620. | wsrep_data_home_dir | /var/lib/mysql/ |
  621. | wsrep_dbug_option | |
  622. | wsrep_debug | NONE |
  623. | wsrep_desync | OFF |
  624. | wsrep_dirty_reads | OFF |
  625. | wsrep_drupal_282555_workaround | OFF |
  626. | wsrep_forced_binlog_format | NONE |
  627. | wsrep_gtid_domain_id | 0 |
  628. | wsrep_gtid_mode | OFF |
  629. | wsrep_ignore_apply_errors | 7 |
  630. | wsrep_load_data_splitting | OFF |
  631. | wsrep_log_conflicts | OFF |
  632. | wsrep_max_ws_rows | 0 |
  633. | wsrep_max_ws_size | 2147483647 |
  634. | wsrep_mysql_replication_bundle | 0 |
  635. | wsrep_node_address | |
  636. | wsrep_node_incoming_address | AUTO |
  637. | wsrep_node_name | mariadb |
  638. | wsrep_notify_cmd | |
  639. | wsrep_on | OFF |
  640. | wsrep_patch_version | wsrep_26.22 |
  641. | wsrep_provider | none |
  642. | wsrep_provider_options | |
  643. | wsrep_recover | OFF |
  644. | wsrep_reject_queries | NONE |
  645. | wsrep_replicate_myisam | OFF |
  646. | wsrep_restart_slave | OFF |
  647. | wsrep_retry_autocommit | 1 |
  648. | wsrep_slave_fk_checks | ON |
  649. | wsrep_slave_uk_checks | OFF |
  650. | wsrep_slave_threads | 1 |
  651. | wsrep_sst_auth | |
  652. | wsrep_sst_donor | |
  653. | wsrep_sst_donor_rejects_queries | OFF |
  654. | wsrep_sst_method | rsync |
  655. | wsrep_sst_receive_address | AUTO |
  656. | wsrep_start_position | 00000000-0000-0000-0000-000000000000:-1 |
  657. | wsrep_sync_wait | 0 |
  658. | wsrep_trx_fragment_size | 0 |
  659. | wsrep_trx_fragment_unit | bytes |
  660. +--------------------------------------------------------+-----------------+
  661. 655 rows in set (0.002 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement