Re: Table crashes

2007-10-24 Thread Carlos Proal
ty to Win | Act with Sensitivity | Unyielding Integrity From: Amarnath Shivashankar (WI01 - Services) Sent: Tuesday, October 23, 2007 11:40 AM To: 'mysql@lists.mysql.com' Subject: Table crashes Hi Friends, I need a document on why tables crash in

Re: Table crashes

2007-10-24 Thread ranjeet walunj
I need a document on why tables crash in MYSQL and what are the repair > methods? > > I would also like to know if there are any preventive measures to avoid > table crashes? > > > > Regards, > Amarnath Shivashankar > SQL Database Management > > > > > > &g

RE: Table crashes

2007-10-23 Thread amarnath.shivashankar
From: Amarnath Shivashankar (WI01 - Services) Sent: Tuesday, October 23, 2007 11:40 AM To: 'mysql@lists.mysql.com' Subject: Table crashes Hi Friends, I need a document on why tables crash in MYSQL and what are the repair methods? I would also like to know if there are any

Table crashes

2007-10-22 Thread amarnath.shivashankar
Hi Friends, I need a document on why tables crash in MYSQL and what are the repair methods? I would also like to know if there are any preventive measures to avoid table crashes? Regards, Amarnath Shivashankar SQL Database Management The information contained in this electronic

Re: mysql bug 9670 OPTIMIZE TABLE crashes

2005-08-02 Thread Matthijs van der Klip
On Mon, 1 Aug 2005, Heikki Tuuri wrote: > unfortunately, the bug fix was never made to 4.0. It is only in 4.1.12 and > later. Hi Heikki, Thanks for your response. The fix seems to consists only of a few lines: http://mysql.bkbits.net:8080/mysql-4.1/[EMAIL PROTECTED]|[EMAIL PROTECTED] It look

Re: mysql bug 9670 OPTIMIZE TABLE crashes

2005-08-01 Thread Heikki Tuuri
;; <[EMAIL PROTECTED]> Lähetetty: Monday, August 01, 2005 5:08 PM Aihe: mysql bug 9670 OPTIMIZE TABLE crashes Hi, I am experiencing assertion failures described in the following bugreport: http://bugs.mysql.com/bug.php?id=9670 The bug has been closed, but I'm running the most

Re: mysql bug 9670 OPTIMIZE TABLE crashes

2005-08-01 Thread Matthijs van der Klip
On Mon, 1 Aug 2005, Mikhail Entaltsev wrote: > in the bug report Heikki Tuuri wrote: > *** > [13 Apr 20:59] Heikki Tuuri > The bug was introduced in 4.0.24 and 4.1.10. The fix will be in 4.1.12 and > 5.0.5. > *** Hi Mikhail, Thank you for your quick response. I had noticed myself that the fix s

Re: mysql bug 9670 OPTIMIZE TABLE crashes

2005-08-01 Thread Mikhail Entaltsev
ot;MySQL mailing list" Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, August 01, 2005 4:08 PM Subject: mysql bug 9670 OPTIMIZE TABLE crashes > Hi, > > I am experiencing assertion failures described in the following bugreport: > > http://bugs.mysql.com/b

mysql bug 9670 OPTIMIZE TABLE crashes

2005-08-01 Thread Matthijs van der Klip
Hi, I am experiencing assertion failures described in the following bugreport: http://bugs.mysql.com/bug.php?id=9670 The bug has been closed, but I'm running the most current 4.0.25 version of MySQL. The report mentions downgrading to 4.0.23 or upgrading to 4.1. Is this really neccessary or s

Repeated table crashes (Errno 145). Why?

2004-02-12 Thread Andrew Iles
Hi, Recently I've been seeing the following kind of error message for several of the MyISAM tables in my database: General error: Can't open file: 'build_packages.MYI'. (errno: 145) Running a simple repair operation on the corrupted table will make MySQL happy again, even though the repair st

Re: Table crashes

2003-10-07 Thread Thierno Cissé
lost Regards Thierno6C - MySQL 4.0.15 - Original Message - From: "Datatal AB - Gauffin, Jonas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 10:05 AM Subject: SV: Table crashes Hello > crashes occurs for some reasons like : > - unc

SV: Table crashes

