SHOW GLOBAL VARIABLES LIKE 'query_cache_type';Variable_name Valuequery_cache_type OFFSET GLOBAL query_cache_type=ON;ERROR HY000: Query cache is disabled; restart the server with query_cache_type=1 to enable itSET GLOBAL query_cache_type=DEMAND;ERROR HY000: Query cache is disabled; restart the server with query_cache_type=1 to enable itSET GLOBAL query_cache_type=OFF;ERROR HY000: Query cache is disabled; restart the server with query_cache_type=1 to enable itSET GLOBAL query_cache_size=1024*1024;SHOW GLOBAL VARIABLES LIKE 'query_cache_size';Variable_name Valuequery_cache_size 1048576SET GLOBAL query_cache_size=DEFAULT;