Hello.
Have you been at:
http://dev.mysql.com/doc/mysql/en/full-table.html
"V. Agarwal" <[EMAIL PROTECTED]> wrote:
> Hi,
> I am using Mysql built-in defaults for starting the
> server. It chokes when the table size grows to 4GB.
> ===
> -rw-rw1 vagarwal dev
As it looks like no one else has replied.
The default table size is 4GB - effectively if you do not modify the
table create statement this is the size you get.
To alter the table size you need to change the value of the MAX_ROWS
parameter. The table size is governed by MAX_ROWS multiplied by aver