1
When we use the command SHOW VARIABLES LIKE 'have_query_cache'
we can see if the cache is enabled or not.
Upshot:
Variable_name | Value
----------------------------
have_query_cache | YES
How do I disable this directive? Is there a command for me to disable the automatic cache of queries?