View Single Post

  #2 (permalink)  
Old 05-18-2007
lark
 
Posts: n/a
Default Re: Can't open file: 'stats.MYD'. (errno: 145)

Geoffroy Hecquet wrote:
> Hi,
> My 'stats' table seems to be damaged !
> I Can't display the table content with phpMyAdmin
>
> Could you pleas help me te understand the error msg ?
> Witch tool can I use to repare it ?
>
> MySQL version : 3.23.56


error 145 means table was marked as crashed and should be repaired. use
a mysql program called myisamchk to repair the table. be sure to read up
on it on mysql's website before running it.

--
lark -- hamzee@sbcdeglobalspam.net
To reply to me directly, delete "despam".
Reply With Quote