Subversion Repositories configs

Rev

Rev 193 | Go to most recent revision | Details | 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
datadir=/db/mysql
16
socket=/var/lib/mysql/mysql.sock
17
user=mysql
18
symbolic-links=0
19
#skip_name_resolve
20
key_buffer = 640M
21
table_cache = 1280
22
table_open_cache = 4096
23
sort_buffer_size = 2M
24
myisam_sort_buffer_size = 8M
25
query_cache_size = 0
26
query_cache_type = 0
27
thread_cache_size = 12
28
innodb_buffer_pool_size = 8G
29
join_buffer_size = 256k
30
innodb_log_file_size = 2000M
31
innodb_log_buffer_size = 2000M
32
innodb_buffer_pool_instances=16