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
rted to get the following error : ERROR > 1030: Got error 127 from table handler ( please look below). > > This happens when we are doing some load testing on our application server > and there are around 2 records in the table. We are doing only inserts > and deletes from the table

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"

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

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 that

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

2003-09-10 Thread Dathan Vance Pattishall
-->- Original Message - -->From: "Dathan Vance Pattishall" <[EMAIL PROTECTED]> -->To: "'Tom Roos'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> -->Sent: Wednesday, September 10, 2003 1:28 PM -->Subject: RE: "ERROR 1030: Got er

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

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: 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: 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
) [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 7:31 AM To: '[EMAIL PROTECTED]' Subject: ERROR 1030: Got error 127 from table handler Can anyone shed some light on this? Have found that others have run into this (via Google) but no resolution and no hits at www.mysql.com.

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, 100000; 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

ERROR 1030: Got error 127 from table handler

2001-06-20 Thread mysql
Hi folks! I have a question for you all... I've got two separate mysql servers running on one machine. Both are 3.22.23b but used for separate instances of separate webservers. I'm having trouble with the "1030: Got error 127 from table handler" error on only one of the servers. Here's t

RE: Ideas?: ERROR 1030: Got error 127 from table handler

2001-06-08 Thread Chris Bolt
> Is there a common cause to the following problem?: > > mysql> select parent_referral from referral; > ERROR 1030: Got error 127 from table handler chris@mirage:~$ perror 127 Error code 127: Unknown error: 127 127 = Record-file is crashed chris@mirage:~$ > Our system is ru

Ideas?: ERROR 1030: Got error 127 from table handler

2001-06-08 Thread A. Chris Nichols
Is there a common cause to the following problem?: mysql> select parent_referral from referral; ERROR 1030: Got error 127 from table handler I can run a describe on the table and I can sucessfully run: select count(*) from referral but if I try to actually query the data in the table I

Problem with corrupted System (internal error 1030:Got error 127 from table handler)

2001-04-24 Thread Dave Millen
Hi again, I've sorted this problem out by rtfm. Used 'REPAIR TABLE ' and got most of the records back. regards, Dave database,sql,query -- Don't hit me!! I'm in the Twilight Zone!!! email: [EMAIL PROTECTED] web: www.largesalad.co.uk/DJMsoft -

Problem with corrupted System (internal error 1030:Got error 127 from table handler)

2001-04-23 Thread Dave Millen
mysql: internal error 1030:Got error 127 from table handler This occurs whether using the web/php based interface, mysqladmin or direct in mysql. A system of elimination shows that one particular table is corrupt. All records up to a certain 'id' can be retrieved, beyond this, the a

ERROR 1030: Got error 127 from table handler

2001-01-23 Thread Your Friend In Business
ERROR 1030: Got error 127 from table handler I get this error when I try to execute SQL statements using any of my tables I'm terrified that I've lost all my data If you know how I can fix this up please email me [EMAIL PROTECTED] asap Th