Re: Frequently MyISAM TABLE corruption.....Pls help

2007-07-02 Thread ViSolve DB Team
tp://dev.mysql.com/doc/refman/5.0/en/corrupted-myisam-tables.html about mysqleers comments. Thanks ViSolve DB Team. - Original Message - From: "Nilnandan" <[EMAIL PROTECTED]> To: Sent: Monday, July 02, 2007 3:58 PM Subject: Re: Frequently MyISAM TABLE corruption.

Re: Frequently MyISAM TABLE corruption.....Pls help

2007-07-02 Thread Nilnandan
hello I am still facing the same problem.. MyISAM table corruptionI am getting following errors mysql> use DB1; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> check table t

Re: Frequently MyISAM TABLE corruption.....Pls help

2007-05-10 Thread Dan Buettner
- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Frequently-MyISAM-TABLE-corruption.Pls-help-tf3715472.html#a10412877 Sen

Re: Frequently MyISAM TABLE corruption.....Pls help

2007-05-10 Thread Nilnandan
; Gerald L. Clark > Supplier Systems Corporation > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/

Re: Frequently MyISAM TABLE corruption.....Pls help

2007-05-09 Thread Gerald L. Clark
Nilnandan wrote: Hello all, I have one server which has mysql 5.0.27 installed. There is one table named table1. that table has 122000 records..It has 114 fields and 22 indexes. Now this table always been corrupt. I have try to found the solution but i couldn't. Pls help me ASAP. I have used

Frequently MyISAM TABLE corruption.....Pls help

2007-05-09 Thread Nilnandan
this message in context: http://www.nabble.com/Frequently-MyISAM-TABLE-corruption.Pls-help-tf3715472.html#a10393479 Sent from the MySQL - General mailing list archive at Nabble.com. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: myisam table corruption

2004-11-15 Thread Andrew_Hoying
/2004 04:07 cc PM[EMAIL PROTECTED] Subject Re: myisam table corruption Please

Re: myisam table corruption

2004-11-15 Thread robby chr
Is this accurate? My understanding from the changelog in 4.0.18 was that DELAYED is only ignored when using: INSERT DELAYED ... SELECT ... But not otherwise. So unless he's doing that, that portion shouldn't be an issue. If you have alternative information, please let me know. Thanks! On Mo

Re: myisam table corruption

2004-11-15 Thread Jeff Smelser
On Monday 15 November 2004 03:25 pm, Jeff Smelser wrote: > insert delayed is a myth.. Least in the 4.1 version. 4.1.18 it was taken > out. Course thats 4.0.18. pgpBoy3BGuPlh.pgp Description: PGP signature

Re: myisam table corruption

2004-11-15 Thread Jeff Smelser
On Monday 15 November 2004 11:30 am, [EMAIL PROTECTED] wrote: > I am running mysql version 4.1.7 on SuSE professional 9.1. I run 4.0.22 > I have a MyISAM table which I use for syslog messages. This table gets > about 40-70 inserts a second with peaks of over 400 inserts a second. I am > using IN

myisam table corruption

2004-11-15 Thread Andrew_Hoying
Hello, I am running mysql version 4.1.7 on SuSE professional 9.1. I have a MyISAM table which I use for syslog messages. This table gets about 40-70 inserts a second with peaks of over 400 inserts a second. I am using INSERT DELAYED for all inserts, and only one thread of my application has w

MyISAM Table Corruption

2004-02-04 Thread Bill Easton
myisamchk doesn't recover it.) > From: "Hassan Shaikh" <[EMAIL PROTECTED]> > To: "MySQL List" <[EMAIL PROTECTED]> > Subject: MyISAM Table Corruption > Date: Tue, 3 Feb 2004 12:50:29 +0400 > What are the chances of MyISAM tables corruption when the ta

MyISAM Table Corruption

2004-02-03 Thread Hassan Shaikh
What are the chances of MyISAM tables corruption when the table is update rarely? (Once in a 60+ days). It's basically a lookup table used mainly in SELECT statements. Thanks. Hassan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.m

Re: Sporadic myisam table corruption.

2003-12-18 Thread Arne K. Haaje
torsdag 18. desember 2003, 13:24, skrev Victor Medina: > I also agree with you, it might be a hardware problem, but i also must > note, that in a environment with very often writes to the db, myisam > tables are not always the best choice, that's why i suggested a change > to InnoDB tables, a probl

Re: Sporadic myisam table corruption.

2003-12-18 Thread Victor Medina
DB or BDB > > > > Best Regards! > > > > On Fri, 2003-12-12 at 15:05, James E Hicks III wrote: > > > I'm having sporadic myisam table corruption. This table is constantly being > > > added to, updated, and deleted from. PHPMyAdmin reports that "The t

Re: Sporadic myisam table corruption.

2003-12-18 Thread Thomas Spahni
your environment. Thomas Spahni On Fri, 12 Dec 2003, Victor Medina wrote: > Change myisam format to something else, like InoDB or BDB > > Best Regards! > > On Fri, 2003-12-12 at 15:05, James E Hicks III wrote: > > I'm having sporadic myisam table corruption. This table i

Re: Sporadic myisam table corruption.

2003-12-12 Thread Victor Medina
Change myisam format to something else, like InoDB or BDB Best Regards! On Fri, 2003-12-12 at 15:05, James E Hicks III wrote: > I'm having sporadic myisam table corruption. This table is constantly being > added to, updated, and deleted from. PHPMyAdmin reports that "The ta

Sporadic myisam table corruption.

2003-12-12 Thread James E Hicks III
I'm having sporadic myisam table corruption. This table is constantly being added to, updated, and deleted from. PHPMyAdmin reports that "The table is in use" when I try to access this table after corruption. After I perform this step in the correct directory everything goes