ERROR 1114 (HY000): The table 'test1' is full 的解决今天执行sql碰到 1114的错误,如下:
mysql> insert into test1 select * from test;
Query OK, 1778 rows affected (0.06 sec)
Records: 1778 Duplicates: 0 Warnings: 0mysql
mysql出现错误编码1114的解决方法mysql出现错误编码1114的解决办法:首先在【my.cnf】中修改【max_heap_table_size = 256M】【tmp_table_size = 256M】;然后重启MySQL服务。mysql出现错误编码1114的解决办法:1