Rev 193 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
## This group is read both both by the client and the server# use it for options that affect everything#[client-server]## include all files from the config directory#!includedir /etc/my.cnf.d[server]skip-name-resolveinnodb_file_per_tabledatadir=/db/mysqlsocket=/var/lib/mysql/mysql.sockuser=mysqlsymbolic-links=0#skip_name_resolvekey_buffer = 640Mtable_cache = 1280table_open_cache = 4096sort_buffer_size = 2Mmyisam_sort_buffer_size = 8Mquery_cache_size = 0query_cache_type = 0thread_cache_size = 12innodb_buffer_pool_size = 8Gjoin_buffer_size = 256kinnodb_log_file_size = 2000Minnodb_log_buffer_size = 2000Minnodb_buffer_pool_instances=16