LOL The database is too small for the data you're putting into it.
Quote:
The default limit of tables is 4GB until 5.0.5 and 65,536TB in later versions. To change the default, use the table options AVG_ROW_LENGTH and MAX_ROWS. You can change your table with ALTER TABLE logs AVG_ROW_LENGTH=number MAX_ROWS=number. This will take a moment as a new table is copied from the old one. See also http://dev.mysql.com/doc/refman/5.0/...ate-table.html