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
22612
May 11, 2017 06:24AM
Re: ERROR 1114 (HY000): The table is full
5748
June 01, 2017 10:32AM
3949
June 01, 2017 01:14PM
3474
June 02, 2017 05:33AM
3898
June 02, 2017 11:38AM
3348
June 02, 2017 11:54AM
3478
June 02, 2017 12:34PM
4894
June 02, 2017 10:49PM
5177
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.