2007-12-12 18:19:24 +01:00
|
|
|
# Default values that applies to all MySQL Servers
|
|
|
|
[mysqld]
|
|
|
|
open-files-limit= 1024
|
|
|
|
local-infile
|
|
|
|
default-character-set= latin1
|
|
|
|
|
|
|
|
# Increase default connect_timeout to avoid intermittent
|
|
|
|
# disconnects when test servers are put under load see BUG#28359
|
|
|
|
connect-timeout= 60
|
|
|
|
|
|
|
|
log-bin-trust-function-creators=1
|
|
|
|
key_buffer_size= 1M
|
|
|
|
sort_buffer= 256K
|
|
|
|
max_heap_table_size= 1M
|
|
|
|
|
|
|
|
loose-innodb_data_file_path= ibdata1:10M:autoextend
|
|
|
|
|
2008-03-12 12:35:30 +01:00
|
|
|
slave-net-timeout=120
|
2007-12-19 17:16:22 +01:00
|
|
|
|
2008-04-08 16:51:26 +02:00
|
|
|
log-bin=mysqld-bin
|
2007-12-19 17:16:22 +01:00
|
|
|
|