Re: ERROR 1114 (HY000): The table is full
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
Subject
Views
Written By
Posted
22392
May 11, 2017 06:24AM
Re: ERROR 1114 (HY000): The table is full
5706
June 01, 2017 10:32AM
3897
June 01, 2017 01:14PM
3441
June 02, 2017 05:33AM
3860
June 02, 2017 11:38AM
3316
June 02, 2017 11:54AM
3441
June 02, 2017 12:34PM
4843
June 02, 2017 10:49PM
5129
June 03, 2017 09:29AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.