Mysql .myd file error

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
phpfreak
Forum Commoner
Posts: 30
Joined: Fri Mar 21, 2003 10:28 am
Location: New Jersey,USA
Contact:

Mysql .myd file error

Post 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???
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply