tags:

views:

12

answers:

1

The maximum size of a row in a MyISAM table is 65,535 bytes fro text datatype. What is the maximum size for InnoDB table in mysql 5.0.77.

A: 

See InnoDB restrictions

simendsjo