Subversion Repositories configs

Rev

Rev 205 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#
2
# This group is read both both by the client and the server
3
# use it for options that affect everything
4
#
5
[client-server]
6
 
7
#
8
# include all files from the config directory
9
#
10
!includedir /etc/my.cnf.d
11
 
12
[server]
13
skip-name-resolve
14
innodb_file_per_table
15
user=mysql
16
symbolic-links=0
199 - 17
key_buffer_size = 640M
192 - 18
table_cache = 1280
205 - 19
table_definition_cache = -1
195 - 20
table_open_cache = 2048
192 - 21
sort_buffer_size = 2M
22
myisam_sort_buffer_size = 8M
23
query_cache_size = 0
24
query_cache_type = 0
25
thread_cache_size = 12
206 - 26
join_buffer_size = 128M
192 - 27
innodb_buffer_pool_size = 8G
194 - 28
innodb_log_file_size = 1G
29
innodb_log_buffer_size = 1G
30
innodb_buffer_pool_instances=8
31
 
32
performance_schema=ON
199 - 33
 
34
[client]