Re: MySQL crashing.

2013-07-15 Thread Rares Aioanei
On 07/15/2013 07:54 AM, Luis H. Forchesatto wrote: Greetings. I'm receiving the following error log often on my MySQL database server: [SNIP] I suggest you report a bug as suggested. -- Rares Aioanei -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscri

Re: mysql crashing after restore

2004-12-26 Thread Heikki Tuuri
Tomas, did you use rsync to copy the ibdata file of a RUNNING mysqld server? http://dev.mysql.com/doc/mysql/en/Backing_up.html Both MyISAM and InnoDB cache their data in memory while mysqld is running. The ibdata files, ib_logfiles, .MYI, .MYD files are not up to date in the file system. Your bac

Re: MySQL Crashing On Index Creation/Select count(*) statement - InnoDB tables

2004-06-25 Thread David Griffiths
Frank, We used the 64-bit source to compile 4.0.20, and we used the 32-bit binaries. The problem was tracked down at about 1am - it was the kernel (or the SCSI drivers). We put a 3Ware SATA Raid-5 card in, and all the crashes went away. There are 64-bit binaries, but we had some problems with

Re: MySQL Crashing On Index Creation/Select count(*) statement - InnoDB tables

2004-06-25 Thread Dr. Frank Ullrich
David, David Griffiths wrote: We are in the process of setting up a new MySQL server. It's a dual-Opteron (Tyan Thunder K8S motherboard) with 6 gig of DDR333 RAM (registered) and an LSI SCSI card with 6 SCSI drives (5 in a RAID-5 array, with one hot-spare) running SuSE Enterprise 8.1 (64-bit).

Re: mysql crashing regularly

2003-07-22 Thread Heikki Tuuri
David, - Original Message - From: "David Bernick" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Tuesday, July 22, 2003 8:02 PM Subject: mysql crashing regularly > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 your database is corrupt. It is trying to access a page at 8

Re: Mysql crashing.

2002-01-02 Thread Sinisa Milivojevic
[EMAIL PROTECTED] writes: > >Description: > See earlier emails from me. Same problem. > >How-To-Repeat: > >Fix: > >Submitter-Id: [EMAIL PROTECTED] > >Originator: [EMAIL PROTECTED] > >Organization: Auctionwatch.com > >MySQL support: login > >Synopsis:Mysql crashing. > >Severity:cri

Re: mysql crashing

2001-09-05 Thread Ken Menzel
Hi Russell, have you applied patches M410-008, M410-012 and most important M410-014? Even after applying the patches there are major thread problems (althought MySQL should 'run' ). My advice to you is to update to 4.2 which seems to fix the threads problems, and apply current patches as ther

Re: MySQL crashing/stopping in ABRIASOFT's installation

2001-09-04 Thread Sinisa Milivojevic
You are probably running MySQL version build for different Windows version. Please download and try a latest Windows binary. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Deve

Re: mysql crashing under 100 user loads

2001-06-22 Thread Sinisa Milivojevic
David Freeman writes: > I am having a problem with mysql. I am running a php web site that uses a (mysql >Ver 11.15 Disturb 3.23.39 for pc-linux-gnu (i686))database. Whenever i get a load of >about 100 simultaneous users, mysql begins to spawn D stat processes and the site >dies. Everything w

Re: MySQL Crashing

2001-06-14 Thread Gerald Clark
Is something run from cron deleting the socket? The second error is just because your PHP script did not check for the first error. David Addison wrote: > I use MySQL with PHP on a BSD server. For the last week or so I've been > getting errors. My problem is that I'm not sure how to read the