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