This query:
SHOW CREATE TABLE yabbse_messages;
Caused the error:
Can't open file: 'yabbse_messages.MYI' (errno: 144)
PS: I've already tried to repair this table, but I get this error when I try to do that
Error
SQL-query :
SHOW TABLE STATUS FROM `d49101309`
MySQL said:
Lost connection to MySQL server during query
Fixed table, now getting this error
This query:
CREATE TABLE backup_yabbse_messages (
PRIMARY KEY (`ID_MSG`),
UNIQUE KEY `topic` (`ID_TOPIC`,`ID_MSG`),
KEY `ID_TOPIC` (`ID_TOPIC`),
KEY `ID_MEMBER` (`ID_MEMBER`),
KEY `posterTime` (`posterTime`),
KEY `ipIndex` (`posterIP`(15),`ID_TOPIC`),
KEY `ID_BOARD` (`ID_BOARD`),
KEY `participation` (`ID_MEMBER`,`ID_TOPIC`))
TYPE=MyISAM
SELECT *
FROM yabbse_messages;
Caused the error:
Server shutdown in progress
Seems once the table is fixed, I just end up with a page can not be displayed problem once I run upgrade.php again. Any suggestions on how to keep this from timing out, and causing my table to crash. Thanks in advance.
It seems like your host is having problems. Try contacting them to see what is going on.