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???
Mysql .myd file error
Moderator: General Moderators
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
I had a corrupted table once which gave a similar error - try:
http://www.mysql.com/doc/en/REPAIR_TABLE.html
Mac
Code: Select all
REPAIR TABLE recordsMac