Re: MySQL - Table damaged Help!

2001-08-01 Thread indrek siitan
Hi, > mysql> select * from logezboo; > ERROR 1016: Can't open file: 'logezboo.MYD'. (errno: 145) shut down your mysql, change to your MySQL data directory (as root or the user MySQL runs as) and run: myisamchk -r */*.MYI and then restart MySQL after that and you should be back and running.

MySQL - Table damaged Help!

2001-08-01 Thread -~(o)~- Tom O'Neill -~(o)~-
Hello eveyone, Newbie Alert! I am having trouble with one of my tables in a MySQL database. After I had a power outage and restarted my system was not able to read info from that table. Below is the Error messages I get when I try to access the table from the command line client. Help! Thanks