Improving MYSQL performance
Detailed how to:
Quick and dirty method:
Edit /etc/my.cnf and add the following lines. ?? is the size of the mysql buffer. I'm currently using keybuffer=60M . This allocates 60 Megabytes RAM to the Mysql buffer. Dont make it too big or you will run out of RAM/swapspace. You need to restart mysql for this to take effect.
[mysqld]
set-variable = key_buffer=??M