Por si les hacia la duda nada mas les posteo
Código MySQL:
Ver original -> ;
+-------------------------+-------+
| Variable_name
| Value | +-------------------------+-------+
| Qcache_free_blocks | 0 |
| Qcache_free_memory | 0 |
| Qcache_hits | 0 |
| Qcache_inserts | 0 |
| Qcache_lowmem_prunes | 0 |
| Qcache_not_cached | 0 |
| Qcache_queries_in_cache | 0 |
| Qcache_total_blocks | 0 |
+-------------------------+-------+
mysql
> show variables
like '%query_cache%';+------------------------------+---------+
| Variable_name
| Value | +------------------------------+---------+
| have_query_cache | YES |
| query_cache_limit | 1048576 |
| query_cache_min_res_unit | 4096 |
| query_cache_size | 0 |
| query_cache_type
| ON | | query_cache_wlock_invalidate | OFF |
+------------------------------+---------+