dellow
Fri 6th Jul '07, 2:50pm
Hello
i was making db optimizing but disconnected from ssh while it is working then i get this error :
MySQL Error : Table 'post' is marked as crashed and last (automatic?) repair failed
Error Number : 1195
when i try to repair :
mysql> repair table post;
i recive this error :
--------------+
| onanet_3633.post | repair | error | File './DB_name/post.MYD' not found (Errcode: 2) |
+------------------+--------+----------+---------------------------------------- --------------+
when i go to:
cd /var/lib/mysql/DB_name/
i found all tables with three extintions exipt post table there is tow files only that are :
post.MYI post.frm
when i check table list in phpmyadmin it show post table (in use)
now where is post.MYD table ? and why it gone ? and any chance to recover it ?
last backup DB i have is 10 days old.
i need help please.
Regards,
i was making db optimizing but disconnected from ssh while it is working then i get this error :
MySQL Error : Table 'post' is marked as crashed and last (automatic?) repair failed
Error Number : 1195
when i try to repair :
mysql> repair table post;
i recive this error :
--------------+
| onanet_3633.post | repair | error | File './DB_name/post.MYD' not found (Errcode: 2) |
+------------------+--------+----------+---------------------------------------- --------------+
when i go to:
cd /var/lib/mysql/DB_name/
i found all tables with three extintions exipt post table there is tow files only that are :
post.MYI post.frm
when i check table list in phpmyadmin it show post table (in use)
now where is post.MYD table ? and why it gone ? and any chance to recover it ?
last backup DB i have is 10 days old.
i need help please.
Regards,