InnoDB “The Table is Full” error

前端 未结 3 1985
猫巷女王i
猫巷女王i 2021-02-14 01:46

I have a MySQL InnoDB table on a RedHat Enterprise Linux 4 server, and after trying to import a database previously backed up using mysqldump I got a \"the table is

3条回答
  •  [愿得一人]
    2021-02-14 02:22

    We fixed the exact same issue on CentOS on AWS. Contray to what most of the posts indicate, this can be fixed by adding right below the [mysqld] section in your my.cnf file:

    innodb_data_file_path=ibdata1:10G:autoextend
    

提交回复
热议问题