lonerunners.net | www.lonerunners.net www.lonerunners.net lab.lonerunners.net lab.lonerunners.net

Tuning and Optimizing Performace of MySQL

A lot of times i found a LAMP server with the MySQL server poorly configurated.
There are a lot of tips, for example enable and tune the query cache, that can enhance the performance of MySQL.
Here is a little check list:

Enable the query cache and other caches
Tune the settings of query cache and other caches
Disable unused [...]