disable mysql query cache code example
Example: mysql disable query caching
#set these in your my.cnf
query_cache_type = 0
query_cache_size=0
#then restart mysql
sudo /etc/init.d/mysql restart
#set these in your my.cnf
query_cache_type = 0
query_cache_size=0
#then restart mysql
sudo /etc/init.d/mysql restart