Re: mysql 4.1.1 on linux

2005-05-03 Thread Gleb Paharenko
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

RE: Mysql 4.1.1 on Linux table size limit of 4GB and grant priv for Load

2005-05-03 Thread Kevin Cowley
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