Nevergone mysql konfiguracioja:

[mysqld]
max_connections = 150
max_user_connections = 150
key_buffer = 1024M
myisam_sort_buffer_size = 128M
join_buffer_size = 16M
read_buffer_size = 16M
sort_buffer_size = 16M
table_cache = 1024
thread_cache_size = 286
interactive_timeout = 25
wait_timeout = 1800
connect_timeout = 10
max_allowed_packet = 64M
max_connect_errors = 1000
query_cache_limit = 1M
query_cache_size = 16M
query_cache_type = 1
tmp_table_size = 16M

[innodb]
innodb_buffer_pool_size = 1024M
innodb_additional_mem_pool_size = 20M
innodb_log_file_size = 10M
innodb_log_buffer_size = 64M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout = 180