mysql deshabilitar la consulta en caché
#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
#set these in your my.cnf
query_cache_type = 0
query_cache_size=0
#then restart mysql
sudo /etc/init.d/mysql restart