http://qs321.pair.com?node_id=702397


in reply to MySQL 5.1.11 Select Query

My guess is that primary key index is corrupted. Try REPAIR TABLE rates (if it's a MYISAM table.)

Another thing to try is to re-create the table, and see if you still have the problem.

Replies are listed 'Best First'.
Re^2: MySQL 5.1.11 Select Query
by bkiahg (Pilgrim) on Aug 05, 2008 at 15:41 UTC
    Did a REPAIR rates and it gave me a successfully repaired return value.

    Wouldn't the query not work from the Administration tool if it was the index was corrupted?

    EDIT: Still same problem. And it is a MYISAM table.