聘我网

新概念招聘3.0

MySQL如何禁用缓存?

vote up0vote downstar

测试用。。

 

1 个答复

vote up0vote downcheck

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;
链接

您的回答





不是您要找的问题? 浏览其他含有标签 的问题或者 自己问个.