Description
Configuration file
Download file [1]
[mysqld]
port [1] = 3306
socket [1] = /var/lib/mysql/mysql.sock
skip-locking [1]
skip-innodb [1]
query_cache_limit [1]=8M
query_cache_size [1]=256M
query_cache_type [1]=1
max_connections [1]=500
max_user [1]_connections=100
interactive_timeout [1]=60
wait_timeout [1]=60
connect_timeout [1]=30
thread_cache_size [1]=128
key_buffer [1]=16M
join_buffer [1]=1M
max_allowed_packet [1]=16M
table_cache [1]=1024
record_buffer [1]=1M
sort_buffer_size [1]=2M
read_buffer_size [1]=2M
max_connect_errors [1]=100
# Try number of CPU's*2 for thread_concurrency [1]
thread_concurrency [1]=2
myisam_sort_buffer_size [1]=64M
#log [1]-bin
server-id [1]=1
[mysqldump]
quick
max_allowed_packet [1] = 16M
[mysql]
no-auto-rehash
[isamchk]
key_buffer [1] = 256M
sort_buffer_size [1] = 256M
read_buffer [1] = 2M
write_buffer = 2M
[myisamchk]
key_buffer [1] = 256M
sort_buffer_size [1] = 256M
read_buffer [1] = 2M
write_buffer = 2M
[mysqlhotcopy]
interactive-timeout [1]
[2] |
[3] |
[4] |
[5] |
[6] |
[7] |
[8]