[ERR] 1114 - The table 'xxx' is full
Posted ahaya
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[ERR] 1114 - The table 'xxx' is full相关的知识,希望对你有一定的参考价值。
异常原因:
磁盘空间不足
解决办法:
1. 新增磁盘
2. 删除无用数据
信息补充:
df:
df -h #查询磁盘空间命令
du:
du|sort -nr|more #显示目录或者文件所占空间
du -sh #统计当前目录的大小
du -h --max-depth=1 | grep ‘G‘ |sort -nr #查看上G目录
du -h --max-depth=1 | sort -nr #查看当前目录下所有一级子目录文件夹大小
?? grep ‘G‘ #查找
sort -nr #排序 -n为正序 -nr为倒序
以上是关于[ERR] 1114 - The table 'xxx' is full的主要内容,如果未能解决你的问题,请参考以下文章
mysql 解决 ERROR 1114 (HY000): The table 'XXX' is full
SQLSTATE[HY000]: General error: 1114 The table '/home/mysql/data3007/tmp/#sq
[Err] 1214 - The used table type doesn't support FULLTEXT indexes
Row size too large. The maximum row size for the used table type 解决