Advertisement
Guest User

MySQL Config

a guest
Nov 3rd, 2013
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.26 KB | None | 0 0
  1. mysql> SHOW 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. | back_log | 50 |
  10. | basedir | /usr |
  11. | big_tables | OFF |
  12. | binlog_cache_size | 32768 |
  13. | binlog_direct_non_transactional_updates | OFF |
  14. | binlog_format | STATEMENT |
  15. | binlog_stmt_cache_size | 32768 |
  16. | bulk_insert_buffer_size | 8388608 |
  17. | character_set_client | latin1 |
  18. | character_set_connection | latin1 |
  19. | character_set_database | latin1 |
  20. | character_set_filesystem | binary |
  21. | character_set_results | latin1 |
  22. | character_set_server | latin1 |
  23. | character_set_system | utf8 |
  24. | character_sets_dir | /usr/share/mysql/charsets/ |
  25. | collation_connection | latin1_swedish_ci |
  26. | collation_database | latin1_swedish_ci |
  27. | collation_server | latin1_swedish_ci |
  28. | completion_type | NO_CHAIN |
  29. | concurrent_insert | AUTO |
  30. | connect_timeout | 10 |
  31. | datadir | /var/lib/mysql/ |
  32. | date_format | %Y-%m-%d |
  33. | datetime_format | %Y-%m-%d %H:%i:%s |
  34. | default_storage_engine | InnoDB |
  35. | default_week_format | 0 |
  36. | delay_key_write | ON |
  37. | delayed_insert_limit | 100 |
  38. | delayed_insert_timeout | 300 |
  39. | delayed_queue_size | 1000 |
  40. | div_precision_increment | 4 |
  41. | engine_condition_pushdown | ON |
  42. | error_count | 0 |
  43. | event_scheduler | OFF |
  44. | expire_logs_days | 10 |
  45. | external_user | |
  46. | flush | OFF |
  47. | flush_time | 0 |
  48. | foreign_key_checks | ON |
  49. | ft_boolean_syntax | + -><()~*:""&| |
  50. | ft_max_word_len | 84 |
  51. | ft_min_word_len | 4 |
  52. | ft_query_expansion_limit | 20 |
  53. | ft_stopword_file | (built-in) |
  54. | general_log | OFF |
  55. | general_log_file | /var/lib/mysql/xxxxx.log |
  56. | group_concat_max_len | 1024 |
  57. | have_compress | YES |
  58. | have_crypt | YES |
  59. | have_csv | YES |
  60. | have_dynamic_loading | YES |
  61. | have_geometry | YES |
  62. | have_innodb | YES |
  63. | have_ndbcluster | NO |
  64. | have_openssl | DISABLED |
  65. | have_partitioning | YES |
  66. | have_profiling | YES |
  67. | have_query_cache | YES |
  68. | have_rtree_keys | YES |
  69. | have_ssl | DISABLED |
  70. | have_symlink | YES |
  71. | hostname | XXXXX |
  72. | identity | 0 |
  73. | ignore_builtin_innodb | OFF |
  74. | init_connect | |
  75. | init_file | |
  76. | init_slave | |
  77. | innodb_adaptive_flushing | ON |
  78. | innodb_adaptive_hash_index | ON |
  79. | innodb_additional_mem_pool_size | 8388608 |
  80. | innodb_autoextend_increment | 8 |
  81. | innodb_autoinc_lock_mode | 1 |
  82. | innodb_buffer_pool_instances | 1 |
  83. | innodb_buffer_pool_size | 134217728 |
  84. | innodb_change_buffering | all |
  85. | innodb_checksums | ON |
  86. | innodb_commit_concurrency | 0 |
  87. | innodb_concurrency_tickets | 500 |
  88. | innodb_data_file_path | ibdata1:10M:autoextend |
  89. | innodb_data_home_dir | |
  90. | innodb_doublewrite | ON |
  91. | innodb_fast_shutdown | 1 |
  92. | innodb_file_format | Antelope |
  93. | innodb_file_format_check | ON |
  94. | innodb_file_format_max | Antelope |
  95. | innodb_file_per_table | OFF |
  96. | innodb_flush_log_at_trx_commit | 1 |
  97. | innodb_flush_method | |
  98. | innodb_force_load_corrupted | OFF |
  99. | innodb_force_recovery | 0 |
  100. | innodb_io_capacity | 200 |
  101. | innodb_large_prefix | OFF |
  102. | innodb_lock_wait_timeout | 50 |
  103. | innodb_locks_unsafe_for_binlog | OFF |
  104. | innodb_log_buffer_size | 8388608 |
  105. | innodb_log_file_size | 5242880 |
  106. | innodb_log_files_in_group | 2 |
  107. | innodb_log_group_home_dir | ./ |
  108. | innodb_max_dirty_pages_pct | 75 |
  109. | innodb_max_purge_lag | 0 |
  110. | innodb_mirrored_log_groups | 1 |
  111. | innodb_old_blocks_pct | 37 |
  112. | innodb_old_blocks_time | 0 |
  113. | innodb_open_files | 300 |
  114. | innodb_print_all_deadlocks | OFF |
  115. | innodb_purge_batch_size | 20 |
  116. | innodb_purge_threads | 0 |
  117. | innodb_random_read_ahead | OFF |
  118. | innodb_read_ahead_threshold | 56 |
  119. | innodb_read_io_threads | 4 |
  120. | innodb_replication_delay | 0 |
  121. | innodb_rollback_on_timeout | OFF |
  122. | innodb_rollback_segments | 128 |
  123. | innodb_spin_wait_delay | 6 |
  124. | innodb_stats_method | nulls_equal |
  125. | innodb_stats_on_metadata | ON |
  126. | innodb_stats_sample_pages | 8 |
  127. | innodb_strict_mode | OFF |
  128. | innodb_support_xa | ON |
  129. | innodb_sync_spin_loops | 30 |
  130. | innodb_table_locks | ON |
  131. | innodb_thread_concurrency | 0 |
  132. | innodb_thread_sleep_delay | 10000 |
  133. | innodb_use_native_aio | OFF |
  134. | innodb_use_sys_malloc | ON |
  135. | innodb_version | 5.5.31 |
  136. | innodb_write_io_threads | 4 |
  137. | insert_id | 0 |
  138. | interactive_timeout | 28800 |
  139. | join_buffer_size | 131072 |
  140. | keep_files_on_create | OFF |
  141. | key_buffer_size | 67108864 |
  142. | key_cache_age_threshold | 300 |
  143. | key_cache_block_size | 1024 |
  144. | key_cache_division_limit | 100 |
  145. | large_files_support | ON |
  146. | large_page_size | 0 |
  147. | large_pages | OFF |
  148. | last_insert_id | 0 |
  149. | lc_messages | en_US |
  150. | lc_messages_dir | /usr/share/mysql/ |
  151. | lc_time_names | en_US |
  152. | license | GPL |
  153. | local_infile | ON |
  154. | lock_wait_timeout | 31536000 |
  155. | locked_in_memory | OFF |
  156. | log | OFF |
  157. | log_bin | OFF |
  158. | log_bin_trust_function_creators | OFF |
  159. | log_error | /var/log/mysql/error.log |
  160. | log_output | FILE |
  161. | log_queries_not_using_indexes | OFF |
  162. | log_slave_updates | OFF |
  163. | log_slow_queries | OFF |
  164. | log_warnings | 1 |
  165. | long_query_time | 10.000000 |
  166. | low_priority_updates | OFF |
  167. | lower_case_file_system | OFF |
  168. | lower_case_table_names | 0 |
  169. | max_allowed_packet | 536870912 |
  170. | max_binlog_cache_size | 18446744073709547520 |
  171. | max_binlog_size | 104857600 |
  172. | max_binlog_stmt_cache_size | 18446744073709547520 |
  173. | max_connect_errors | 10 |
  174. | max_connections | 151 |
  175. | max_delayed_threads | 20 |
  176. | max_error_count | 64 |
  177. | max_heap_table_size | 16777216 |
  178. | max_insert_delayed_threads | 20 |
  179. | max_join_size | 18446744073709551615 |
  180. | max_length_for_sort_data | 1024 |
  181. | max_long_data_size | 536870912 |
  182. | max_prepared_stmt_count | 16382 |
  183. | max_relay_log_size | 0 |
  184. | max_seeks_for_key | 18446744073709551615 |
  185. | max_sort_length | 1024 |
  186. | max_sp_recursion_depth | 0 |
  187. | max_tmp_tables | 32 |
  188. | max_user_connections | 0 |
  189. | max_write_lock_count | 18446744073709551615 |
  190. | metadata_locks_cache_size | 1024 |
  191. | min_examined_row_limit | 0 |
  192. | multi_range_count | 256 |
  193. | myisam_data_pointer_size | 6 |
  194. | myisam_max_sort_file_size | 9223372036853727232 |
  195. | myisam_mmap_size | 18446744073709551615 |
  196. | myisam_recover_options | BACKUP |
  197. | myisam_repair_threads | 1 |
  198. | myisam_sort_buffer_size | 8388608 |
  199. | myisam_stats_method | nulls_unequal |
  200. | myisam_use_mmap | OFF |
  201. | net_buffer_length | 16384 |
  202. | net_read_timeout | 240 |
  203. | net_retry_count | 10 |
  204. | net_write_timeout | 480 |
  205. | new | OFF |
  206. | old | OFF |
  207. | old_alter_table | OFF |
  208. | old_passwords | OFF |
  209. | open_files_limit | 1024 |
  210. | optimizer_prune_level | 1 |
  211. | optimizer_search_depth | 62 |
  212. | optimizer_switch | index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,engine_condition_pushdown=on |
  213. | performance_schema | OFF |
  214. | performance_schema_events_waits_history_long_size | 10000 |
  215. | performance_schema_events_waits_history_size | 10 |
  216. | performance_schema_max_cond_classes | 80 |
  217. | performance_schema_max_cond_instances | 1000 |
  218. | performance_schema_max_file_classes | 50 |
  219. | performance_schema_max_file_handles | 32768 |
  220. | performance_schema_max_file_instances | 10000 |
  221. | performance_schema_max_mutex_classes | 200 |
  222. | performance_schema_max_mutex_instances | 1000000 |
  223. | performance_schema_max_rwlock_classes | 30 |
  224. | performance_schema_max_rwlock_instances | 1000000 |
  225. | performance_schema_max_table_handles | 100000 |
  226. | performance_schema_max_table_instances | 50000 |
  227. | performance_schema_max_thread_classes | 50 |
  228. | performance_schema_max_thread_instances | 1000 |
  229. | pid_file | /var/run/mysqld/mysqld.pid |
  230. | plugin_dir | /usr/lib/mysql/plugin/ |
  231. | port | 3306 |
  232. | preload_buffer_size | 32768 |
  233. | profiling | OFF |
  234. | profiling_history_size | 15 |
  235. | protocol_version | 10 |
  236. | proxy_user | |
  237. | pseudo_slave_mode | OFF |
  238. | pseudo_thread_id | 124656 |
  239. | query_alloc_block_size | 8192 |
  240. | query_cache_limit | 4194304 |
  241. | query_cache_min_res_unit | 4096 |
  242. | query_cache_size | 16777216 |
  243. | query_cache_type | ON |
  244. | query_cache_wlock_invalidate | OFF |
  245. | query_prealloc_size | 8192 |
  246. | rand_seed1 | 0 |
  247. | rand_seed2 | 0 |
  248. | range_alloc_block_size | 4096 |
  249. | read_buffer_size | 131072 |
  250. | read_only | OFF |
  251. | read_rnd_buffer_size | 262144 |
  252. | relay_log | |
  253. | relay_log_index | |
  254. | relay_log_info_file | relay-log.info |
  255. | relay_log_purge | ON |
  256. | relay_log_recovery | OFF |
  257. | relay_log_space_limit | 0 |
  258. | report_host | |
  259. | report_password | |
  260. | report_port | 3306 |
  261. | report_user | |
  262. | rpl_recovery_rank | 0 |
  263. | secure_auth | OFF |
  264. | secure_file_priv | |
  265. | server_id | 0 |
  266. | skip_external_locking | ON |
  267. | skip_name_resolve | OFF |
  268. | skip_networking | OFF |
  269. | skip_show_database | OFF |
  270. | slave_compressed_protocol | OFF |
  271. | slave_exec_mode | STRICT |
  272. | slave_load_tmpdir | /tmp |
  273. | slave_max_allowed_packet | 1073741824 |
  274. | slave_net_timeout | 3600 |
  275. | slave_skip_errors | OFF |
  276. | slave_transaction_retries | 10 |
  277. | slave_type_conversions | |
  278. | slow_launch_time | 2 |
  279. | slow_query_log | OFF |
  280. | slow_query_log_file | /var/lib/mysql/xxxxx-slow.log |
  281. | socket | /var/run/mysqld/mysqld.sock |
  282. | sort_buffer_size | 2097152 |
  283. | sql_auto_is_null | OFF |
  284. | sql_big_selects | ON |
  285. | sql_big_tables | OFF |
  286. | sql_buffer_result | OFF |
  287. | sql_log_bin | ON |
  288. | sql_log_off | OFF |
  289. | sql_low_priority_updates | OFF |
  290. | sql_max_join_size | 18446744073709551615 |
  291. | sql_mode | |
  292. | sql_notes | ON |
  293. | sql_quote_show_create | ON |
  294. | sql_safe_updates | OFF |
  295. | sql_select_limit | 18446744073709551615 |
  296. | sql_slave_skip_counter | 0 |
  297. | sql_warnings | OFF |
  298. | ssl_ca | |
  299. | ssl_capath | |
  300. | ssl_cert | |
  301. | ssl_cipher | |
  302. | ssl_key | |
  303. | storage_engine | InnoDB |
  304. | stored_program_cache | 256 |
  305. | sync_binlog | 0 |
  306. | sync_frm | ON |
  307. | sync_master_info | 0 |
  308. | sync_relay_log | 0 |
  309. | sync_relay_log_info | 0 |
  310. | system_time_zone | EDT |
  311. | table_definition_cache | 400 |
  312. | table_open_cache | 400 |
  313. | thread_cache_size | 8 |
  314. | thread_concurrency | 10 |
  315. | thread_handling | one-thread-per-connection |
  316. | thread_stack | 196608 |
  317. | time_format | %H:%i:%s |
  318. | time_zone | SYSTEM |
  319. | timed_mutexes | OFF |
  320. | timestamp | 1383476929 |
  321. | tmp_table_size | 16777216 |
  322. | tmpdir | /tmp |
  323. | transaction_alloc_block_size | 8192 |
  324. | transaction_prealloc_size | 4096 |
  325. | tx_isolation | REPEATABLE-READ |
  326. | unique_checks | ON |
  327. | updatable_views_with_limit | YES |
  328. | version | 5.5.31-0ubuntu0.12.04.2 |
  329. | version_comment | (Ubuntu) |
  330. | version_compile_machine | x86_64 |
  331. | version_compile_os | debian-linux-gnu |
  332. | wait_timeout | 28800 |
  333. | warning_count | 0 |
  334. +---------------------------------------------------+------------------------------------------------------------------------------------------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement