Troubleshooting of MySQL errors: Difference between revisions

Jump to navigation Jump to search
Line 165: Line 165:
== ERROR 1114 (HY000): The table `TABLE_NAME` is full ==
== ERROR 1114 (HY000): The table `TABLE_NAME` is full ==
Possible solution
Possible solution
* Because the partition is full or almost full, free some hard-disk space<ref>[http://stackoverflow.com/questions/730579/error-1114-hy000-the-table-is-full mysql - ERROR 1114 (HY000): The table is full - Stack Overflow]</ref>.
* Because the hard disk of partition where [https://dev.mysql.com/doc/refman/5.7/en/data-directory.html MySQL Data Directory] located is full or almost full, free some hard disk space<ref>[http://stackoverflow.com/questions/730579/error-1114-hy000-the-table-is-full mysql - ERROR 1114 (HY000): The table is full - Stack Overflow]</ref>.


== ERROR 1205: Lock wait timeout exceeded; try restarting transaction ==
== ERROR 1205: Lock wait timeout exceeded; try restarting transaction ==

Navigation menu