> Hello,
> 
> I was working with Mysql an nerver had any problem, the suddenly from one
> moment to the other, some tables didn't work correctly any more. 
> Any select
> command on them returns me :
> 1030: Got error 127 from table handler.
> But if I do a select command on a other table with a join on one of those
> tables everything works fine.

chris@phantasm:~$ perror 127
Error code 127:  Unknown error: 127
127 = Record-file is crashed

Try running myisamchk on the table, or REPAIR TABLE tblname with 3.23

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to