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

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 parameters

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 processlist during

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

2005-05-27 Thread Qunfeng
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. I tried myisamchk -r tablename but I still got the same msg. Any idea? Thanks in advance

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

2005-05-27 Thread Eric Bergen
the 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. I tried myisamchk

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 Mailing List For list

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

2005-05-27 Thread Eric Bergen
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 unsubscribe:http

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

2005-05-27 Thread Qunfeng
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.com/mysql To unsubscribe

4.0.23 - error 127 from table handler during many parallel inserts

2005-05-24 Thread Joe Kislo
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: General error, message from server: Got

Re: MyISAM error 127

2005-05-04 Thread TheRefUmp
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 query against the table produced the following error: MyISAM Engine returned error 127 Ok, so we ran myisamchk

MyISAM error 127

2005-05-02 Thread TheRefUmp
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-check It ran

Re: MyISAM error 127

2005-05-02 Thread gerald_clark
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 --extended

Re: [ERROR] Got error 127 when reading table

2005-02-23 Thread Gleb Paharenko
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 default PHP and CLI attempts to write to the tables. The only thing

[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 an effected

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 (HY000): Got error 127 from storage engine What

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

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

2004-08-06 Thread Steve Poirier
(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 getting: ERROR 1030 (HY000): Got error 127 from storage

RE: ERROR 1030: Got error 127 from table handler

2004-04-22 Thread Bhaskar Borthakur
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. Upgrade to 4.0.18 -- I believe its been

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

RE: ERROR 1030: Got error 127 from table handler

2004-04-21 Thread Dathan Vance Pattishall
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 started to get the following error : ERROR 1030: Got error

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 the last six months in our project

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 handler At 04:42 PM 4/21

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

Error: 127

2003-12-21 Thread Jacob Joseph
. 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 database returns error 127

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 All, I have a MySQL4.0 installation

RE: Error 127 = Record-file is crashed

2003-11-12 Thread Dathan Vance Pattishall
: 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 and --reran --myisamchk -rf Nov03. --Thats whats running now myisamchk -rf Nov03

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 liitle confused on what I

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 127 = Record-file

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

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 127 127 = Record

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

Re: ERROR 1030: Got error 127 from table handler

2003-09-10 Thread Richard Gabriel
] 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% Plenty of disk space. ---Original Message- --From: Tom Roos [mailto:[EMAIL

RE: ERROR 1030: Got error 127 from table handler

2003-09-10 Thread Dathan Vance Pattishall
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 -- --- Original Message - --From: Dathan Vance Pattishall [EMAIL PROTECTED

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.23.54-57. Things

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 that are not the cause: - mySQL has not been

Re: ERROR 1030: Got error 127 from table handler

2003-09-10 Thread Richard Gabriel
] 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 Error code 127: Unknown error 127 127 = Record-file is crashed I've been getting

RE: ERROR 1030: Got error 127 from table handler

2003-09-10 Thread Dathan Vance Pattishall
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/bin/perror 127 -- Error code 127: Unknown error 127 -- 127 = Record-file

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 and

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 out

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

Re: read_const error 127 - then MySQL dies

2003-08-14 Thread Richard Gabriel
, foreign keys, and a hot backup tool for MySQL Order MySQL technical support from 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

Re: read_const error 127 - then MySQL dies

2003-08-14 Thread Heikki Tuuri
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:26 PM Aihe: Re: read_const error 127 - then MySQL dies

Re: read_const error 127 - then MySQL dies

2003-08-14 Thread Heikki Tuuri
[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 I can't pinpoint a query that is causing it. It did not happen in 3.23.x, but started upon upgrading to 4.0.14

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 What OS/kernel are you running? Thanks. Richard

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 questions Dear List, We

read_const error 127 - then MySQL dies

2003-08-09 Thread Richard Gabriel
-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 built

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 received

Re: table error 127

2003-08-06 Thread Richard Gabriel
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 received the same 127 error. The update queries

RE: table error 127

2003-08-06 Thread Jonathan Patton
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] Subject: Re: table error 127

RE: table error 127

2003-08-06 Thread Jonathan Patton
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 which was just like the original, they did

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

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. Since I had all

Re: table error 127

2003-08-04 Thread Richard Gabriel
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 Jonathan Patton wrote: I have mysql setup on two computers

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 obscure

Re: table error 127

2003-08-04 Thread Richard Gabriel
]; 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 ever since I upgraded from MySQL 3 to 4. I actually have set up a cron to check

Fw: table error 127

2003-08-04 Thread Richard Gabriel
: [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) on winNT (sp6) when i upgraded from 3.23.47 4.0.12

error 127 from table handler

2003-07-14 Thread Dan
( 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 to pinpoint exactly what

Re: error 127 from table handler

2003-07-14 Thread Sergei Golubchik
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* the import process ( after the load data infile step ). I haven't

ERROR 1030: Got error 127 from table handler?

2003-07-05 Thread Jonathan Chen
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 I ran a test query and all off a sudden I get a ERROR 1030: Got error 127 from table handler error message. I hadn't

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 to

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:

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 matching name field

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.0.11 and 4.0.12. It, indeed

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

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

2002-11-11 Thread Victoria Reznichenko
hamidmails, Saturday, November 09, 2002, 12:09:46 AM, you wrote: hapdn 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

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 I can fix the problem

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 but it seems

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? Thanks, Daniel

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 (1030) It's a normal query which has

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

2002-07-24 Thread Justin Farnsworth
. 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? Thanks, Daniel Brockhaus

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 row: Got error 127 from table handler (1030

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

2002-07-24 Thread Dicky Wahyu Purnomo
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. table got corrupt ... you have to repair the table ... ;) Well, who corrupted the table, then? Neither the computer running

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. We can not recover with myisamchk -r

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 which ends up wiping

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

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 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 1030: Got error 127 from table handler

2002-06-18 Thread tl
where DATE_FORMAT(data,'%Y-%m') = '2002-05' AND DATE_FORMAT(data,'%Y-%m-%d') BETWEEN '-00-00' AND '-00-00' ; got error: ERROR 1030: Got error 127 from table handler Please, HELP ME! Thank very much. - Before

Re: ERROR 1030: Got error 127 from table handler

2002-06-18 Thread Veysel Harun Sahin
,'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-%d') BETWEEN '-00-00' AND '-00-00' ; got error: ERROR 1030: Got error 127 from table handler

Re: ERROR 1030: Got error 127 from table handler

2002-06-18 Thread Victoria Reznichenko
(IF(!@a, ot_s,'0')) as onm FROM _stat_._stat_10_4_1_10 where DATE_FORMAT(data,'%Y-%m') = '2002-05' AND t DATE_FORMAT(data,'%Y-%m-%d') BETWEEN '-00-00' AND '-00-00' ; t got error: t ERROR 1030: Got error 127 from table handler It means that your table is broken. Repair it using REPAIR TABLE

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 # Next

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 IDE to SCSI

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.23.49), FreeBSD version

Re: Plagued by Error 127

2002-06-07 Thread Thomas Lackner
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.23.49), FreeBSD version (presently to 4.5-STABLE

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

Re: Error 1030: error 127 (table handler)

2002-05-21 Thread Rob
, 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 older

ERROR 1030: Got error 127 from table handler

2002-05-20 Thread Carter, Robert L (MN65)
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 and cid 694725 LIMIT 0

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 / Optimize Table

2002-05-16 Thread Frederic Dhorne
. 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 -r -q doesn't generate

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 index

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 links

Got error 127 after using the alter table command

2002-04-08 Thread Cams Ismael
a 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 same

- Error 127

2002-04-05 Thread maxim
Hello mysql, Hello What is .. the Got error 127 from table handwler Pl send me error table ... My english is very bad sory -- Best regards, maxim mailto:[EMAIL PROTECTED] - Before

Re: - Error 127

2002-04-05 Thread Victoria Reznichenko
maxim, Friday, April 05, 2002, 2:35:01 PM, you wrote: m What is .. the Got error 127 from table handwler m Pl send me error table ... $ 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

Re: - Error 127

2002-04-05 Thread Martin Mokrejs
Hi, actually I know about current problem in 3.23.49a on linux at least - there's something weird with the cache I think. I've posted some reports with my ideas to the bugs list already. For you: I can get rid of such problems whenever they appear by doing : mysqladmin flush-tables They

  1   2   >