MySQL Forums
Forum List  »  Data Recovery

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

Options: ReplyQuote


Subject
Views
Written By
Posted
ERROR 1114 (HY000): The table is full
21731
May 11, 2017 06:24AM


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.