Description:Message: Unknown MySQL error
admin MySql-Client
Run this query in phpMyAdmin:
REPAIR TABLE thread;
If you still have this problem them you’ll need to convert this table type from ISAM to MyISAM. Again you use phpMyAdmin to do this.
Run this query in phpMyAdmin:
REPAIR TABLE thread;
If you still have this problem them you’ll need to convert this table type from ISAM to MyISAM. Again you use phpMyAdmin to do this.