Re: MySQL Crash when Open_files reach 128

2012-05-02 Thread Todd Lyons
On Wed, May 2, 2012 at 4:58 AM, vishesh kumar wrote: > I am getting following in error log > > > 120502 07:52:05  mysqld started > 120502

RE: MySQL Crash when Open_files reach 128

2012-05-02 Thread Rick James
> Cc: mysql@lists.mysql.com > Subject: Re: MySQL Crash when Open_files reach 128 > > I am getting following in error log > > --- > --- >

Re: MySQL Crash when Open_files reach 128

2012-05-02 Thread vishesh kumar
Sever OS is CentOS 5 and limits.conf settings is unlimited for open files . Thanks ~Vishesh On Wed, May 2, 2012 at 5:37 PM, LinuxInfo wrote: > Hello, > > what is the Server OS? I know on my Ubuntu Server i have config the > /etc/limits.conf and the my.cnf > After the modification you have to r

Re: MySQL Crash when Open_files reach 128

2012-05-02 Thread LinuxInfo
Hello, what is the Server OS? I know on my Ubuntu Server i have config the /etc/limits.conf and the my.cnf After the modification you have to restart the Server. Am 02.05.2012 um 13:58 schrieb vishesh kumar : > I am getting following in error log > >

Re: MySQL Crash when Open_files reach 128

2012-05-02 Thread vishesh kumar
I am getting following in error log 120502 07:52:05 mysqld started 120502 7:52:05 [Warning] Asked for 196608 thread stack, but got 1269

Re: MySQL Crash when Open_files reach 128

2012-05-02 Thread vishesh kumar
Thanks for response . I didn't set any open_files limit in my.cnf . For testing i set open_files_limit to 300 but still MySQL crashing after 128. ~Vishesh On Wed, May 2, 2012 at 4:28 PM, Reindl Harald wrote: > > > Am 02.05.2012 12:52, schrieb vishesh kumar: > > Hi Members, > > > > I am using My

Re: MySQL Crash when Open_files reach 128

2012-05-02 Thread Reindl Harald
Am 02.05.2012 12:52, schrieb vishesh kumar: > Hi Members, > > I am using MySQL 5.0.67 . I am facing the problem of MySQL crashing > problem . MySQL Crash after every a few minutes . On investigation i > noticed that when the Open_files status variable reach 128 MySQL Crash and > i get followin

Re: MySQL crash (negative mmapped regions)

2008-09-04 Thread L'argent
mysqldump. There are other users, but the behavior recurs even if the database is only being used by mysqldump. Thanks, LA Michael Dykman wrote: How are you performing the backup? What tools are involved? Are there any ther users of the database while you are doing this? - michael dykm

Re: MySQL crash (negative mmapped regions)

2008-09-03 Thread Michael Dykman
How are you performing the backup? What tools are involved? Are there any ther users of the database while you are doing this? - michael dykman On Wed, Sep 3, 2008 at 4:43 PM, L'argent <[EMAIL PROTECTED]> wrote: > > I've been trying to backdown a production database for some time and can't >

Re: MySQL crash on Debian Etch system

2007-11-23 Thread Norbert Tretkowski
Am Donnerstag, den 22.11.2007, 09:31 -0800 schrieb Frank Niedermann: > Nov 22 15:32:16 localhost mysqld[12720]: InnoDB: Last MySQL binlog file > position 0 1991372, file name /var/log/mysql/mysql-bin.000580 > > Is there a way to find out why MySQL crashed? You have the binlog and the position wher

Re: Mysql crash due to page corruptions

2005-07-13 Thread Eric Bergen
Please upgrade to the newest 4.0 mysql binaries. Anil wrote: Hi, We are using mysql 4.0.20 on RHEL3.0 with circular replication setup A ->B ->C ->A . A is the master and all operations will be happening on A. We are facing frequent mysql crash on Master with page corruption errors. How to

Re: MySQL Crash Diagnosis

