[client] #password = your_password port = 3306 socket = /var/lib/mysql/mysql.sock [mysqld] port = 3306 socket = /var/lib/mysql/mysql.sock skip-external-locking skip-innodb #skip-name-resolve #skip-networking #skip-locking max_allowed_packe
[client]
#password = your_password
port = 3306
socket = /var/lib/mysql/mysql.sock
[mysqld]
port = 3306
socket = /var/lib/mysql/mysql.sock
skip-external-locking
skip-innodb
#skip-name-resolve
#skip-networking
#skip-locking
max_allowed_packet = 32m
max_connections = 7000
#max_seeks_for_key = 3000
key_buffer_size = 512m
table_open_cache = 512
sort_buffer_size = 16m
read_buffer_size = 16m
join_buffer_size = 32m
read_rnd_buffer_size = 32m
myisam_sort_buffer_size = 96m
thread_cache_size = 32
query_cache_size = 32m
tmp_table_size = 128m
wait_timeout = 25
interactive_timeout = 25
# try number of cpu's*2 for thread_concurrency
thread_concurrency = 8
slow_query_log = 1
long_query_time = 10
slow_query_log_file = /var/log/slowlog.log #skip-networking
#log-bin = mysql-bin
#expire_logs_days = 20
server-id = 1
[mysqldump]
quick
max_allowed_packet = 16m
[mysql]
no-auto-rehash
# remove the next comment character if you are not familiar with sql
#safe-updates
[myisamchk]
key_buffer_size = 256m
sort_buffer_size = 256m
read_buffer = 2m
write_buffer = 2m
[mysqlhotcopy]
interactive-timeout