Skip to content

Instantly share code, notes, and snippets.

@mmgaggle
Created April 15, 2016 18:07
Show Gist options
  • Save mmgaggle/aa8b09c12c770892e31e1c2ead61d32d to your computer and use it in GitHub Desktop.
Save mmgaggle/aa8b09c12c770892e31e1c2ead61d32d to your computer and use it in GitHub Desktop.
[client]
socket=/mnt/mysql/mysql.sock
[server]
table_open_cache = 512
thread_cache = 512
query_cache_size = 0
query_cache_type = 0
innodb_buffer_pool_size = 5120M
innodb_additional_mem_pool_size = 32M
innodb_log_file_size = 256M
innodb_log_buffer_size = 16M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50
innodb_doublewrite = 1
innodb_flush_method = O_DIRECT
innodb_thread_concurrency = 0
innodb_max_dirty_pages_pct = 80
datadir=/mnt/mysql
socket=/mnt/mysql/mysql.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment