]> andersk Git - sql.git/blame - etc/sliced-bread/my.cnf
more old code
[sql.git] / etc / sliced-bread / 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
562fda3a
JP
27relay-log=sliced-bread-relay-bin
28relay-log-index=sliced-bread-relay-bin.index
a677e393 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
562fda3a 48innodb_log_file_size=128M
27a83527
JP
49innodb_log_buffer_size=8M
50innodb_lock_wait_timeout=50
51innodb_thread_concurrency=4
a677e393
JP
52innodb_file_per_table
53
54old_passwords=1
562fda3a 55server-id=2
a677e393 56
27a83527
JP
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
a677e393 61skip-bdb
27a83527
JP
62skip-merge
63skip-name-resolve
64
65# Disable the "data directory" option:
66# <quentin> 2008-07-14
67skip-symbolic-links
a677e393
JP
68
69[mysqldump]
70quick
71quote-names
72max_allowed_packet = 16M
This page took 0.208694 seconds and 5 git commands to generate.