jump to navigation

mySQL caching October 31, 2007

Posted by scoopseven in MySQL.
1 comment so far

Here are a couple of sql statements to view your cache settings on a mySQL server. More on what they mean later (or at least a link).

show variables like ‘%query_cache%’;
show status like ‘%qcache%’;