开发者

Drupal 6 - Flush all Caches not emptying all cache tables in DB

I've tried clicking "Clear cached data" in Performance settings, and also running "drush cc all", but some cache tables always have some rows left in them:

  • cache_form always has 37 rows left (and that is a lot of data)
  • cache_location always has 1开发者_如何转开发 row left
  • cache_update always has 3 rows left

I want to completely empty all my cache tables before I take a db dump and transfer it from my development box to my production server.


I'm not in depth familiar with those cache tables. But the most obvious reason would be that the cache is created after the cache is cleared.

To solve your problem you could manually delete the content in the tables with drush or some other tool to connect to your database. You could also leave out the contents of those tables, like the backup migrate does by default with all cache tables, watchdog etc.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