MySQL Forums
Forum List  »  Data Recovery

Re: ERROR 1114 (HY000): The table is full
Posted by: Virgil Glavan
Date: June 01, 2017 10:32AM

I have a similar issue . I try both type of dump files
one like thix

mysqldump -u root --password=******** --opt --flush-logs --extended-insert=FALSE my_db_name | /usr/bin/gzip > /backup/my_db_name.sql.20170531.gz
and one without --extended-insert=FALSE

mysqldump -u root --password=******** --opt --flush-logs my_db_name | /usr/bin/gzip > /backup/my_db_name.sql.20170530.gz

On both cases have the same error the only difference was the row number

I have to mention that is same version 32 bit distribution

Thank you

Options: ReplyQuote


Subject
Views
Written By
Posted
21196
May 11, 2017 06:24AM
Re: ERROR 1114 (HY000): The table is full
5522
June 01, 2017 10:32AM


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.