Skip to content

Instantly share code, notes, and snippets.

@matthutchinson
Last active December 17, 2015 22:59
Show Gist options
  • Save matthutchinson/5685784 to your computer and use it in GitHub Desktop.
Save matthutchinson/5685784 to your computer and use it in GitHub Desktop.
[mysqld]
thread_concurrency = 16
#log-bin=mysql-bin
#binlog_format=mixed
innodb_data_file_path = ibdata1:100M:autoextend
innodb_buffer_pool_size = 1024M
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 256M
innodb_log_buffer_size = 32M
innodb_flush_log_at_trx_commit = 2
ft_min_word_len=3
local-infile=1
innodb_file_per_table
innodb_stats_on_metadata=0
table_open_cache=800
innodb_autoinc_lock_mode=2
[mysqldump]
quick
max_allowed_packet = 16M
[mysql]
no-auto-rehash
local-infile=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment