Rev 200 | 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_tableuser=mysqlsymbolic-links=0key_buffer_size = 640Mtable_cache = 1280table_definition_cache = -1table_open_cache = 2048sort_buffer_size = 2Mmyisam_sort_buffer_size = 8Mquery_cache_size = 0query_cache_type = 0thread_cache_size = 12join_buffer_size = 2Minnodb_buffer_pool_size = 8Ginnodb_log_file_size = 1Ginnodb_log_buffer_size = 1Ginnodb_buffer_pool_instances=8performance_schema=ON[client]