This could be caused by the query cache.
To fix this without restarting MySQL disable the query cache by running the following query:
SET GLOBAL query_cache_size = 0;
This could be caused by the query cache.
To fix this without restarting MySQL disable the query cache by running the following query:
SET GLOBAL query_cache_size = 0;