]> andersk Git - sql.git/blame - etc/my.cnf
config fixes
[sql.git] / etc / my.cnf
CommitLineData
a677e393
JP
1[client]
2socket=/srv/mysql/mysql.sock
27a83527 3ssl-ca=/etc/pki/tls/certs/ca.pem
a677e393
JP
4
5[mysql]
6socket=/srv/mysql/mysql.sock
7
8[mysqld]
9datadir=/srv/mysql
10log_slow_queries
27a83527
JP
11long_query_time=4
12max_connections=256
13max_connect_errors=0
14wait_timeout=300
15interactive_timeout=300
a677e393 16connect_timeout=10
27a83527
JP
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
a677e393
JP
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
a677e393
JP
30query_cache_limit=1M
31query_cache_size=128M
32query_cache_type=1
33thread_cache_size=8
27a83527
JP
34table_cache=512
35key_buffer=384M
a677e393
JP
36join_buffer=1M
37record_buffer=1M
38max_allowed_packet=16M
39sort_buffer_size=2M
40read_buffer_size=2M
41read_rnd_buffer_size=8M
27a83527 42tmp_table_size=32M
a677e393 43thread_concurrency=4
27a83527 44myisam_sort_buffer_size=64M
a677e393
JP
45
46innodb_buffer_pool_size=512M
47innodb_additional_mem_pool_size=20M
27a83527
JP
48innodb_log_file_size=256M
49innodb_log_buffer_size=8M
50innodb_lock_wait_timeout=50
51innodb_thread_concurrency=4
52innodb_log_group_home_dir=/srv/zebra/
a677e393
JP
53innodb_file_per_table
54
55old_passwords=1
56server-id=1
57
27a83527
JP
58ssl_ca=/etc/pki/tls/certs/ca.pem
59ssl_cert=/etc/pki/tls/certs/sql.pem
60ssl_key=/etc/pki/tls/private/sql.pem
61
a677e393 62skip-bdb
27a83527
JP
63skip-merge
64skip-name-resolve
65
66# Disable the "data directory" option:
67# <quentin> 2008-07-14
68skip-symbolic-links
a677e393
JP
69
70[mysqldump]
71quick
72quote-names
73max_allowed_packet = 16M
This page took 0.151035 seconds and 5 git commands to generate.