Page 1 of 1

Mysql .myd file error

Posted: Fri May 16, 2003 10:04 am
by phpfreak
hi there,

I have a unique problem on my database whenever i try to access a page which grabs details from a table, i get an error that records.myd file not found. I dont know what is the problem. Any ideas???

Posted: Fri May 16, 2003 1:04 pm
by twigletmac
I had a corrupted table once which gave a similar error - try:

Code: Select all

REPAIR TABLE records
http://www.mysql.com/doc/en/REPAIR_TABLE.html

Mac