samedi 20 décembre 2014

MySQL dump - how to order tables?


It seems that mysqldump dumps tables in sequential order - using the same order tables are shown when running:



show tables;


I would like to reverse that order - is it possible to do without getting the list of all tables from database; reordering that list, and specifying all tables in cmdline to mysqldump?





Aucun commentaire:

Enregistrer un commentaire