Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

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
 
PREVIOUS NEXT
Tagged: #mysql #disable #query #caching
ADD COMMENT
Topic
Name
6+3 =