2005-04-15 Thread Gleb Paharenko
Hello. Really, there is not enough information. I suggest you to upgrade to the latest release (4.1.11 now). If the problem remains, our next step will be finding a possible query which crashes the server. Jason Johnson <[EMAIL PROTECTED]> wrote: > [-- text/plain, encoding 7bit, chars

Re: MySQL Crash Diagnosis

2005-04-15 Thread Jason Johnson
Doesn't seem like this is going to be much help, but this is what I could pull together. The highlighted lines seem to be the only indication as to something going wrong. No real error. Any thoughts? 050414 8:30:24 InnoDB: Started; log sequence number 0 996013795 D:\MySQL Server 4.1\bin\mysqld

Re: MySQL Crash Diagnosis

2005-04-14 Thread Gleb Paharenko
Hello. What is in error log? See: http://dev.mysql.com/doc/mysql/en/error-log.html http://dev.mysql.com/doc/mysql/en/windows-troubleshooting.html Jason Johnson <[EMAIL PROTECTED]> wrote: > I am running MySQL 4.1.8 on Windows 2000. Sporadically, the service > will stop. It does no

Re: mysql crash - innodb not starting

2005-03-04 Thread Heikki Tuuri
Mel, - Alkuperäinen viesti - Lähettäjä: "mel list_php" <[EMAIL PROTECTED]> Vastaanottaja: <[EMAIL PROTECTED]>; Lähetetty: Friday, March 04, 2005 4:13 PM Aihe: Re: mysql crash - innodb not starting Hi Heikki, Still only one process with ps -fA. And mysql doesn

Re: mysql crash - innodb not starting

2005-03-04 Thread mel list_php
From: "Heikki Tuuri" <[EMAIL PROTECTED]> To: "mel list_php" <[EMAIL PROTECTED]>, Subject: Re: mysql crash - innodb not starting Date: Fri, 4 Mar 2005 15:50:26 +0200 Mel, do ps -fA Do you see more mysqld processes? If the ibdata1 file stays locked even though there is

Re: mysql crash - innodb not starting

2005-03-04 Thread Heikki Tuuri
anottaja: Kopio: <[EMAIL PROTECTED]> Lähetetty: Friday, March 04, 2005 12:00 PM Aihe: Re: mysql crash - innodb not starting I did ps -aux I see one mysqld running (mine, launched with --skip-innodb). I shut it down. ps -aux: nothing I tried to start it again, doesn't work. As it is running

Re: mysql crash - innodb not starting

2005-03-04 Thread mel list_php
your time. From: "Heikki Tuuri" <[EMAIL PROTECTED]> To: Subject: Re: mysql crash - innodb not starting Date: Thu, 3 Mar 2005 23:20:56 +0200 Hi! Error 11 means that you already have a mysqld process running on the same files. Best regards, Heikki Tuuri Innobase Oy Foreign keys, t

Re: mysql crash - innodb not starting

2005-03-03 Thread Heikki Tuuri
Hi! Error 11 means that you already have a mysqld process running on the same files. Best regards, Heikki Tuuri Innobase Oy Foreign keys, transactions, and row level locking for MySQL InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables http://www.innodb.com/order.p

Re: MySQL crash on adding foreign key constraint

2004-07-09 Thread Heikki Tuuri
Daniel, I tested this with very small test tables, and it did not crash. You should run CHECK TABLE on both tables. Maybe they are corrupt. Can you make a repeatable test case that you can email or upload to ftp: support.mysql.com:/pub/mysql/secret ? Best regards, Heikki .. [EMAI

Re: mySQL crash

2003-10-30 Thread Heikki Tuuri
Dear TS Wong, please send the whole .err log to me [EMAIL PROTECTED] What MySQL versions and what Linux kernel version you are running? Thank you, Heikki - Original Message - From: ""ts.wong"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Thursday, October 30, 2003 5:

Re: MySQL Crash

2003-09-28 Thread Heikki Tuuri
Tim, please post the whole contents of the .err log. Best regards, Heikki Tuuri Innobase Oy http://www.innodb.com Foreign keys, transactions, and row level locking for MySQL InnoDB Hot Backup - a hot backup tool for MySQL - Original Message - From: "tortoise" <[EMAIL PROTECTED]> News

Re: MySQL Crash with varchar(40)

2002-06-27 Thread Victoria Reznichenko
apples, Wednesday, June 26, 2002, 2:39:25 PM, you wrote: a> I got problem on my machine running with mysql 3.23.51, some field use a> varchar a> (40) if query from this field mysql got hanging a> Trying to get some variables. a> Some pointers may be invalid and cause the dump to abort... a

Re: mysql crash during large insert from MYIASM to INNODB table.

2002-02-04 Thread Johannes B. Ullrich
> which version of MySQL you are running? 3.23.39 :-(... sorry for not including this earlier. I will try and move to .47 Thanks! > > >From http://www.innodb.com/bugfixes.html : > > November 17, 2001: > The insert buffer tree can get into an inconsistent state, causing a cr

Re: mysql crash during large insert from MYIASM to INNODB table.

2002-02-04 Thread Heikki Tuuri
Johannes, which version of MySQL you are running? >From http://www.innodb.com/bugfixes.html : November 17, 2001: The insert buffer tree can get into an inconsistent state, causing a crash, and also crashing the recovery. This bug may appear especially in large table imports or a

Re: MySQL Crash with "show logs" queries

2001-07-14 Thread Gustavo Vieira Goncalves Coelho Rios
Thanks Mr. Sinisa, but Mr. Miguel Angel could reproduce it, maybe you may ask him about details, since he is a mysql developer he can tell you about the problem. I am sure there are more mysql (3.23.39) bugs specially related to the wrapper support. Any away i am really curious about the facts

Re: MySQL Crash with "show logs" queries

2001-07-14 Thread Miguel Angel Solórzano
At 23:21 13/07/2001 -0300, Gustavo Vieira Gonçalves Coelho Rios wrote: Hi, Thanks for the bug report. I was be able to repeat and the issue should be fixed in the next release. Regards, Miguel > >Description: > MySQL Daemon crashes when a user with the necessary privileges > issue a qu

Re: MySQL Crash with "show logs" queries

2001-07-14 Thread Sinisa Milivojevic
Gustavo Vieira Gonçalves Coelho Rios writes: > >Description: > MySQL Daemon crashes when a user with the necessary privileges issue a query >"show logs" > >How-To-Repeat: > Start your daemon with the option --skip-bdb: > your-shell> safe_mysqld --skip-bdb > > Then, issue

Re: mysql crash continued

2001-05-21 Thread Sommai Fongnamthip
Hello, I am running MySQL (3.23.xx) on Linux RedHat 6.2 and plan to increase volume of data in the near future. So, I would like to know some db schema , total row and your SQL you used to protect my database. Sommai Fongnamthip At 20:56 21/5/2001 +0300, Sinisa Milivojevic wrote: >Ru

Re: mysql crash continued

2001-05-21 Thread Sinisa Milivojevic
Rui Barreiros writes: > > hi, > > i've upgraded mysql server with 3.23.38 from mysql, and i have the same > behaviour sinisa if you have some time i could give you access to one of the > machines. :/ > > -- > WEBSOLUT - Soluções Internet > Emailto: [EMAIL PROTECTED] > Personal Info: http://

Re: Mysql crash

2001-05-21 Thread Sinisa Milivojevic
Rui Barreiros writes: > > hi there, from one day to another, my mysql in 2 machines with 2 different > mysql version crashed after a quite long query, > > i've run mysql server with the log option, here are the details: > > in hostname.err: > > mysqld got signal 11; > it's quite strange, i'm

Re: MySQL Crash on ALTER TABLE

2001-03-07 Thread Sinisa Milivojevic
Meyer, Patrick writes: > Running 3.23.33 on Windows 2000 Server. > > I have noticed that executing an ALTER TABLE works... but the next query on > the alter table crashes MySQL and corrupts the table. > > If I FLUSH TABLES after an ALTER TABLE, it seems to reduce the occurance, > but sh