I am looking for suggestions on how to write the most optimum my.cnf for my server.
The server is EQ4 from hetzner.
It has:
i7 920 CPU
8GB DDR3 ram
Currently I have in my.cnf:
Quote:
[mysqld]
local-infile=0
set-variable=long_query_time=10
log-slow-queries=/var/log/mysql_log-slow-queries.log
query_cache_size=32M
table_cache=256M
key_buffer_size=16M
thread_cache_size=32M
query_cache_min_res_unit=2K
#log-queries-not-using-indexes=1
low_priority_updates=1
max_connections=120
key_buffer_size=32M
|
Any additional advices, will be appreciated.