]> andersk Git - sql.git/blame - etc/kitchen-sink/my.cnf
Resync my.cnf
[sql.git] / etc / kitchen-sink / my.cnf
CommitLineData
27a83527
JP
1[client]
2socket=/srv/mysql/mysql.sock
27a83527
JP
3
4[mysql]
5socket=/srv/mysql/mysql.sock
713482da 6ssl_ca=/etc/pki/tls/certs/ca.pem
27a83527
JP
7
8[mysqld]
9datadir=/srv/mysql
10log_slow_queries
11long_query_time=4
d824f16b 12max_connections=512
27a83527 13max_connect_errors=0
a7f56b30
QS
14wait_timeout=300
15interactive_timeout=300
27a83527
JP
16connect_timeout=10
17local_infile=0
18ft_min_word_len=3
19expire_logs_days=7
20
21# Bump the max open files (*grumble* esp)
22# 2008-09-24 -- quentin
23open_files_limit=8192
24
25log-bin=sql-bin
26log-bin-index=sql-bin.index
27relay-log=kitchen-sink-relay-bin
28relay-log-index=kitchen-sink-relay-bin.index
29
30query_cache_limit=1M
31query_cache_size=128M
32query_cache_type=1
33thread_cache_size=8
34table_cache=512
35key_buffer=384M
36join_buffer=1M
37record_buffer=1M
38max_allowed_packet=16M
39sort_buffer_size=2M
40read_buffer_size=2M
41read_rnd_buffer_size=8M
42tmp_table_size=32M
43thread_concurrency=4
44myisam_sort_buffer_size=64M
45
46innodb_buffer_pool_size=512M
47innodb_additional_mem_pool_size=20M
713482da 48innodb_log_file_size=128M
27a83527
JP
49innodb_log_buffer_size=8M
50innodb_lock_wait_timeout=50
51innodb_thread_concurrency=4
27a83527
JP
52innodb_file_per_table
53
54old_passwords=1
55server-id=1
56
57ssl_ca=/etc/pki/tls/certs/ca.pem
58ssl_cert=/etc/pki/tls/certs/sql.pem
59ssl_key=/etc/pki/tls/private/sql.pem
60
27a83527
JP
61skip-name-resolve
62
63# Disable the "data directory" option:
64# <quentin> 2008-07-14
65skip-symbolic-links
66
67[mysqldump]
68quick
69quote-names
70max_allowed_packet = 16M
This page took 0.056859 seconds and 5 git commands to generate.