I have a database in which one MYD file has apparently been corrupted:

 >>>
mysql> use tracerlock;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Didn't find any fields in table 'news_feed_item'
Database changed
mysql> select count(*) from news_feed_item;
ERROR 1016: Can't open file: 'news_feed_item.MYD'. (errno: 145)
mysql>
 >>>

The other tables in the database still work.  How do I fix this one?  I 
have no idea how it happened.  If I open the file in a text editor, I can 
see the data from some of the records that have been entered.  I've 
rebooted the machine to no avail (I figured that wasn't the problem, but I 
tried).

I have a backup of the table dated last Saturday, but I'd prefer to fix 
this version if possible to preserve the entries entered between Saturday 
and Wednesday.

        -Bennett

[EMAIL PROTECTED]     http://www.peacefire.org
(425) 649 9024


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to