Monday, March 9, 2009

mysql config

connect number

add to my.cnf mysqld part

max_connections=250
tmp_table_size=67108864
sort_buffer_size=4194288
table_cache=128


mysql
show variables; to query config data for mysql

No comments:

Post a Comment