Hello all,
could You help me to tweak my mysql server?
I'm using a64 3700+ with 2GB ram and SATA disk,
currently I'm running:
rather big IPB+IPG forum (avg 150users online, peak 250)
smf forum avg 2 users online
few small wordpress with few visits weekly,
small joomla site - avg 50 visits weekly
oscommerce with very small visits - avg 10 daily
my current my.cnf file is:
what should I correct to improve speed of my server?
Thanks in advance,
BR
YacentY
could You help me to tweak my mysql server?
I'm using a64 3700+ with 2GB ram and SATA disk,
currently I'm running:
rather big IPB+IPG forum (avg 150users online, peak 250)
smf forum avg 2 users online
few small wordpress with few visits weekly,
small joomla site - avg 50 visits weekly
oscommerce with very small visits - avg 10 daily
my current my.cnf file is:
Code:
[mysqld]
default-character-set=latin2
init-connect = "SET NAMES latin2"
language=polish
skip-bdb
#skip-innodb
key_buffer = 192M
#16MB
myisam_sort_buffer_size = 34M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1528
thread_cache_size = 286
tmp_table_size = 64M
max_allowed_packet = 16M
query_cache_limit = 2M
query_cache_size = 256M
#64M
query_cache_type = 1
query_prealloc_size = 16384
query_alloc_block_size = 16384
tmpdir=/tmp
#myisam-recover
[mysqld_safe]
open_files_limit = 8192
[mysqldump]
quick
max_allowed_packet = 10M
[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M
[client]
default-character-set=latin2
Thanks in advance,
BR
YacentY