This error message appears in MySQL when the file size limit has been reached. Generally file size limits depend on the operating system.
You can change the size of the table by using "Alter Table" command. Ex: ALTER TABLE (X) MAX_ROWS = (X)
ALTER TABLE (X) MAX_ROWS = (X)