Nakor
12-18-2004, 07:14 PM
I was hoping someone could suggest an optimized configuration for my server's mysql config. My server is 2.8ghz with 1gb ram. My current config looks like this:
[mysqld]
skip-locking
key_buffer=128M
join_buffer=1M
record_buffer=1M
sort_buffer=2M
table_cache=1024
max_connections=300
thread_cache_size=64
max_allowed_packet=5M
connect_timeout=10
thread_concurrency=2
wait_timeout=10
tmp_table_size=48M
query_cache_size=64
query_cache_limit=4M
query_cache_type=1
Unfortunately my server crashes if i have the forums online for more than 5 minutes. I think it's my MySQL config so can someone please help me by pointing out ways I could fix it?
Cheers.
~Joe
[mysqld]
skip-locking
key_buffer=128M
join_buffer=1M
record_buffer=1M
sort_buffer=2M
table_cache=1024
max_connections=300
thread_cache_size=64
max_allowed_packet=5M
connect_timeout=10
thread_concurrency=2
wait_timeout=10
tmp_table_size=48M
query_cache_size=64
query_cache_limit=4M
query_cache_type=1
Unfortunately my server crashes if i have the forums online for more than 5 minutes. I think it's my MySQL config so can someone please help me by pointing out ways I could fix it?
Cheers.
~Joe
