Optimizing MySQL
One of the best ways to speed up any system that relies on a database is to optimize the database. So that's what I did the other night for MySQL 5.0.24 running on a Windows box with a 3.2GHz processor and 2GB of RAM. The server uses a mixture of table types (InnoDB and MyISAM) and gets hit a lot with queries against tables that don't change an awful lot. The resultant my.ini config should give you some ideas on how to optimize MySQL in a similar situation
0 TrackBacks
Listed below are links to blogs that reference this entry: Optimizing MySQL.
TrackBack URL for this entry: http://www.robbiebow.co.uk/mt/mt-tb.cgi/5

Leave a comment