Re: myisamchk error (duplicate key records)

2011-09-19 Thread Johan De Meersman
- Original Message - > From: "Hank" > > I'm trying to rebuild an index after disabling all keys using > myisamchk and adding all 144 million records, so there is no current index on > the > table. Ahhh... I didn't realise that. > But in order to create the index, mysql has to do a fu

Re: myisamchk error (duplicate key records)

2011-09-19 Thread Hank
> > > Exactly - I can't create an index on the table until I remove the > > duplicate records. > > I was under the impression you were seeing this during a myisamchk run - > which indicates you should *already* have a key on that field. Or am I > interpreting that wrong? > > I'm trying to rebuild a

Re: myisamchk error (duplicate key records)

2011-09-19 Thread Johan De Meersman
- Original Message - > From: "Hank" > > Exactly - I can't create an index on the table until I remove the > duplicate records. I was under the impression you were seeing this during a myisamchk run - which indicates you should *already* have a key on that field. Or am I interpreting t

Re: myisamchk error (duplicate key records)

2011-09-19 Thread Hank
On Mon, Sep 19, 2011 at 7:19 AM, Johan De Meersman wrote: > - Original Message - > > From: "Hank" > > > > While running a -rq on a large table, I got the following error: > > > > myisamchk: warning: Duplicate key for record at 54381140 against > > record at 54380810 > > > > How do I f

Re: myisamchk error (duplicate key records)

2011-09-19 Thread Johan De Meersman
- Original Message - > From: "Hank" > > While running a -rq on a large table, I got the following error: > > myisamchk: warning: Duplicate key for record at 54381140 against > record at 54380810 > > How do I find which records are duplicated (without doing the typical > self-join o

Re: myisamchk error

2005-07-31 Thread beacker
Hank <[EMAIL PROTECTED]> writes: >How do I find which record is duplicated (without doing the typical >self-join query)? This table has 70 million rows, so that's not >really feasible. select col, count(1) cnt from tab group by col having cnt > 1; This will print out all duplicated col rows.

Re: myisamchk Error 22 WinServer 2003 Large table

2003-11-20 Thread Jim Gallagher
Hello, Further searching for this problem reveals that it was reported as a bug: http://bugs.mysql.com/bug.php?id=779 but for Version 3. Does this mean that the fix was not implemented in Version 4? What is the workaround for this? Do I have to load the table while creating the indices? Thi

Re: myisamchk - error 28

2003-06-05 Thread Nils Valentin
Hi Fraser, Thats a famous one (I like it - you probably wont ;-) It means that your hard disk (partition) is full. http://www.knowd.co.jp/staff/nils/mysql-error-codes.html Best regards Nils Valentin Tokyo/Japan 2003年 6月 6日 金曜日 10:27、Fraser MacKenzie さんは書きました: > I am using mysql 3.23.54 and a

Re: myisamchk: error: Found key at page 2472960 that points to record

2002-04-29 Thread Do-Risika RAFIEFERANTSIARONJY
Victoria Reznichenko wrote: > > Do-Risika, > Monday, April 29, 2002, 7:54:51 AM, you wrote: > > DRR> Can someone tell me what this error mean ? > > DRR> myisamchk: MyISAM file /var/lib/mysql/radius/radacct.MYI > DRR> myisamchk: warning: 1 clients is using or hasn't closed the table > DRR> prope

Re: myisamchk: error: Found key at page 2472960 that points to record

2002-04-29 Thread Victoria Reznichenko
Do-Risika, Monday, April 29, 2002, 7:54:51 AM, you wrote: DRR> Can someone tell me what this error mean ? DRR> myisamchk: MyISAM file /var/lib/mysql/radius/radacct.MYI DRR> myisamchk: warning: 1 clients is using or hasn't closed the table DRR> properly DRR> myisamchk: error: Found key at page 24