Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Database Error

Quote Reply
Database Error
I am still stuck on this one.
One of my tables is not being read. I finally found out what is causing this. In MySQLman it says:

MySQL said: Can't open file: 'links_Links_Score_List.MYD'. (errno: 145).

Query: SELECT COUNT(*) FROM links_Links_Score_List

I do not know what it is telling me to do. I have stopped trying to understand it so I don't dig myself in deeper. How do I correct this error?

I am hoping Alex has the answer. I have my fingers crossed. x
Quote Reply
Re: [jgkiefer] Database Error In reply to
Hi,

Same error you had before:

http://gossamer-threads.com/...?post=160805;#160805

You should contact your ISP if you are not sure how to use myisamchk/isamchk (a MySQL to repair/check table data).

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] Database Error In reply to
I ran a CHECK TABLE and it cleared everything up. I knew nothing about MySQL until I setup LSQL. Now I am finding it all fairly easy.

Smile