I have a few MySQL tables marked "In Use" in phpMyAdmin and they haven't been used in a very long time. They have also been "In Use" for months. I'd like to delete them but I can't.
If I try to drop a table it says it's an unknown table. If I UNLOCK TABLES it says it was successful but the "In Use" status remains. If I try to repair a table it says "Can't open file: 'tablename.InnoDB'. (errno: 1..."
Any other ideas? I'd like to get rid of these tables.
TIA
If I try to drop a table it says it's an unknown table. If I UNLOCK TABLES it says it was successful but the "In Use" status remains. If I try to repair a table it says "Can't open file: 'tablename.InnoDB'. (errno: 1..."
Any other ideas? I'd like to get rid of these tables.
TIA