Wednesday, September 9, 2009

Clear MySQL Query Cache command

There is a simple command to clear your mysql cache:

RESET QUERY CACHE;

But you should note that you need the RELOAD privilege to execute this command.

No comments:

Post a Comment