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"?

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 Mailin

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 u

Got error 127 when reading table cat

2005-06-30 Thread nikos
Hello list Can somebody infor me what is the "Got error 127 when reading table cat"? Thank you Nikos -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Got error 127 from storage engine

2005-06-19 Thread mfatene
Hi amir, you have error 127 which means : C:\>perror 127 MySQL error code 127: Record-file is crashed what i suggest is to use some of the solutions given here : http://dev.mysql.com/doc/mysql/en/repair.html if you could. another way is to increase tmp_table_size and use show processl

Got error 127 from storage engine

2005-06-19 Thread Amir Shay
successfully and try to delete again, however this time we got the error "Got error 127 from storage engine" and the table become corrupted - need to repair it When deleting few records there is no problem However there is no trace to the error in the log file Any Help ? Amir Server

Re: ERROR 1030 (HY000): Got error 127 from storage engine

2005-05-27 Thread Qunfeng
corrupted after transferrring to B. When querying on the table at B, I got "Got error 127 from storage engine". I tried myisamchk -r tablename but I still got the same msg. Any idea? Thanks in advance! Qunfeng -- MySQL General Mailing List For list archives: http://lists.mysql

Re: ERROR 1030 (HY000): Got error 127 from storage engine

2005-05-27 Thread Eric Bergen
errring to B. When querying on the table at B, I got "Got error 127 from storage engine". I tried myisamchk -r tablename but I still got the same msg. Any idea? Thanks in advance! Qunfeng -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

Re: ERROR 1030 (HY000): Got error 127 from storage engine

2005-05-27 Thread Qunfeng
. The table in A works but seems to be corrupted after transferrring to B. When querying on the table at B, I got "Got error 127 from storage engine". I tried myisamchk -r tablename but I still got the same msg. Any idea? Thanks in advance! Qunfeng -- MySQL General Mailin

Re: ERROR 1030 (HY000): Got error 127 from storage engine

2005-05-27 Thread Eric Bergen
transferring, the table on B works well. However, I am encountering a problem with transferring a big table (with 11 million record). The table in A works but seems to be corrupted after transferrring to B. When querying on the table at B, I got "Got error 127 from storage engine".

ERROR 1030 (HY000): Got error 127 from storage engine

2005-05-27 Thread Qunfeng
transferring a big table (with 11 million record). The table in A works but seems to be corrupted after transferrring to B. When querying on the table at B, I got "Got error 127 from storage engine". I tried myisamchk -r tablename but I still got the same msg. Any idea? Thanks

4.0.23 - error 127 from table handler during many parallel inserts

2005-05-24 Thread Joe Kislo
xactly the same both times. I am hoping somebody can give me a direction to take this, either to open a MySQL support case, mysqldumping the table and reinserting the table, looking at the firmware updates... The problem is we get an error 127 from table handler error when doing a select: G

Re: MyISAM error 127

2005-05-04 Thread TheRefUmp
gt;>when single threaded. Once all the data was loaded one of the tables had >>several >>indexes created. Again, no problem. Then we tried running myisampack against >>one of the tables. It worked against the table, however other tables somehow >>got corrupted. Running a

Re: MyISAM error 127

2005-05-02 Thread gerald_clark
ng a query against the table produced the following error: MyISAM Engine returned error 127 Ok, so we ran myisamchk --quick --recover It ran successfully (or so we thought). Query the table for rows and the number comes back. Query the data get same error message. Next, we ran myisamchk --force

MyISAM error 127

2005-05-02 Thread TheRefUmp
the table produced the following error: MyISAM Engine returned error 127 Ok, so we ran myisamchk --quick --recover It ran successfully (or so we thought). Query the table for rows and the number comes back. Query the data get same error message. Next, we ran myisamchk --force --extended-chec

Re: [ERROR] Got error 127 when reading table

2005-02-23 Thread Gleb Paharenko
e corruption issues with a database on > multiple tables. I keep getting "[ERROR] Got error 127 when reading > table" when trying to write to an effected table. I went so far as to > delete entire tables and recreate them. I could reproduce the error > from my def

