首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

封锁mysql的查询缓存

2013-07-08 
关闭mysql的查询缓存show global variables like %query_cache%?set global query_cache_type0??

关闭mysql的查询缓存

show global variables like '%query_cache%';

?

set global query_cache_type=0;

?

?

热点排行