This is a discussion on Can't open file: 'stats.MYD'. (errno: 145) within the MySQL forums, part of the Database Server Software category; --> Hi, My 'stats' table seems to be damaged ! I Can't display the table content with phpMyAdmin Could you ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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". |