Reset MySQL query cache

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