I have a MySql server (using innodb) running on a server that hosting several more process that does the main work on the DB.
I dont have a lot of experience with MySql tuning but here are the current values of some of the parameters that to my understanding are more relevant:
query_cache_size = 16M
query_cache_limit = 1M
#table_cache = 64 (currently commented out)
what values do you think these parameters should have? are there any other parameters i should change (my current parameters settings is the defaulted one)?
Thanks!