MySQL Forums
Forum List  »  Backup

Re: Exception in backup
Posted by: Rick James
Date: March 10, 2014 10:56PM

SHOW DATABASES; -- what was the last databases?

USE that-database;
SHOW TABLES; -- what was the last table? What table comes after it alphabetically? That is the table that had trouble.

Did you change versions between the backup and the reload? Perhaps there is some incompatibility between them. Let's see the SHOW CREATE TABLE; we can probably help you find a workaround.

Options: ReplyQuote


Subject
Views
Written By
Posted
2358
February 28, 2014 11:22PM
1517
March 06, 2014 10:23PM
Re: Exception in backup
1558
March 10, 2014 10:56PM
1556
March 11, 2014 07:41AM
1407
June 02, 2014 07:36AM


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.