Thursday, March 16, 2006

enabling mysql queries cache

edit my.cnf
in the mysqld section:
query-cache-type = 1
query-cache-size = 20M

restart mysql server

To check that it's working:
mysql -e "SHOW STATUS LIKE '%qcache%';"