Last month, Ronald Bradford, Giuseppe Maxia and Mark Leith spoke about how to simulate
a mysqldump –ignore-database.
This mysqldump option doesn’t exist and
these three guys have given
us various helpful solutions.
But for those of us who use ZRM community to make backup with mysqldump, the –exclude-pattern seems to do the job :
--exclude-pattern "pattern" All databases or tables that match the pattern are not backed up. If --all-databases or --databases are specified, the exclude pattern applies to …[Read more]