解决the table '' is full

Posted sunxun

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决the table '' is full相关的知识,希望对你有一定的参考价值。

线上项目中遇到一次在数据量有3G的一张表中添加字段的问题,结果字段添加不上去.

技术图片

 

去网上找了什么增加size的方法,没用依然如此

这里说下我的解决办法,就是创建一个和原表一样的新表,把原表的数据copy到新表中,然后改表名就解决了这个问题

insert into new_table (a,b,c) select a,b,c from old_table

以上是关于解决the table '' is full的主要内容,如果未能解决你的问题,请参考以下文章

Mysql还原时提示“The table 'TABLENAME' is full”

[ERR] 1114 - The table 'xxx' is full

ALTER TABLE SWITCH' statement failed. The table x' is partitioned while index 'x' is

记录一次数据爆仓——The table 'XXX' is full !!!

iOS 'The sandbox is not sync with the Podfile.lock'问题解决

'The sandbox is not sync with the Podfile.lock'问题解决