Subversion Repositories configs

Rev

Rev 192 | Rev 194 | Go to most recent revision | 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
17
#skip_name_resolve
18
key_buffer = 640M
19
table_cache = 1280
20
table_open_cache = 4096
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
26
innodb_buffer_pool_size = 8G
27
join_buffer_size = 256k
28
innodb_log_file_size = 2000M
29
innodb_log_buffer_size = 2000M
30
innodb_buffer_pool_instances=16