Önce my.cnf 'u ayarlayıp durumu kontrol edlim 1-2 gün mysql 'u takip edin performans ve daha az cpu kullanması açısından.

bunları my.cnf olarak Kullanın 2 gün kontrol edin ve tekrar o script 'i calıştırıp çıktıları buraya yapıştırın.

[mysqld]
skip-name-resolve
local-infile=0
safe-show-database
back_log = 50
skip-innodb
max_connections = 200
long_query_time = 4
key_buffer = 128M
max_allowed_packet = 30M
myisam_sort_buffer_size = 64M
table_cache = 400
tmp_table_size = 128M
query_cache_type = 1
query_cache_size = 7M
query_cache_limit = 6M
query_prealloc_size = 262144
query_alloc_block_size = 65536
transaction_alloc_block_size = 8192
transaction_prealloc_size = 4096
max_write_lock_count = 16
thread_cache_size = 128
log-queries-not-using-indexes
join_buffer_size = 3M
read_buffer_size = 2M
sort_buffer_size = 2M
read_rnd_buffer_size = 256K
wait_timeout = 30
connect_timeout = 30
interactive_timeout= 30
table_lock_wait_timeout = 30
old-passwords = 1
low_priority_updates = 1
concurrent_insert=2
default-storage-engine = MyISAM


#required unique id between 1 and 2^32 - 1
server-id       = 1


[mysql]
no-auto-rehash


[mysqldump]
quick
quote-names
max_allowed_packet = 1000M


[myisamchk]
tmpdir=/temp
key_buffer = 64M
sort_buffer_size = 64M
read_buffer = 16M
write_buffer = 16M


[mysqlhotcopy]
interactive-timeout