I was working with mysql today and I needed to clear the query cache (without restarting the server :)). The following statement does just that:
RESET QUERY CACHE;
Thats all, enjoy.
I was working with mysql today and I needed to clear the query cache (without restarting the server :)). The following statement does just that:
RESET QUERY CACHE;
Thats all, enjoy.
A blog about development, marketing, and design.