我的服务器内存2G ECC,双CPU 至强5120*2
MYSQL主要参数设置如下
max_connections=384
query_cache_size=64M
table_cache=1024
tmp_table_size=64M
thread_cache_size=8
myisam_sort_buffer_size=64M
key_buffer_size=480M
read_buffer_size=512k
read_rnd_buffer_size=2M
sort_buffer_size=1M
max_allowed_packet = 1M
wait_timeout = 5
请问哪些参数需要调整,谢谢
