I regularly run mysqldump for the Drupal and human database, these cache tables can become huge. Given that the first thing I do after reloading the data is to clear the cache, I would love it if I could just skip all these lines. I do not want to skip table creation (with -ignore-tables), I just want to skip all these lines of cached data.
Is it possible to tell mysqldump to dump a CREATE TABLE INSERT to skip INSERT for a specific set of tables?
abeger
source share