mixmastertobsi: MYSQL Server-Konfiguration

Beitrag lesen

Anbei noch meine Konfiguartion. Der Server hat 32gb Arbeitsspeicher

[mysqld]
key_buffer = 512M
max_allowed_packet = 64M
sort_buffer_size = 4M
net_buffer_length = 128K
read_buffer_size = 4M
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 128M

skip-federated

server-id = 1

Comment the following if you are using InnoDB tables

#skip-innodb
innodb_buffer_pool_size = 16M
innodb_additional_mem_pool_size = 2M
innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 50

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash

Remove the next comment character if you are not familiar with SQL

#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout