When we use the command SHOW VARIABLES LIKE 'have_query_cache'
we can see if the cache is enabled or not.
Result:
Variable_name | Value
----------------------------
have_query_cache | YES
How do I disable this policy? Is there a command so I can disable automatic caching of queries?