ERROR 1114 (HY000): The table is full
Posted by:
Steph V
Date: May 11, 2017 06:24AM
I'm running Mysql 5.7.18 , fresh install. Every table has it's own ibd file and innodb_data_file_path is set to ibdata1:12M:autoextend
There's also plenty of disk space left on both my /tmp directory and the drive containing the actual data. Another thing worth mentioning is that it stop importing data when the file reached exactly 4 gigabytes (4294967296)
The dump file is around 8.2GB 8740998408 May 10 19:37 fullDB.sql
Any help would be greatly appreciated.
Here's my config file.
server_id=10
log-bin = mysql-bin
binlog_format=ROW
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
gtid_mode=ON
enforce_gtid_consistency=ON
Subject
Views
Written By
Posted
ERROR 1114 (HY000): The table is full
21987
May 11, 2017 06:24AM
5646
June 01, 2017 10:32AM
3843
June 01, 2017 01:14PM
3391
June 02, 2017 05:33AM
3798
June 02, 2017 11:38AM
3275
June 02, 2017 11:54AM
3384
June 02, 2017 12:34PM
4780
June 02, 2017 10:49PM
5074
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.