Skip to content

Instantly share code, notes, and snippets.

@Steven-Rose
Created November 28, 2012 06:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Steven-Rose/4159376 to your computer and use it in GitHub Desktop.
Drupal: Flush cache
truncate table `cache`;
truncate table `cache_admin_menu`;
truncate table `cache_block`;
truncate table `cache_bootstrap`;
truncate table `cache_field`;
truncate table `cache_filter`;
truncate table `cache_form`;
truncate table `cache_image`;
truncate table `cache_libraries`;
truncate table `cache_menu`;
truncate table `cache_page`;
truncate table `cache_path`;
truncate table `cache_token`;
truncate table `cache_views`;
truncate table `cache_views_data`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment