测试用。。
To set the size of the query cache, set the querycachesize system variable. Setting it to 0 disables the query cache. The default size is 0, so the query cache is disabled by default.
so:
set global query_cache_size=0;
标签
查看
537 次