Hey All,
I'm trying to restore functionality to a table, but not having much luck. Basically, after running a CHECK TABLE I found some issues. The associated table files (.frm, .MYD, .MYI) were all backed up. Issued a REPAIR TABLE to fix the table. After running CHECK TABLE it looks like all the issues were gone. However, the associated table files were replaced with the backups (no, mysqlhotcopy was not used - bad, I know). The replaced files contained the information needed. Unfortunately, everytime I run a count query i get 0 records. I ran FLUSH TABLE, but that wasn't working either. Any ideas???
Many thanks...