On 15/02/2008, Nicolas BOUTHORS <[EMAIL PROTECTED]> wrote: > Try this : > > - Completly remove the damaged MYI file (or better, rename it) > - Run "myisamcheck dspam_token_data" and/or restart mysql > > This should solve the problem (by reconstructing the MYI index file). > This might be long depending on how much data you have in the table.
Thanks Nicolas! By the time I read your response I'd already resolved the issue with: $ mysqlcheck -u root -p --repair --databases dspam Enter password: dspam.dspam_preferences OK dspam.dspam_signature_data OK dspam.dspam_stats OK dspam.dspam_token_data error : 28 when fixing table status : OK dspam.dspam_virtual_uids OK
