We can use following script to clean Drupal database; I do this every time before taking a db-backup.


TRUNCATE `cache_block`;
TRUNCATE `cache_filter`;
TRUNCATE `cache_form`;
TRUNCATE `cache_menu`;
TRUNCATE `cache_page`;
TRUNCATE `sessions`;
TRUNCATE `watchdog`;

Posted Wednesday, January 28th, 2009 at 7:18 pm
Filed Under Category: Drupal
You can skip to the end and leave a response. Pinging is currently not allowed.

0

Leave a Reply

CAPTCHA image