Web Hosting Talk







View Full Version : CPanel XMB/Mysql Error


SPaReK
05-27-2003, 11:38 AM
We have a client that gets persistant errors when he tries to access his XMB forum similiar to:

Can't open file: 'xmb_attachments.MYI'. (errno: 144)

The file it can't open will change from time to time, but always in his xmb database. I can fix this by running myisamchk, but this is only a temporary fix.

I know there were some issues earlier when MySQL was updated through CPanel. The solution then was to upgrade PHP so to update the MySQL Client API. I have done this on the server, but this user is still getting the error message. As far as I know this user is the only user experiencing this problem. Is anyone else experiencing this problem? I have run out things to try. I have posted on the CPanel forum as well, but thought I would ask here. Any help would be appreciated.

Thanks

serial
05-27-2003, 02:15 PM
Try repairing the database.

SPaReK
05-27-2003, 02:20 PM
I use myisamchk to repair the tables in the database. Is there another way to repair the database?

serial
05-27-2003, 02:26 PM
Try: myisamchk -e xmb_attachments.MYI

Be sure to shut down the MySQL daemon before running that command.