NYCPHP Meetup

NYPHP.org

[nycphp-talk] Table is full

Chris Snyder chsnyder at gmail.com
Mon Mar 30 12:25:17 EDT 2009


2009/3/30 Donald J. Organ IV <dorgan at donaldorgan.com>:
> I am encountering the following error for an innoDB table.
> table 'xxx' is full

http://dev.mysql.com/doc/refman/5.0/en/full-table.html but you've
probably already look there...

I haven't dealt with this with InnoDB tables, but I learned a long
time ago to include  MAX_ROWS=500000 AVG_ROW_LENGTH=500000 (or
similar) at the end of MyISAM CREATE TABLE statements.

Chris Snyder
http://chxor.chxo.com/



More information about the talk mailing list