RE: Got error 127 when reading table cat

2005-06-30 Thread Jay Blanchard
[snip] Can somebody infor me what is the Got error 127 when reading table cat? [/snip] It means the table is crashed. See http://dev.mysql.com/doc/mysql/en/repair.html for how to repair the table. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: Got error 127 when reading table cat

2005-06-30 Thread Peter
that means you are running out of space on your machine or some specific partition Peter nikos wrote: Hello list Can somebody infor me what is the Got error 127 when reading table cat? Thank you Nikos -- Best regards, Peter http://AboutSupport.com -- MySQL General Mailing List For list

Re: Got error 127 when reading table cat

2005-06-30 Thread Mark Papadakis
That's usually an I/O error, if memory serves me right. Try dumping the data, drop table, recreate it, and re-insert the data back-in. MarkP On Jun 30, 2005, at 14:34 , nikos wrote: Hello list Can somebody infor me what is the Got error 127 when reading table cat? Thank you Nikos --

RE: Got error 127 when reading table cat

2005-06-30 Thread nikos
PM To: nikos; mysql@lists.mysql.com Subject: RE: Got error 127 when reading table cat [snip] Can somebody infor me what is the Got error 127 when reading table cat? [/snip] It means the table is crashed. See http://dev.mysql.com/doc/mysql/en/repair.html for how to repair the table. -- MySQL