MyISAM tables files have MYI suffix. See:
http://dev.mysql.com/doc/mysql/en/full-table.html
> Hi,
>
> I have a InnoDB database with MySQL version 4.1.0-alpha installed on my
> RedHat Linux 9.0. The data files name is like *.frm, *.MYD, *.MYI".
>
>
> Currently the table size
Many many thanks... I was in confusion. But how can I exten the table
size.
Regards
Naveen
- Original Message -
From: "gerald_clark" <[EMAIL PROTECTED]>
To: "Naveen C Joshi" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, March 15, 2005 7:52 PM
Subject:
Naveen C Joshi wrote:
Hi,
I have a InnoDB database with MySQL version 4.1.0-alpha installed on my RedHat Linux 9.0. The data files name is like *.frm, *.MYD, *.MYI".
These are MyIsam, not InnoDB.
Currently the table size is fixed 4GB and I want to extend it 10GB. Could you
please give me perfe
Hi,
I have a InnoDB database with MySQL version 4.1.0-alpha installed on my RedHat
Linux 9.0. The data files name is like *.frm, *.MYD, *.MYI".
Currently the table size is fixed 4GB and I want to extend it 10GB. Could you
please give me perfect command to extend my table size. The is my produ