Answers for "mysql disable query caching"

SQL
0

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
Posted by: Guest on March-27-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language