Skip to content

Instantly share code, notes, and snippets.

@tysonchamp
Created March 28, 2016 05:40
Show Gist options
  • Select an option

  • Save tysonchamp/c8baca0f4493b9a0c63c to your computer and use it in GitHub Desktop.

Select an option

Save tysonchamp/c8baca0f4493b9a0c63c to your computer and use it in GitHub Desktop.
[mysqld]
interactive_timeout=300
key_cache_block_size=4096
max_heap_table_size=32M
max_join_size=1000000000
max_allowed_packet=268435456
open_files_limit=10000
query_cache_size=32M
thread_cache_size=100
tmp_table_size=32M
wait_timeout=7800
max_user_connections=50
myisam_recover_options=FORCE
innodb_file_per_table=1
innodb_flush_log_at_trx_commit=0
innodb_purge_threads=1
innodb_support_xa=0
innodb_thread_concurrency=8
pid-file=/var/lib/mysql/mysqld.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment