Linux下编译安装MySQL5.5(二)

2014-11-24 18:22:00 · 作者: · 浏览: 1
_lock_wait_timeout = 120
init_connect = 'SET autocommit=0'
innodb-file-per-table = 1
innodb-open-file = 500
innodb_flush_method=O_DIRECT

expire_logs_days = 5
federated
event_scheduler = 1

log-bin=binlog-master
binlog_format=mixed
server-id = 1

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash

[myisamchk]
key_buffer_size = 128M
sort_buffer_size = 128M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout
[root@dbtest mysql-5.5.27]#