MySQL :: MySQL 5.0 Reference Manual :: 8.6.3.4 Query Cache Status and Maintenance

MySQL :: MySQL 5.0 Reference Manual :: 8.6.3.4 Query Cache Status and Maintenance

瀏覽:1490
日期:2026-04-26
To check whether the query cache is present in your MySQL server, use the following statement: mysql> SHOW VARIABLES LIKE 'have_query_cache'; + +-----+ | Variable_name | Value | + +-----+ | have_query_cache ......看更多