MySQL Forums
Forum List  »  Newbie

Re: Dump and reload gives different numbers of records
Posted by: Peter Brawley
Date: June 26, 2021 11:22AM

The dump cmd looks OK. Assuming the export & import jobs yielded no warnings or errors (you did check the server error file?), I'd start with running Check Table & Analyze Table on such tables in the system from which you exported the files.

If that reveals nothing interesting, I'd import the dump file into a differently named database on the source server then for tables with different counts I'd run a full outer join, or a query like the query in "Compare data in two tables" at https://www.artfulsoftware.com/queries.php on the two tables, and work from there.



Edited 2 time(s). Last edit at 06/26/2021 12:33PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: Dump and reload gives different numbers of records
June 26, 2021 11:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.