Home : Products : Gossamer Forum : Discussion :

Products: Gossamer Forum: Discussion: Re: [shiner] cant find file gforum_Session.MYD: Edit Log

Here is the list of edits for this post
Re: [shiner] cant find file gforum_Session.MYD
If you have telnet or ssh access (for future reference) you can login and enter:

perror error_number

...to find the cause of the error. So in this case:

perror 145

Error code 145: Unknown error 145
145 = Table was marked as crashed and should be repaired

There are a couple of things you can do. First using mysqlman, in the SQL monitor enter:

REPAIR TABLE gforum_Session

This is the same as:

myisamchk -r table_name

Alternatively you may need a more thorough repair. You can view your options by typing the following from telnet/ssh:

myisamchk --help

Last edited by:

PerlPod: Aug 21, 2002, 7:48 AM

Edit Log: