Add --order-by-primary option, which adds an ORDER BY
clause the the SELECT statement used to dump the data for any table which has a primary or unique key. This is useful for dumping MyISAM tables which will be later imported into InnoDB tables.
Showing
Please register or sign in to comment