Clear MySQL Query Cache

Written by Peter Davies on .

This is just a quick reminder for myself:

FLUSH QUERY CACHE;
RESET QUERY CACHE;

This should clear any data in the cache.