To clear the query cache in your MySQL database manually, e.g. for database profiling, execute the following command in your MySQL console:
RESET QUERY CACHE;
Posted by Martin Straub to makandra dev (2010-12-15 14:30)
To clear the query cache in your MySQL database manually, e.g. for database profiling, execute the following command in your MySQL console:
RESET QUERY CACHE;