Guest User

Untitled

a guest
Apr 20th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.50 KB | None | 0 0
  1. mysql> show status like "%Qcache%";
  2. +-------------------------+-------+
  3. | Variable_name           | Value |
  4. +-------------------------+-------+
  5. | Qcache_free_blocks      | 0     |
  6. | Qcache_free_memory      | 0     |
  7. | Qcache_hits             | 0     |
  8. | Qcache_inserts          | 0     |
  9. | Qcache_lowmem_prunes    | 0     |
  10. | Qcache_not_cached       | 0     |
  11. | Qcache_queries_in_cache | 0     |
  12. | Qcache_total_blocks     | 0     |
  13. +-------------------------+-------+
  14. 8 rows in set (0.17 sec)
Add Comment
Please, Sign In to add comment