MySQL 5.5.9 Query Cache not working.
- by thepearson
I am running MySQL 5.5.9 x86_64 RPM as downloaded from mysql.com. Running on CentOS 5.5 Xen DomU.
I have enabled the Query_cache however MySQL NEVER uses it. All of my tables are InnoDB.
Why is the Qcache never hit?
Here are my settings.
mysql> SELECT VERSION();
+-----------+
| VERSION() |
+-----------+
| 5.5.9 |
+-----------+
1 row in…