I have a MySQL MyISAM table that has one row that I can't delete. I have tried:
1) Deleting the row
2) Truncating the table
3) Dropping the table and recreating it
For each method, even #3, the mystery record persists. I've tried repairing the table with no luck (it appears to be fine).