InnoDB Crash

2010-10-12 Thread Willy Mularto
Hi List, Last night accidentally one of my InnoDB table crash. And cause client can not connect to MySQL, it always said cannot connect to socket, even the daemon is launched. I tried to set innodb_force_recovery from 0 to 6 and only number 3 bring back the connection. After that I dump the

Re: InnoDB Crash

2010-10-12 Thread Suresh Kuna
Hey Willy - Install the new binaries and start mysql with new binary as basedir and see whether innodb has enabled or not. Check the error log why the innodb is getting disabled, make a copy of it here too. On Tue, Oct 12, 2010 at 2:57 PM, Willy Mularto sangpr...@gmail.com wrote: Hi List, Last

Re: InnoDB Crash

2010-10-12 Thread Willy Mularto
I got the solution. I stop the ib* files in MySQL datadir and start the server. Now everything is back to normal. Thanks. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Oct 12, 2010, at 11:00 PM, Suresh Kuna wrote: Hey Willy - Install the new binaries and start

innodb crash

2008-02-13 Thread Saravanan
Hi List, I got crash when i was creating procedure and it listed the following error *** glibc detected *** /usr/local/mysql2/libexec/mysqld: corrupted double-linked list: 0x0b4ae810 *** === Backtrace: = /lib/libc.so.6[0x8949be] /lib/libc.so.6(cfree+0x90)[0x897fc0]

Re: innodb crash

2008-02-13 Thread Ananda Kumar
Check the permission on mysql database realted files, it shoud be owned by mysql user. regards anandkl On Feb 13, 2008 4:42 PM, Saravanan [EMAIL PROTECTED] wrote: Hi List, I got crash when i was creating procedure and it listed the following error *** glibc detected ***

InnoDB Crash RECOVERY HELP (Urgent)

2006-09-21 Thread Sayed Hadi Rastgou Haghi
Dear all, our DB server crashed and when I try to start Mysql /etc/init.d/mysql/start I get these lins in my error log 060921 13:00:14 mysqld started 060921 13:00:14 InnoDB: Database was not shut down normally! InnoDB: Starting crash recovery. InnoDB: Reading tablespace information from the

Re: InnoDB Crash RECOVERY HELP (Urgent)

2006-09-21 Thread Eric Bergen
The error message says to go to http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery.html to learn how to set the different recovery options for innodb. On 9/21/06, Sayed Hadi Rastgou Haghi [EMAIL PROTECTED] wrote: Dear all, our DB server crashed and when I try to start Mysql

InnoDB crash recovery and innodb_support_xa, sync_binlog

2006-07-04 Thread HIROSE, Masaaki
Hello, I have some question about InnoDB crash recovery. Q: I understand transaction and write to disk sequence as following figure. Is this correct? w/ innodb_flush_log_at_trx_commit = 1 innodb_support_xa = on sync_binlog = 1 skip-innodb_doublewrite

Re: MySQL Innodb Crash on 2 concurrent select

