MySQL Désactiver la mise en cache de requête
#set these in your my.cnf
query_cache_type = 0
query_cache_size=0
#then restart mysql
sudo /etc/init.d/mysql restart
Friendly Hawk