查询缓存参数
show global variables like '%query_cache%'; have_query_cache YES #查询缓存是否可用 query_cache_limit 1048576 #可缓存具体查询结果的最大值 query_cache_min_res_unit 4096 query_cache_size 1048576 #查询缓存的大小 query_cache_type OFF #阻止或是支持查询缓存 query_cache_wlock_invalidate OFF
其他参数查看
Qcache_free_blocks 1 Qcache_free_memory 1031872 Qcache_hits 0 Qcache_inserts 0 Qcache_lowmem_prunes 0 Qcache_not_cached 4218739 Qcache_queries_in_cache 0 Qcache_total_blocks 1