Hello.
The manual recommends to use ALTER TABLE to increase the MAX_ROWS and
AVG_ROW_LENGTH table options values. See:
http://dev.mysql.com/doc/mysql/en/repair.html
CheHax <[EMAIL PROTECTED]> wrote:
> Hello there,
>
> I am receiving "Got error 136 from storage engine" and
Hi,
error 136 = No more room in index file
so I suppose it's a problem with the size needed for your keys, maybe that
will help:
http://dev.mysql.com/doc/mysql/en/key-space.html
HTH,
Melanie
From: CheHax <[EMAIL PROTECTED]>
Reply-To: CheHax <[EMAIL PROTECTED]>
To: mysql@lists.mysql.com
Subject: