All pastes #2119356 Raw Edit

Something

public text v1 · immutable
#2119356 ·published 2012-02-18 03:19 UTC
rendered paste body
[mysqld]
character-set-server            = utf8
user                                            = mysql
port                                            = 3306
#socket                                          = /var/run/mysqld/mysqld.sock
#pid-file                                        = /var/run/mysqld/mysqld.pid
log-error                                       = /var/log/mysql/mysqld.err
basedir                                         = /usr
datadir                                         = /var/lib/mysql
skip-external-locking
key_buffer                                      = 16M
max_allowed_packet                      = 1M
table_cache                             = 64
sort_buffer_size                        = 512K
net_buffer_length                       = 8K
read_buffer_size                        = 256K
read_rnd_buffer_size            = 512K
myisam_sort_buffer_size         = 8M

tmpdir                                          = /tmp/



innodb_buffer_pool_size = 16M
innodb_log_buffer_size = 8M
innodb_additional_mem_pool_size = 2M
innodb_data_file_path = ibdata1:10M:autoextend:max:128M
innodb_file_per_table
innodb_lock_wait_timeout = 300
innodb_flush_log_at_trx_commit = 1
innodb_log_file_size = 5M
innodb_flush_log_at_trx_commit = 1