mysql to list cache and content tables for drupal
Submitted by benl on Mon, 08/02/2010 - 12:13
Related Terms :
select table_name from information_schema.tables where table_schema='DB_NAME' and table_name like 'content%' or table_name like 'cache%';