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
22318
May 11, 2017 06:24AM
Re: ERROR 1114 (HY000): The table is full
5688
June 01, 2017 10:32AM
3881
June 01, 2017 01:14PM
3420
June 02, 2017 05:33AM
3841
June 02, 2017 11:38AM
3302
June 02, 2017 11:54AM
3420
June 02, 2017 12:34PM
4822
June 02, 2017 10:49PM
5114
June 03, 2017 09:29AM
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.