Reset MySQL query cache

Posted Over 13 years ago. Visible to the public.

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;
Last edit
About 13 years ago
License
Source code in this card is licensed under the MIT License.
Posted to makandra dev (2010-12-15 14:30)