Clearing Drupal Cache

Clear the following tables to clear the Drupal Cache

truncate `cache`;
truncate `cache_block`;
truncate `cache_content`;
truncate `cache_filter`;
truncate `cache_form`;
truncate `cache_menu`;
truncate `cache_page`;
truncate `cache_update`;
truncate `cache_views`;
truncate `cache_views_data`;
truncate `watchdog`;

Comments

Popular posts from this blog

How to Reset Root Password in Drupal 7 with phpMyAdmin

Drupal - Hiding field group and its Children