Subversion Repositories configs

Rev

Rev 205 | 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-resolve
innodb_file_per_table
user=mysql
symbolic-links=0
key_buffer_size = 640M
table_cache = 1280
table_definition_cache = -1
table_open_cache = 2048
sort_buffer_size = 2M
myisam_sort_buffer_size = 8M
query_cache_size = 0
query_cache_type = 0
thread_cache_size = 12
join_buffer_size = 128M
innodb_buffer_pool_size = 8G
innodb_log_file_size = 1G
innodb_log_buffer_size = 1G
innodb_buffer_pool_instances=8

performance_schema=ON

[client]