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.

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 -- M

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 lis

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:h

RE: Got error 127 when reading table

2002-01-07 Thread Martin MOKREJŠ
Hi, I have another example of this strange behaviour. I've managed to dump most of the table and then after certain row got the error 127. This machine is linux 2.2.17 in this particular example operating on table close to the 2GB limit. mysql Ver 11.15 Distrib 3.23.44, for pc-linux-gnu (i686)

RE: Got error 127 when reading table

2001-12-20 Thread Martin MOKREJŠ
On Thu, 20 Dec 2001, Almar van Pel wrote: > I believe this error is assigned to a crashed table. > > try repair table and afterwards optimize. Eh, I forgot to mention that I've done CHECK TABLE a bit too late, when the user came and said that the problem got fixed itself, and asked me what I di

RE: Got error 127 when reading table

2001-12-20 Thread Almar van Pel
I believe this error is assigned to a crashed table. try repair table and afterwards optimize. Regards, Almar van Pel -Oorspronkelijk bericht- Van: Martin MOKREJŠ [mailto:[EMAIL PROTECTED]] Verzonden: donderdag, december 20, 2001 17.24 Aan: [EMAIL PROTECTED] Onderwerp: Got error 127 w