
# 错误日志报错The table is full
#### 场景描述
RDS for MySQL错误日志报错：ERROR \[MY-013132\] \[Server\] The table '*表名*' is full!
#### 原因分析
使用TempTable引擎可能会报该错误，详见[官方文档](https://bugs.mysql.com/bug.php?id=99100)。
#### 解决方案
在RDS界面修改参数"internal_tmp_mem_storage_engine"的值为"MEMORY"。
