Help Center/ Relational Database Service/ Troubleshooting/ RDS for MySQL/ Other Issues/ "The table is full" Displayed in Error Logs
Updated on 2024-10-24 GMT+08:00

"The table is full" Displayed in Error Logs

Scenario

The error message "ERROR [MY-013132] [Server] The table 'table_name' is full!" is displayed in the error logs of an RDS for MySQL instance.

Possible Causes

This error may be reported when the TempTable engine is used. For details, see the official documentation.

Solution

On the RDS console, change the value of internal_tmp_mem_storage_engine to MEMORY.