myisamchk error

wxdqz

New Member
Hi all,

Can somebody explain me why I'm getting this error?

"myisamchk: error: 'counter.MYD' doesn't have a correct index definition. You need to recreate it before you can do a repair"

And it doesn't matter that I've just created this table and it's one record inside, and the indexes are:

Keyname Unique Field
PRIMARY Yes id
id Yes id

The checking proccess goes ok and everything works, execept that I'm getting this error.

What is that?

I'm using MySQL 3.23.33 on Slackware 7.1.0
 
Back
Top