>>>>> "Tonu" == Tonu Samuel <tonu@stripped> writes:
Tonu> Peter Zaitsev wrote:
>>
>> I'm running MYSQL 3.23.7 on Sparc/Solaris 2.6 And I'm wondering if I'll have to
> do something to my MYISAM tables to allow them to be grater then 2GB or it's handeled
> automaticaly ?
>> The tables was converted from ISAM format.
Tonu> Compile MySQL with --with-big-tables. Or somthing similar this was.
Hi!
You can check the max size for the record and index file by doing.
show table status like 'table-name'
Regards,
Monty