2003-10-07 Thread Datatal AB - Gauffin, Jonas
Hello > crashes occurs for some reasons like : > - unclean tables ( tables are closed improprely), > - hardware problems > - something goes wrong in the system > - know bugs > Check that your tables are clean, before start using them. MyODBC 3.51 is the only way that I access the database. (MyODB

Re: Table crashes

2003-10-07 Thread Thierno Cissé
From: "Datatal AB - Gauffin, Jonas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 7:05 AM Subject: Table crashes Hello Some one my tables have crashed (again). I had to repair them ASAP since the db is in my production enviroment. 1. How can I fi

Table crashes

2003-10-07 Thread Datatal AB - Gauffin, Jonas
Hello Some one my tables have crashed (again). I had to repair them ASAP since the db is in my production enviroment. 1. How can I find the cause of the crashes? 2. I've created a my.cnf and added the following lines. Is the format correct? [mysqld] set-variable = myisam-recover=BACKUP,FORCE set-

Re: Table crashes after optimize

2003-09-25 Thread Antony Dovgal
On Thu, 25 Sep 2003 09:23:13 -0500 Ben Ricker <[EMAIL PROTECTED]> wrote: > Here is the output we got this morning: > > test.MESSAGES optimizeerror 13 when fixing table > test.MESSAGES optimizestatus Operation failed # perror 13 Error code 13: Permission denied check if

Table crashes after optimize

2003-09-25 Thread Ben Ricker
I am the admin of a Mysql 4.0.14-standard databas running on Solaris 9. A developer and I created a shell script that does a mysqldump of the database and then runs an optimize on the largest table we have. The command line is as follows: $EXECPATH/mysql --host=172.65.12.10 --user=user --password

My Table Crashes Frequently

2002-08-30 Thread Karl Stubsjoen
Hello, I have a table, not too large (200,000+). It crashes all the time. I should qualifiy that: it crashes when I perform updates to it. I can qualify that further, and say that it crashes when I update certain fields. One more thing, the fields that it crashes seem to all be part of a fullt

Re: bdb table crashes?

2002-01-31 Thread Sinisa Milivojevic
Kalok Lo writes: > I've had many problems with BDB table crashes. > Up until now, I haven't really cared, running safe_mysqld, the database just > restarts, and things proceed as normal. > > But recently I've had some strange behaviour, where table data is d

Re: bdb table crashes?

2002-01-31 Thread Kalok Lo
I've had many problems with BDB table crashes. Up until now, I haven't really cared, running safe_mysqld, the database just restarts, and things proceed as normal. But recently I've had some strange behaviour, where table data is deleted after an "alter table" statement.

bdb table crashes?

2002-01-21 Thread Geoffrey Soh
Hi, Having some problems with a particular BDB table, which crashes once in a while. Just wondering if anyone has experienced such BDB table crashes? The relevant info is included below for troubleshooting. Let me know if I need to send anything else. Appreciate any help. Thanks

Re: Table Crashes Constantly on prod server!!

2001-10-25 Thread joseph . bueno
Heikki Tuuri wrote: > > Hi! > > >Michael Blood wrote: > > > >> I am running 3.23.40 on a dual pentium III 800 with 1 GB Ram. > >> > >> I have been getting an table handler returns error 127 error > >> > >> If I fix the table with myisamchk -r or -o it will work for a while and then > >> I will g

Re: Table Crashes Constantly on prod server!!

2001-10-24 Thread Heikki Tuuri
Hi! >Michael Blood wrote: > >> I am running 3.23.40 on a dual pentium III 800 with 1 GB Ram. >> >> I have been getting an table handler returns error 127 error >> >> If I fix the table with myisamchk -r or -o it will work for a while and then >> I will get the same error again. > >Try dumping and

Re: Table Crashes Constantly on prod server!!

2001-10-24 Thread Bill Adams
Michael Blood wrote: > I am running 3.23.40 on a dual pentium III 800 with 1 GB Ram. > > I have been getting an table handler returns error 127 error > > If I fix the table with myisamchk -r or -o it will work for a while and then > I will get the same error again. Try dumping and restroing the

Table Crashes Constantly on prod server!!

2001-10-24 Thread Michael Blood
I am running 3.23.40 on a dual pentium III 800 with 1 GB Ram. I have been getting an table handler returns error 127 error If I fix the table with myisamchk -r or -o it will work for a while and then I will get the same error again. Here are some of the stats on the table rows:1126904 index len