MySQL Forums
Forum List  »  Data Recovery

Re: Mysqldump not creating tables in the correct sequence, giving errors.
Posted by: Peter Brawley
Date: October 04, 2021 03:01PM

Usual causes of that error are ...

- InnoDB tablespace or .frm files e=were diorectly manipulated

- Permission issues on table files

- table corruption

In the mysql client program, is the table visible to the Show Tables command?

In the dump script, has the non-visible table been previously referenced?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysqldump not creating tables in the correct sequence, giving errors.
367
October 04, 2021 03:01PM


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.