MYSQL缓存

是否支持缓存

show variables like '%have_query_cache%';

 

 

 

临时关闭缓存

set global query_cache_size=0

set global query_cache_type=0

 

posted @ 2022-11-30 14:07  chocolateXLL  阅读(12)  评论(0编辑  收藏  举报