MySQL query cache
October 14th, 2007
No comments
MySQL tuning - MySQL query cache:
To speed up query, enable the MySQL query cache, before that you need to set few variables in mysql configuration file (usually is my.cnf or my.ini)
For linux /etc/my.cnf
1st: set query_cache_type to 1.
(There are 3 possible ...
Categories: Bookmarks, Hosting, Linux cache-size, MySQL, mysql optimization, MySQL tuning, query cache








