MySQL Corruption

2003-11-19 Thread Neil Edgar
>Description: When we run the mysql database for any length of time, we end up with corruptions such as: /usr/local/mysql/bin/myisamchk: error: record delete-link-chain corrupted MyISAM-table 'CollectedValue' is corrupted CollectedValue is a table from our schema: create table CollectedValue(oi

Re: mysql corruption probelm - urgent

2002-12-21 Thread Gerald R. Jensen
" <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 8:18 AM Subject: mysql corruption probelm - urgent hi all , i am facing a great trouble of mysql corruption on windows i am using mysql 3.23.53-max-debug version on win 9x plateform i am using both PHP and VB as a client mysqld is run

Re: mysql corruption probelm - urgent

2002-12-21 Thread Mark
- Original Message - From: "Lalit Chandwani" <[EMAIL PROTECTED]> To: "MySql Mail" <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 3:18 PM Subject: mysql corruption probelm - urgent > hi all , > > i am facing a great trouble of mysql c

mysql corruption probelm - urgent

2002-12-21 Thread Lalit Chandwani
hi all , i am facing a great trouble of mysql corruption on windows i am using mysql 3.23.53-max-debug version on win 9x plateform i am using both PHP and VB as a client mysqld is running some the the cause of the table corruption is the sometimes improper shutdown sometimes normal shutdown

Re: mysql corruption tables in production environment (Urgent)

2001-11-09 Thread Bill Adams
Rui Barreiros wrote: > Hi, > > We have several mysql server in production evironment, and most of them > when they have millions of rows, they all get MyIsam tables corrupted. > > One of the servers has ext2 filesystem with scsi harddrives, after the > myisamchk -r it repairs the table, but after

mysql corruption tables in production environment (Urgent)

2001-11-09 Thread Rui Barreiros
Hi, We have several mysql server in production evironment, and most of them when they have millions of rows, they all get MyIsam tables corrupted. One of the servers has ext2 filesystem with scsi harddrives, after the myisamchk -r it repairs the table, but after a few inserts it will corrupt ag