[ERROR] Got error 127 when reading table

2005-02-21 Thread Dan Tappin
I had a previously stable 4.1.8-standard MYSQL install on OS X 10.3.x Server using the binaries supplied by MySQL. Recently I have had multiple corruption issues with a database on multiple tables. I keep getting "[ERROR] Got error 127 when reading table" when trying to write to a

Re: ERROR 1030 (HY000): Got error 127 from storage engine

2004-08-10 Thread Egor Egorov
Haitao Jiang <[EMAIL PROTECTED]> wrote: > I have done following on a 8 million row table (4GB): > repair table > optimize table > drop one of the fulltext index > optimize table again > > Now fulltext search stop working and I am getting: > > ERROR 1030 (H

RE: ERROR 1030 (HY000): Got error 127 from storage engine

2004-08-06 Thread Steve Poirier
Subject: ERROR 1030 (HY000): Got error 127 from storage engine > > Hi, > > I have done following on a 8 million row table (4GB): > repair table > optimize table > drop one of the fulltext index > optimize table again > > Now fulltext search stop working and I am ge

ERROR 1030 (HY000): Got error 127 from storage engine

2004-08-06 Thread Haitao Jiang
Hi, I have done following on a 8 million row table (4GB): repair table optimize table drop one of the fulltext index optimize table again Now fulltext search stop working and I am getting: ERROR 1030 (HY000): Got error 127 from storage engine What does this mean? Index corrupted? How that

RE: ERROR 1030: Got error 127 from table handler

2004-04-22 Thread Bhaskar Borthakur
Wednesday, April 21, 2004 4:45 PM > To: Dathan Vance Pattishall; [EMAIL PROTECTED] > Subject: RE: ERROR 1030: Got error 127 from table handler > > At 04:42 PM 4/21/2004 -0700, Dathan Vance Pattishall wrote: > >There is a delete bug where frequent deletes can cause table corruption

RE: ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Dathan Vance Pattishall
http://dev.mysql.com/doc/mysql/en/News-4.0.x.html > -Original Message- > From: Bhaskar Borthakur [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 21, 2004 4:45 PM > To: Dathan Vance Pattishall; [EMAIL PROTECTED] > Subject: RE: ERROR 1030: Got error 127 from table handle

RE: ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Bhaskar Borthakur
bhaskar > -Original Message- > From: Bhaskar Borthakur [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 21, 2004 1:30 PM > To: [EMAIL PROTECTED] > Subject: ERROR 1030: Got error 127 from table handler > > Hi > > I have been using MySQL server version 4.0.14 for t

RE: ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Dathan Vance Pattishall
ect: ERROR 1030: Got error 127 from table handler > > Hi > > I have been using MySQL server version 4.0.14 for the last six months in > our project and it was running just fine. We use Linux AS 3.0 (kernel > version 2.4.21-4.0.1.EL #1) > > However, since last week we sta

ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Bhaskar Borthakur
Hi I have been using MySQL server version 4.0.14 for the last six months in our project and it was running just fine. We use Linux AS 3.0 (kernel version 2.4.21-4.0.1.EL #1) However, since last week we started to get the following error : ERROR 1030: Got error 127 from table handler ( please

AW: Error: 127

2003-12-26 Thread Markus Post
Hello Terence, Terence wrote: > Just do a check and repair: (or just repair to fix it) > > CHECK TABLE your_table > REPAIR TABLE your_table I´ve got the same error like Jacob, but this error appears over and over at my database files. Do you know WHY this error occurs ? Markus -- MySQL

Re: Error: 127

2003-12-21 Thread Terence
Just do a check and repair: (or just repair to fix it) CHECK TABLE your_table REPAIR TABLE your_table - Original Message - From: "Jacob Joseph" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 22, 2003 12:36 PM Subject: Error: 127 Hi A

Error: 127

2003-12-21 Thread Jacob Joseph
hars. This particular table has more than 50 million insertions and deletions per day. Frequently (almost fortnightly) 'ODBC Call Failed' messages stating that the database returned error 127. When I try to run an SQL query on a the above table from the MySQL Client, it simply says databa

RE: Error 127 = Record-file is crashed

2003-11-12 Thread Dathan Vance Pattishall
e Pattishall -->Subject: RE: Error 127 = Record-file is crashed --> -->Thank you for the reply --> -->Before you replied I killed the first "myisamchk" thinking I should do -->"REPAIR TABLE" -->Then your email came and I killed the "REPAIR TABLE"

RE: Error 127 = Record-file is crashed

2003-11-11 Thread Dathan Vance Pattishall
- Dathan Vance Pattishall   - Sr. Programmer and mySQL DBA for FriendFinder Inc.   - http://friendfinder.com/go/p40688 -->-Original Message- -->From: rmck [mailto:[EMAIL PROTECTED] -->Sent: Tuesday, November 11, 2003 3:17 PM -->To: [EMAIL PROTECTED] -->Subject: Error 12

Error 127 = Record-file is crashed

2003-11-11 Thread rmck
Hello, I have "mysql-standard-4.0.16-pc-linux-i686" installed on a 4gig mem, 2cpu system, RH 9. I have a large table (Data records: 72426930) that is now giving me this error "Error 127" when doing selects... This is my first crash of any kind with Mysql. So I'm a

Help - error 127 = Record-file is crashed

2003-10-15 Thread Robert Petkus
the table is corrupted. A "select * from muggle" returns: "ERROR 1030: Got error 127 from table handler" perror 127 says: "Error code 127: Unknown error 127 127 = Record-file is crashed" But "select count(*) from muggle" and returns a count of 155. 3. I

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Jeremy Zawodny
On Wed, Sep 10, 2003 at 11:01:00AM -0700, Dathan Vance Pattishall wrote: > Well I don't feel that 4.0.x is mature enough for my environment quite > yet, although some replication features are actually needed (2 threads > are better then one). > > I might do a small deploy for some search system an

RE: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Dathan Vance Pattishall
y, September 10, 2003 10:48 AM -->To: Dathan Vance Pattishall -->Cc: [EMAIL PROTECTED] -->Subject: Re: "ERROR 1030: Got error 127 from table handler" --> -->On Wed, Sep 10, 2003 at 10:11:15AM -0700, Dathan Vance Pattishall wrote: -->> -->> /usr/local/mysql/bi

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Richard Gabriel
<[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 1:47 PM Subject: Re: "ERROR 1030: Got error 127 from table handler" > On Wed, Sep 10, 2003 at 10:11:15AM -0700, Dathan Vance Pattishall wrote: > > > > /usr/local/mysql/bin/perror 127 >

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Jeremy Zawodny
On Wed, Sep 10, 2003 at 10:11:15AM -0700, Dathan Vance Pattishall wrote: > > /usr/local/mysql/bin/perror 127 > Error code 127: Unknown error 127 > 127 = Record-file is crashed > > I've been getting this allot lately from mysql-3.23.54-57. > > > Things th

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread colbey
Are you running linux and is it SMP? Kernel version plz.. On Wed, 10 Sep 2003, Dathan Vance Pattishall wrote: > > /usr/local/mysql/bin/perror 127 > Error code 127: Unknown error 127 > 127 = Record-file is crashed > > I've been getting this allot lately from mysql-3

RE: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Dathan Vance Pattishall
;Subject: Re: "ERROR 1030: Got error 127 from table handler" --> -->What kernel are you running? --> -->Also, try increasing the max open tables. That might help. --> -->Richard Gabriel -->Director of Technology, -->CoreSense Inc. -->(518) 306-3043 x3951 -->

Re: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Richard Gabriel
;" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 10, 2003 1:28 PM Subject: RE: "ERROR 1030: Got error 127 from table handler" > FilesystemSize Used Avail Use% Mounted on > /dev/sda5 97G 9.0G 82G 10% > > Plent

RE: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Dathan Vance Pattishall
IL PROTECTED] -->Subject: RE: "ERROR 1030: Got error 127 from table handler" --> -->hows u're disk space? --> -->-Original Message- -->From: Dathan Vance Pattishall [mailto:[EMAIL PROTECTED] -->Sent: 10 September 2003 19:11 -->To: [EMAIL PROTECTED] -->

RE: "ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Tom Roos
hows u're disk space? -Original Message- From: Dathan Vance Pattishall [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 19:11 To: [EMAIL PROTECTED] Subject: "ERROR 1030: Got error 127 from table handler" /usr/local/mysql/bin/perror 127 Error code 127: Unknown error 1

"ERROR 1030: Got error 127 from table handler"

2003-09-10 Thread Dathan Vance Pattishall
/usr/local/mysql/bin/perror 127 Error code 127: Unknown error 127 127 = Record-file is crashed I've been getting this allot lately from mysql-3.23.54-57. Things that are not the cause: - mySQL has not been improperly shut down - threads are not being killed off Pattern emerged:

Re: read_const error 127 - then MySQL dies

2003-08-14 Thread Heikki Tuuri
m https://order.mysql.com/ - Original Message - From: "Richard Gabriel" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Friday, August 08, 2003 11:50 PM Subject: read_const error 127 - then MySQL dies > Hi all, > > The following keeps happening and

Re: read_const error 127 - then MySQL dies

2003-08-14 Thread Heikki Tuuri
rder MySQL support from http://www.mysql.com/support/index.html - Alkuperäinen viesti - Lähettäjä: "Richard Gabriel" <[EMAIL PROTECTED]> Vastaanottaja: "Heikki Tuuri" <[EMAIL PROTECTED]> Kopio: <[EMAIL PROTECTED]> Lähetetty: Monday, August 11, 2003 6:2

Re: read_const error 127 - then MySQL dies

2003-08-14 Thread Richard Gabriel
qld-max.sym -n mysql.stack 0x80dbe1f handle_segfault + 423 0x4003b47e _end + 934910594 0x8101e09 mysql_select__FP3THDP13st_table_listRt4List1Z4ItemP4ItemP8st_orderT4T3T4UlP13select_result + 6937 0x810e90d handle_select__FP3THDP6st_lexP13select_result + 101 0x80e6d8a mysql_execute_command__Fv +

Error 127, some questions

2003-08-14 Thread Terence
Dear List, We have several tables experiencing table error 127 quite often, sometimes several times per day. I have read the relevant posts recently, including http://www.mysql.com/doc/en/Repair.html Forgive me for my lack of technical expertise in these questions: 1) The SQL statements are

Re: table error 127

2003-08-14 Thread walt
On Tuesday 05 August 2003 09:06 am, Richard Gabriel wrote: > My database experiences a similar effect, but I can't pinpoint the specific > queries because it gets thousands per second. I have not noticed the > problem on a machine that is only used occasionally. Is there a way to get > queries ou

Re: Error 127, some questions

2003-08-12 Thread Terence
Redhat 7.3 Kernel linux-2.4.18-3 Rgds Terence - Original Message - From: "Richard Gabriel" <[EMAIL PROTECTED]> To: "Terence" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 2:02 AM Subject: Re: Error 127, some questions W

Re: Error 127, some questions

2003-08-11 Thread Richard Gabriel
What OS/kernel are you running? Thanks. Richard Gabriel Director of Technology, CoreSense Inc. (518) 306-3043 x3951 - Original Message - From: "Terence" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 11, 2003 2:28 AM Subject: Error 127, some q

read_const error 127 - then MySQL dies

2003-08-09 Thread Richard Gabriel
RAID-10) 2GB RAM The following is a log exerpt: 030808 15:22:09 read_const: Got error 127 when reading table mysqld got signal 11; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly buil

Re: table error 127

2003-08-07 Thread walt
On Tuesday 05 August 2003 08:58 am, Jonathan Patton wrote: > Walt, > > Thanks for the suggestion. I ran myisamchk on the table and it said it was > corrupted. So I ran myismachk on the table with the -r and it said the > table was fixed. I then ran the update queries I was running before and > rece

RE: table error 127

2003-08-06 Thread Jonathan Patton
es1, discussion_categories_2 set discussion_categories1.parent_1 = discussion_categories_2.category_id where discussion_categories1.`parent_1_text` = discussion_categories_2.name; So with the query joining the table on itself, the error 127 Table Handler error appeared, but when joined on the new table

RE: table error 127

2003-08-06 Thread Jonathan Patton
t the problem or at least eliminate that problem from this problem. Also, could it be the backup is corrupted? Jonathan > -Original Message- > From: walt [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2003 12:12 PM > To: Jonathan Patton > Cc: [EMAIL PROTECTED] > Subje

Re: table error 127

2003-08-06 Thread Richard Gabriel
Sent: Tuesday, August 05, 2003 8:58 AM Subject: RE: table error 127 Walt, Thanks for the suggestion. I ran myisamchk on the table and it said it was corrupted. So I ran myismachk on the table with the -r and it said the table was fixed. I then ran the update queries I was running before and receiv

Fw: table error 127

2003-08-04 Thread Richard Gabriel
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: "Richard Gabriel" <[EMAIL PROTECTED]> Sent: Sunday, August 04, 2002 3:16 PM Subject: Ynt: table error 127 > *This message was transferred with a trial version of CommuniGate(tm) Pro* > i got same err (once) o

Re: table error 127

2003-08-04 Thread Richard Gabriel
hard Gabriel" <[EMAIL PROTECTED]>; "Jonathan Patton" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 2:26 PM Subject: Re: table error 127 On Monday 04 August 2003 02:10 pm, Richard Gabriel wrote: > I have been getting this type of error

Re: table error 127

2003-08-04 Thread walt
On Monday 04 August 2003 02:10 pm, Richard Gabriel wrote: > I have been getting this type of error ever since I upgraded from MySQL 3 > to 4. I actually have set up a cron to check/repair tables hourly because > of this. The following diagnoses have been suggested, but I would bet it's > an obscu

Re: table error 127

2003-08-04 Thread Richard Gabriel
iel Director of Technology, CoreSense Inc. (518) 306-3043 x3951 - Original Message - From: "walt" <[EMAIL PROTECTED]> To: "Jonathan Patton" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 04, 2003 12:11 PM Subject: Re: table error 127 &

Re: table error 127

2003-08-04 Thread walt
Jonathan Patton wrote: > > I have mysql setup on two computers with identical databases. When I run a group of > queries on the one computer I get back an error 127 which I checked on an it appears > to be a table corruption error. On the other computer, the queries run fine. Si

table error 127

2003-08-04 Thread Jonathan Patton
I have mysql setup on two computers with identical databases. When I run a group of queries on the one computer I get back an error 127 which I checked on an it appears to be a table corruption error. On the other computer, the queries run fine. Since I had all the data for the table in

Re: error 127 from table handler

2003-07-14 Thread Sergei Golubchik
t data and dump it somewhere where it is easier to access ( in the > same table ). > > The problem is that each time I do an import, soon after I get 'error > 127 from table handler'. Sometimes it is while selecting, sometimes > while updating. Sometimes it is *in* th

error 127 from table handler

2003-07-14 Thread Dan
s ( in the same table ). The problem is that each time I do an import, soon after I get 'error 127 from table handler'. Sometimes it is while selecting, sometimes while updating. Sometimes it is *in* the import process ( after the load data infile step ). I haven't been able

ERROR 1030: Got error 127 from table handler?

2003-07-04 Thread Jonathan Chen
and 'song'. I started going through every magazine adding rows to every table succesfully. I ran test queries using the 'source' command and a text file. Everything was working just fine at that point. On day 3, I was almost done adding all the records to the tables when

re: Re: What is the cause (and the fix) for "Error 1030: Got error 127 from table handler ..."?

2003-03-21 Thread Egor Egorov
On Thursday 20 March 2003 21:56, dleetest at kw dot com wrote: > It seems that this error occurs only when I try to access mysql tables with > many rows. Just wonder if anyone knows what is the cause and how to prevent > it. There are a lot of possible causes. Check these link, they can help you

Re: What is the cause (and the fix) for "Error 1030: Got error 127 from table handler ..."?

2003-03-20 Thread dleetest
It seems that this error occurs only when I try to access mysql tables with many rows. Just wonder if anyone knows what is the cause and how to prevent it. Thanks in advance! Danny - Before posting, please check: http://

Re: Locating "Duplicate" records always results in Error 127

2003-03-17 Thread Sergei Golubchik
Hi! On Mar 17, mySQL list wrote: > Below is a minimum script which always results in the error "Got error 127 > from table handler", with only two records in the table. Change the name > fields from (8 chars) to AAA (7 chars) and no error. I tried it on both 4.

Locating "Duplicate" records always results in Error 127

2003-03-17 Thread mySQL list
I am locating 'duplicate entries in a table and updating a status field accordingly. The idea is to locate rows which have a matching 'Name' field, and mark them for subsequent processing. However, my update query *ALWAYS* returns Error 127, even on a newly created table if the matc

re: Geting continuous errors from Table handler (Error 127)

2002-11-11 Thread Victoria Reznichenko
I have a mysql installed ona RedHat 7.3 machine. The problem is that I am hapdn> getting the error 127 many times. Each time I repair the table and after hapdn> some time (1-2 hours) it happens again. Any comments? hapdn> I am using the RPM shipped with Redhat 7.3. If the tables become

Re: Geting continuous errors from Table handler (Error 127)

2002-11-11 Thread gerald_clark
How big is the index file. and what type of filesystem is it stored on? Could this be a 2G filesize limit problem? [EMAIL PROTECTED] wrote: Hi, I have a mysql installed ona RedHat 7.3 machine. The problem is that I am getting the error 127 many times. Each time I repair the table and after

Geting continuous errors from Table handler (Error 127)

2002-11-08 Thread hamidmails
Hi, I have a mysql installed ona RedHat 7.3 machine. The problem is that I am getting the error 127 many times. Each time I repair the table and after some time (1-2 hours) it happens again. Any comments? I am using the RPM shipped with Redhat 7.3. Bellow are the logs: Thanks in advance, Hamid

Re: Error 127 from table handler

2002-08-12 Thread Egor Egorov
John, Saturday, August 10, 2002, 4:32:37 AM, you wrote: JP> I keep getting a problem with our MySQL database, I know what error 127 is JP> ('Record-file is crashed / Network is down'), it keeps occuring on several JP> tables that are frequently accessed by our website. JP>

Error 127 from table handler

2002-08-09 Thread John P
Hi All I keep getting a problem with our MySQL database, I know what error 127 is ('Record-file is crashed / Network is down'), it keeps occuring on several tables that are frequently accessed by our website. I can fix the problem by running OPTIMIZE TABLE on the offending tables bu

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Dicky Wahyu Purnomo
. I'm using version 3.23.41-log, and I got > > the > > > following error message when trying to update a row: > > > > > > Got error 127 from table handler (1030) > > > > > > It's a normal query which has succeeded several thousand times

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Daniel Brockhaus
At 16:53 24.07.02 +0700, you wrote: >Pada Wed, 24 Jul 2002 11:01:24 +0200 >Daniel Brockhaus <[EMAIL PROTECTED]> menulis : > > > well, the subject says it all. I'm using version 3.23.41-log, and I got > the > > following error message when trying to update a ro

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Justin Farnsworth
says it all. I'm using version 3.23.41-log, and I got the > following error message when trying to update a row: > > Got error 127 from table handler (1030) > > It's a normal query which has succeeded several thousand times already. > > Any ideas what might b

Re: Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Dicky Wahyu Purnomo
Pada Wed, 24 Jul 2002 11:01:24 +0200 Daniel Brockhaus <[EMAIL PROTECTED]> menulis : > Hi, > > well, the subject says it all. I'm using version 3.23.41-log, and I got the > following error message when trying to update a row: > > Got error 127 from table handler (1

Important: Got error 127 from table handler (1030)?

2002-07-24 Thread Daniel Brockhaus
Hi, well, the subject says it all. I'm using version 3.23.41-log, and I got the following error message when trying to update a row: Got error 127 from table handler (1030) It's a normal query which has succeeded several thousand times already. Any ideas what might be wrong? Thank

Re: Diagnosing frequent table corruption error 127.

2002-07-11 Thread Egor Egorov
Kevin, Wednesday, July 10, 2002, 10:36:06 PM, you wrote: KF> One of our servers (of many running the same software and mysql version) is KF> frequently getting KF> "ERROR 1030: Got error 127 from table handler" KF> on two of its tables. KF> mysql version is

Re: Diagnosing frequent table corruption error 127.

2002-07-11 Thread Thomas Spahni
On Wed, 10 Jul 2002, Kevin Fries wrote: > One of our servers (of many running the same software and mysql version) is > frequently getting > "ERROR 1030: Got error 127 from table handler" > > on two of its tables. > > mysql version is 3.23.49. > > &

Diagnosing frequent table corruption error 127.

2002-07-10 Thread Kevin Fries
One of our servers (of many running the same software and mysql version) is frequently getting "ERROR 1030: Got error 127 from table handler" on two of its tables. mysql version is 3.23.49. We can not recover with myisamchk -r, but instead have to use "myisamchk -o

Re: ERROR 127 and 134

2002-07-05 Thread Victoria Reznichenko
Ian, Friday, July 05, 2002, 4:11:37 PM, you wrote: IH> Every time we move our database onto new hardware (ie. Pentium 4) we get IH> errors 127 and 134 within the mysql error logfile. When we then run the IH> check (i.e. CHECK TABLE tablename EXTENDED) on the databases the status IH> comes back as

ERROR 127 and 134

2002-07-05 Thread Ian Hughes
Every time we move our database onto new hardware (ie. Pentium 4) we get errors 127 and 134 within the mysql error logfile. When we then run the check (i.e. CHECK TABLE tablename EXTENDED) on the databases the status comes back as being OK. Should we believe this, or do we still need to run the re

ERROR 127 and 134

2002-07-05 Thread Ian Hughes
Every time we move our database onto new hardware (ie. Pentium 4) we get errors 127 and 134 within the mysql error logfile. When we then run the check (i.e. CHECK TABLE tablename EXTENDED) on the databases the status comes back as being OK. Should we believe this, or do we still need to run the re

Re: ERROR 1030: Got error 127 from table handler

2002-06-18 Thread Victoria Reznichenko
12-31','2002-01-01','2002-03-11','2002-04-01','2002-05-01','2002-08-15','2002-11-01','2002-12-25','2002-12-26')) t> )),in_s,'0')) as ipm, SUM(IF(@a, ot_s,'0')) as opm, SUM(IF(!@a, in_s,'

Re: ERROR 1030: Got error 127 from table handler

2002-06-18 Thread Veysel Harun Sahin
')) > )),in_s,'0')) as ipm, SUM(IF(@a, ot_s,'0')) as opm, SUM(IF(!@a, in_s,'0')) as inm, >SUM(IF(!@a, ot_s,'0')) as onm FROM _stat_._stat_10_4_1_10 where >DATE_FORMAT(data,'%Y-%m') = '2002-05' AND DATE_FORMAT(data,'%Y-%m

ERROR 1030: Got error 127 from table handler

2002-06-18 Thread tl
002-03-11','2002-04-01','2002-05-01','2002-08-15','2002-11-01','2002-12-25','2002-12-26')) )),in_s,'0')) as ipm, SUM(IF(@a, ot_s,'0')) as opm, SU

Re: Plagued by Error 127

2002-06-08 Thread Benjamin Pflugmann
Hi. On Sat 2002-06-08 at 00:58:16 -0400, [EMAIL PROTECTED] wrote: > First, thanks for your response. > > I don't have the error message in front of me, but it's something like: > > # myisamchk -r table > Data rows: 56,402 > Attempting to fix records: 0/0 something something > Data rows: 0 > #

Re: Plagued by Error 127

2002-06-07 Thread Thomas Lackner
lson wrote: > In the last episode (Jun 07), Thomas Lackner said: > >>A client of mine runs MySQL in a pretty high volume environment, and for >>the past couple months we've had a lot of trouble with corrupt tables >>(error 127). We've changed the MySQL version (pres

Re: Plagued by Error 127

2002-06-07 Thread Dan Nelson
In the last episode (Jun 07), Thomas Lackner said: > A client of mine runs MySQL in a pretty high volume environment, and for > the past couple months we've had a lot of trouble with corrupt tables > (error 127). We've changed the MySQL version (presently to version > 3.2

Plagued by Error 127

2002-06-07 Thread Thomas Lackner
A client of mine runs MySQL in a pretty high volume environment, and for the past couple months we've had a lot of trouble with corrupt tables (error 127). We've changed the MySQL version (presently to version 3.23.49), FreeBSD version (presently to 4.5-STABLE), hardware (from ID

Re: Error 1030: error 127 (table handler)

2002-05-21 Thread Rob
<[EMAIL PROTECTED]> wrote: > Hello, > > approximatly twice a week I get Error 1030: error 127 (table handler) on > one table. This table is around 2.3 GB, the indexfile around 2.2 GB. > There are around 24.000.000 records in the table. > > I am running mysql 4.0.1-a

Error 1030: error 127 (table handler)

2002-05-21 Thread Matthias Jaekle
Hello, approximatly twice a week I get Error 1030: error 127 (table handler) on one table. This table is around 2.3 GB, the indexfile around 2.2 GB. There are around 24.000.000 records in the table. I am running mysql 4.0.1-alpha on linux with 2.4.18 kernel. But I also got this error with

Re: ERROR 1030: Got error 127 from table handler

2002-05-20 Thread Egor Egorov
sid=9 and cid > 694725 LIMIT 0, 10; C> ERROR 1030: Got error 127 from table handler $ perror 127 Error code 127: Unknown error 127 127 = Record-file is crashed You can try to repair your table using myisamchk or REPAIR TABLE statement. Read info about how to repair table at:

RE: ERROR 1030: Got error 127 from table handler

2002-05-20 Thread Weaver, Walt
According to perror, error 127 = Record-file is crashed. This is a symptom of a corrupted table. Check out the MySQL manual, 4.4.6.9, How to Repair Tables. Specifically, try running myisamchk on the table. --Walt Weaver Bozeman, Montana -Original Message- From: Carter, Robert L (MN65

ERROR 1030: Got error 127 from table handler

2002-05-20 Thread Carter, Robert L (MN65)
ere sid=9 and cid > 694725; +--+ | count(*) | +--+ | 4925 | +--+ 1 row in set (0.01 sec) mysql> select * from event where sid=9 and cid > 694725 LIMIT 0, 10; ERROR 1030: Got error 127 from table handler mysql> select * from event where sid=9 a

RE: ERROR 1030: Got error 127 from table handler / Optimize Table

2002-05-16 Thread Dave Watkinson
: ERROR 1030: Got error 127 from table handler / Optimize Table Hello, I am using mysql 3.23.38 on winnt. I have a table already filled with default value, that way we do only updates during our processing. One column is specified as not null in the table definition and it's also an

ERROR 1030: Got error 127 from table handler / Optimize Table

2002-05-16 Thread Frederic Dhorne
t;Optimize Table". now I am not getting anymore all the rows. Moreover in some cases, I'm getting the following error: ERROR 1030: Got error 127 from table handler. is there anyway to move around this, while I keep the call to Optimize Table? PS: myisamchk

Re: Got error 127 from table handler

2002-04-13 Thread Peter McArthur
On Thursday, April 11, 2002, at 11:07 AM, Michael Widenius wrote: > I do get most hard bug reports forwarded to me and I haven't seen > anything that would indicate that symlinking databases is something > that many people do or that it could explain any of the problems I > have seen. > > The lin

Got error 127 after using the alter table command

2002-04-08 Thread Cams Ismael
column) on the table with Java 4. When I now try to execute a statement on this table I get error 127 I do not have this problem when: 1. I don't fill in data via the command line 2. I fill in the data via JDBC I have also tried this with a dump, and this also gave the

  1   2   >