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
23013
May 11, 2017 06:24AM
Re: ERROR 1114 (HY000): The table is full
5850
June 01, 2017 10:32AM
4031
June 01, 2017 01:14PM
3585
June 02, 2017 05:33AM
3998
June 02, 2017 11:38AM
3422
June 02, 2017 11:54AM
3559
June 02, 2017 12:34PM
5030
June 02, 2017 10:49PM
5294
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.