📜  mysql 禁用查询缓存 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:24.361000             🧑  作者: Mango

代码示例1
#set these in your my.cnf
query_cache_type = 0 
query_cache_size=0
#then restart mysql
sudo /etc/init.d/mysql restart