2005-11-17 Thread Greg 'groggy' Lehey
On Wednesday, 16 November 2005 at 20:40:35 +0700, Ady Wicaksono wrote: I have MySQL with about 12 billion rows when i try to create 2 process, each select count(*) on the same table after a long time about 30 minutes it crashed :( ANy information? ... InnoDB: We intentionally generate

Re: MySQL Innodb Crash on 2 concurrent select

2005-11-17 Thread Ady Wicaksono
Ok greg, I'll report this bug Thx Greg 'groggy' Lehey wrote: On Wednesday, 16 November 2005 at 20:40:35 +0700, Ady Wicaksono wrote: I have MySQL with about 12 billion rows when i try to create 2 process, each select count(*) on the same table after a long time about 30 minutes it

MySQL Innodb Crash on 2 concurrent select

2005-11-16 Thread Ady Wicaksono
I have MySQL with about 12 billion rows when i try to create 2 process, each select count(*) on the same table after a long time about 30 minutes it crashed :( ANy information? Log file : 051116 20:27:22InnoDB: Assertion failure in thread 2366216768 in file srv0srv.c line 1873 InnoDB:

Re: MySQL Innodb Crash on 2 concurrent select

2005-11-16 Thread Ady Wicaksono
Dear All It happens after these condition InnoDB: ## Diagnostic info printed to the standard error stream InnoDB: Warning: a long semaphore wait: --Thread 1103972416 has waited at ../include/btr0btr.ic line 28 for 369.00 seconds the semaphore: S-lock on RW-latch at 0x88cdd6b8 created in

Re: Innodb crash on failed read disk

2005-07-10 Thread Per Andreas Buer
Ady Wicaksono [EMAIL PROTECTED] writes: Dear All I use RedHat 9 with 2,5 Gbyte RAM, Intel(R) Xeon(TM) CPU 2.80GHz (Hyperthread), filesystem ext3 standar linux journaling filesystem. Today my DB is crash :(, here is the log. Could it be that our stacks and your heaps might have mixed? If

(More Data) Re: Innodb crash on failed read disk

2005-07-05 Thread Ady Wicaksono
Seems that i have a bad block :( # badblocks -sv /dev/sda3 Checking for bad blocks in read-only mode From block 0 to 10241437 Checking for bad blocks (read-only test): 102414360/ 10241437 done Pass completed, 1 bad blocks found. Ady Wicaksono wrote: Dear All I use RedHat 9 with 2,5 Gbyte

Innodb crash on failed read disk

2005-07-04 Thread Ady Wicaksono
Dear All I use RedHat 9 with 2,5 Gbyte RAM, Intel(R) Xeon(TM) CPU 2.80GHz (Hyperthread), filesystem ext3 standar linux journaling filesystem. Today my DB is crash :(, here is the log. I try to : 1. shutdown MySQL, unmount harddisk partition used by MySQL innodb data file and doing fsck.ext3

Re: InnoDB crash and runaway rollback - help pls

2005-02-08 Thread Heikki Tuuri
tables http://www.innodb.com/order.php Order MySQL technical support from https://order.mysql.com/ - Original Message - From: Devananda [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Monday, February 07, 2005 8:23 PM Subject: InnoDB crash and runaway rollback - help pls Hi, I'm

Re: InnoDB crash and runaway rollback - help pls

2005-02-08 Thread Tobias Asplund
On Tue, 8 Feb 2005, Heikki Tuuri wrote: You should upgrade to 4.1.9. That version commits ALTER TABLE at every 10 000 rows, and a runaway rollback can no longer happen. This is very nice! Are there any plans for the same with INSERT ... SELECT -type statements? -- MySQL General Mailing List

Re: InnoDB crash and runaway rollback - help pls

2005-02-08 Thread Heikki Tuuri
Tobias, - Alkuperäinen viesti - Lähettäjä: Tobias Asplund [EMAIL PROTECTED] Vastaanottaja: Heikki Tuuri [EMAIL PROTECTED] Kopio: mysql@lists.mysql.com Lähetetty: Tuesday, February 08, 2005 7:46 PM Aihe: Re: InnoDB crash and runaway rollback - help pls On Tue, 8 Feb 2005, Heikki Tuuri

InnoDB crash and runaway rollback - help pls

2005-02-07 Thread Devananda
waiting 10 minutes with the system totally idle, kill -9 again. start mysqld normally, and the rollback is STILL going. Is there something else I must do to abort this rollback? Any help would be appreciated :) My other question is just why did InnoDB crash to begin with? At 3:40am this message

Re: InnoDB crash issue

2004-10-19 Thread Heikki Tuuri
for MySQL InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables http://www.innodb.com/order.php Order MySQL support from http://www.mysql.com/support/index.html ... From: Ian Gulliver ([EMAIL PROTECTED]) Subject: InnoDB crash issue

InnoDB crash issue

2004-09-29 Thread Ian Gulliver
This isn't a repeatable bug, but it is certainly a repeating one. We have issues on multiple machines running 4.0.20-Max-log with different data sets (in highly similar table structures) with InnoDB hanging and eventually crashing itself to get out of deadlock. Log is attached. There's only one

Re: Innodb crash under Win2000

2003-09-10 Thread Heikki Tuuri
- From: Heikki Tuuri [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Tuesday, September 09, 2003 2:47 PM Subject: Re: Innodb crash under Win2000 Rafa, is this the server you suspected to have some hardware problem? Please send me the whole .err log for analysis. Best regards

Innodb crash under Win2000

2003-09-09 Thread rafarife
Description: Hello, We are working with mysqld-max-nt 4.0.14 under Win2000 service-pack4. We have a server with two Pentium-III MMX 500Mhz proccesors and 780MB Ram. We work with InnoDB tables. We have reserved 300MB to InnoDB and use a RAID 5. We were working when

RE: InnoDB crash - recover + bug

2003-08-14 Thread Mads Jrgensen
Greetings all. I have a bit of a problem here, a database i'm administering was somehow = corrupted, and i'm unable to recover it in any way. what happened? A power outage? You deleted the ib_logfiles? Modified my.cnf? Hard disk broke? Thats the weird thing, nothing abnormal happened, i just

Re: InnoDB crash - recover + bug

2003-08-14 Thread Heikki Tuuri
Mads, - Original Message - From: Mads Jrgensen [EMAIL PROTECTED] Newsgroups: mailing.database.mysql Sent: Thursday, August 07, 2003 3:42 PM Subject: InnoDB crash - recover + bug Greetings all. I have a bit of a problem here, a database i'm administering was somehow = corrupted

InnoDB crash - recovery

2003-08-14 Thread Mads =?unknown-8bit?q?J=F8rgensen?=
Greetings all. I have a bit of a problem here, a database i'm administering was somehow corrupted, and i'm unable to recover it in any way. Is there any way at all to recover a corrupt InnoDB database? (I read on innodb.com that it is impossible, but hope it is not) When I run a query from any

RE: InnoDB crash - recover + bug

2003-08-07 Thread Heikki Tuuri
from a running server, which very probably creates corrupt backups? Best regards, Heikki Innobase Oy http://www.innodb.com InnoDB - transactions, foreign keys, and a hot backup tool for MySQL Order MySQL support from http://www.mysql.com/support/index.html ... Subject: RE: InnoDB

InnoDB crash - recover + bug

2003-08-07 Thread Mads Jørgensen
Greetings all. I have a bit of a problem here, a database i'm administering was somehow corrupted, and i'm unable to recover it in any way. Is there any way at all to recover a corrupt InnoDB database? (I read on innodb.com that it is impossible, but hope it is not) When I run a query from any

InnoDB crash recovery

2003-03-31 Thread Murad Nayal
Hello, from the InnoDB documentation To be able to recover your InnoDB database to the present from the binary backup described above, you have to run your MySQL database with the general logging and log archiving of MySQL switched on. Here by the general logging we mean the logging mechanism

Hard, unrecoverable InnoDB crash with MySQL 4.0.11

2003-03-14 Thread Yukari Iwatani
Hi: I'm running MySQL 4.0.11 (MySQL.com binary RPMs) on Red Hat Linux 7.3, all errata applied (kernel 2.4.18-26.7.xsmp). This morning, our server died hard, with the following error: 030314 2:44:13 InnoDB: Assertion failure in thread 7938074 in file btr0btr.c line 298 When the server then

Re: Hard, unrecoverable InnoDB crash with MySQL 4.0.11

2003-03-14 Thread Heikki Tuuri
Yakari, - Original Message - From: Yukari Iwatani [EMAIL PROTECTED] Newsgroups: mailing.database.mysql Sent: Friday, March 14, 2003 3:36 PM Subject: Hard, unrecoverable InnoDB crash with MySQL 4.0.11 Hi: I'm running MySQL 4.0.11 (MySQL.com binary RPMs) on Red Hat Linux 7.3, all

Re: InnoDB crash report; fatal failure on restarts too!

2003-03-07 Thread Jeremy Zawodny
On Thu, Mar 06, 2003 at 04:24:10PM -0800, Ask Bjoern Hansen wrote: I am running RedHat 7.3, mostly using InnoDB's. I am using the MySQL-Max rpms (4.0.11) from mysql.com. Earlier today it crashed, and while trying to start up again it crashed again. Now I can't start the server with the

Re: InnoDB crash report; fatal failure on restarts too!

2003-03-07 Thread Heikki Tuuri
] To: Zak Greant [EMAIL PROTECTED] Cc: Heikki Tuuri [EMAIL PROTECTED] Sent: Friday, March 07, 2003 3:12 AM Subject: Re: InnoDB crash report; fatal failure on restarts too! On Thu, 6 Mar 2003, Zak Greant wrote: A quick update. The harddrive is crashing, so it's entirely likely that the corruption

help: innodb crash on Win2k

2003-03-07 Thread Chad Brak
Mysql 4.0.11a gamma is crashing on Windows 2000 with service pack 3 with the following error: MySql: ready for connections 030203 17:39:10 InnoDB: Started 030305 9:32:50 InnoDB: Operating system error number 1450 in a file operation. InnoDB: See http://www.innodb.com/ibman.html for

Re: InnoDB crash report; fatal failure on restarts too!

2003-03-07 Thread Ask Bjoern Hansen
On Thu, 6 Mar 2003, Jeremy Zawodny wrote: I am running RedHat 7.3, mostly using InnoDB's. I am using the MySQL-Max rpms (4.0.11) from mysql.com. Earlier today it crashed, and while trying to start up again it crashed again. Now I can't start the server with the InnoDB tables. I

InnoDB crash report; fatal failure on restarts too!

2003-03-06 Thread Ask Bjoern Hansen
I am running RedHat 7.3, mostly using InnoDB's. I am using the MySQL-Max rpms (4.0.11) from mysql.com. Earlier today it crashed, and while trying to start up again it crashed again. Now I can't start the server with the InnoDB tables. I don't see any tools to fix it. What to do? I would like

Heiki, InnoDB crash #2 (update)

2003-02-24 Thread Michael T. Babcock
The patch got my server up and going again for a bit, but now it has died again after running for about 8 hours or so. InnoDB: Error: trying to access a stray pointer c22fbff8 InnoDB: buf pool start is at 413cc000, number of pages 1024 030223 19:14:31 InnoDB: Assertion failure in thread 66581 in

Re: Heiki, InnoDB crash #2 (update)

2003-02-24 Thread Heikki Tuuri
corrupt files, that is nice, but probably not needed. Best regards, Heikki Innobase Oy http://www.innodb.com InnoDB - transactions, foreign keys, and a hot backup tool for MySQL sql query Subject: Heiki, InnoDB crash #2 (update) From: Michael T. Babcock Date: Mon, 24 Feb

InnoDB Crash [help!]

2003-02-21 Thread Michael T. Babcock
I've got a nice MySQL crash that happened during the night last night and I can't seem to get it to come back online for me without --skip-innodb. Version 3.23.55 compiled from sources with egcs-2.91.66. Configure at end. I'll be trying to watch my E-mail even though its authenticated via an

Re: InnoDB Crash [more info]

2003-02-21 Thread Michael T. Babcock
Michael T. Babcock wrote: I've got a nice MySQL crash that happened during the night last night and I can't seem to get it to come back online for me without --skip-innodb. Follow-up with mysql's bug report: MySQL support: none Synopsis:InnoDB Crashing on Startup Severity:critical

Re: InnoDB Crash [more info]

2003-02-21 Thread Heikki Tuuri
2.4.20. Regards, Heikki Innobase Oy sql query - Original Message - From: Michael T. Babcock [EMAIL PROTECTED] Newsgroups: mailing.database.mysql Sent: Friday, February 21, 2003 9:23 PM Subject: Re: InnoDB Crash [more info] Michael T. Babcock wrote: I've got a nice MySQL crash

Re: InnoDB Crash [more info]

2003-02-21 Thread Heikki Tuuri
Michael, how do I send you email? A 'Spamcop' seems to block email to you. Regards, Heikki - Original Message - From: Heikki Tuuri [EMAIL PROTECTED] To: Michael T. Babcock [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, February 21, 2003 10:33 PM Subject: Re: InnoDB Crash [more

Re: InnoDB Crash [more info]

2003-02-21 Thread Heikki Tuuri
PM Subject: Re: InnoDB Crash [more info] Michael, how do I send you email? A 'Spamcop' seems to block email to you. Regards, Heikki - Original Message - From: Heikki Tuuri [EMAIL PROTECTED] To: Michael T. Babcock [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, February 21

InnoDB crash?

2002-12-10 Thread Ervin Gerke
Got this one after a power failure. My system is Redhat 7.3, kernel 2.4.18-18.7.x, MySQL-4.0.5a-beta-Max. Let me know if you need any more information. err.log reads: 021210 14:00:41 InnoDB: Started /usr/sbin/mysqld-max: ready for connections 021210 14:00:43 InnoDB: Assertion failure in

RE: InnoDB crash?

2002-12-10 Thread Simon Green
Have you looked if there is a problem with page0page.c ? Simon -Original Message- From: Ervin Gerke [mailto:[EMAIL PROTECTED]] Sent: 10 December 2002 12:07 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: InnoDB crash? Got this one after a power failure. My system is Redhat 7.3

Re: InnoDB crash?

2002-12-10 Thread Heikki Tuuri
Message - From: Ervin Gerke To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 2:00 PM Subject: InnoDB crash? Got this one after a power failure. My system is Redhat 7.3, kernel 2.4.18-18.7.x, MySQL-4.0.5a-beta-Max. Let me know if you need any more information

Re: InnoDB crash?

2002-12-10 Thread Heikki Tuuri
Ervin, - Original Message - From: Ervin Gerke [EMAIL PROTECTED] To: 'Heikki Tuuri' [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 8:53 PM Subject: RE: InnoDB crash? Heikki, That's all mysqld reported in err log. In fact I wasn't able to do a check table since mysqld died

InnoDB crash repeated under 3.23.51...

2002-05-29 Thread Jeremy Zawodny
Heikki, After a good 6-8 hours of runnning, the server just restarted itself (running the most recent build from the 3.23.xx tree, as you suggested). I got this message: InnoDB: Assertion failure in thread 42527756 in file ha_innobase.cc line 316 InnoDB: We intentionally generate a memory

Re: InnoDB crash repeated under 3.23.51...

2002-05-29 Thread Jeremy Zawodny
On Wed, May 29, 2002 at 12:13:49AM -0700, Jeremy Zawodny wrote: Heikki, After a good 6-8 hours of runnning, the server just restarted itself (running the most recent build from the 3.23.xx tree, as you suggested). Just for the record, it happened again. So it's reproducable to a dregree.

Re: InnoDB crash repeated under 3.23.51...

2002-05-29 Thread Heikki Tuuri
-transaction.all.innobase_tid = NULL; } return(0); } - Original Message - From: Jeremy Zawodny [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 10:13 AM Subject: InnoDB crash repeated under 3.23.51... Heikki

Fw: InnoDB crash repeated under 3.23.51...

2002-05-29 Thread Heikki Tuuri
functions GET_LOCK() and RELEASE_LOCK(). I believe the patch below to ha_innobase.cc fixes the problem. Regards, Heikki - Original Message - From: Heikki Tuuri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, May 29, 2002 1:16 PM Subject: Re: InnoDB crash

Re: Fw: InnoDB crash repeated under 3.23.51...

2002-05-29 Thread Jeremy Zawodny
On Wed, May 29, 2002 at 02:06:19PM +0300, Heikki Tuuri wrote: Jeremy, it looks like this crash can happen if you use MySQL 'user level locks' which are kind of semaphores. In that case MySQL will write a binlog entry even after THD::cleanup where the transaction handle is freed. From the

InnoDB crash on 3.23.49a...

2002-05-28 Thread Jeremy Zawodny
I just converted several tables to InnoDB on our Linux 3.23.49a (binary from MySQL.com). After running our production system against it for about 10 minutes, InnoDB crashed with a stack trace: ---snip--- /home/mysql/bin/mysqld: ready for connections InnoDB: Assertion failure in thread 159781

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Heikki Tuuri
:16 PM Subject: InnoDB crash on 3.23.49a... I just converted several tables to InnoDB on our Linux 3.23.49a (binary from MySQL.com). After running our production system against it for about 10 minutes, InnoDB crashed with a stack trace: ---snip--- /home/mysql/bin/mysqld: ready

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Jeremy Zawodny
On Tue, May 28, 2002 at 10:59:45PM +0300, Heikki Tuuri wrote: Jeremy, can you build your own 3.23.51? There is actually the same memory overwrite bug in gethostname_r of glibc/Linux in .49a as in .50. I'll install 3.23.51 tonight. I have been doing daily builds of the 3.23 and 4.0 tree for

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Jeremy Zawodny
On Tue, May 28, 2002 at 10:59:45PM +0300, Heikki Tuuri wrote: Jeremy, can you build your own 3.23.51? There is actually the same memory overwrite bug in gethostname_r of glibc/Linux in .49a as in .50. Come to think of it, if that's what caused the problem, wouldn't this solve it for now in

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Heikki Tuuri
, May 28, 2002 11:18 PM Subject: Re: InnoDB crash on 3.23.49a... On Tue, May 28, 2002 at 10:59:45PM +0300, Heikki Tuuri wrote: Jeremy, can you build your own 3.23.51? There is actually the same memory overwrite bug in gethostname_r of glibc/Linux in .49a as in .50. Come to think

Re: InnoDB crash on 3.23.49a...

2002-05-28 Thread Jeremy Zawodny
On Tue, May 28, 2002 at 01:16:28PM -0700, Jeremy Zawodny wrote: On Tue, May 28, 2002 at 10:59:45PM +0300, Heikki Tuuri wrote: Jeremy, can you build your own 3.23.51? There is actually the same memory overwrite bug in gethostname_r of glibc/Linux in .49a as in .50. I'll install

innodb crash

2001-07-04 Thread jrevel
Hello, I have mysdl 3.23.38 with innodb (dont know which version) support on Linux RedHat 6.2 Mysqld crashed, and when I try to restart it, I have the following error: 010704 16:50:34 mysqld started InnoDB: Database was not shut down normally. InnoDB: Starting recovery from log files...