Tag: mysqldump
Dump wildcard selected tables
This little tutorial shows how to dump wildcard selected tables from a MySQL database. That’s useful if you don’t want to dump the whole database. Background Recently I had to export a few selected tables from a very huge database. For that I could have run a query like that to export only the required […]
Export database
To compromise (gzip) the output: Usefull Params –single-transaction –quick –opt Export al​l Databases Through an ssh tunnel