PDO: Incorrect file format 'sources'
SQl-Table 'sources' was corrupted.
After:
mysql> check table sources;
+-----------------+-------+----------+---------------------------------+
| Table | Op | Msg_type | Msg_text |
+-----------------+-------+----------+---------------------------------+
| selfoss.sources | check | Error | Incorrect file format 'sources' |
| selfoss.sources | check | error | Corrupt |
+-----------------+-------+----------+---------------------------------+
2 rows in set (0.00 sec)
mysql> repair table sources use_frm;
+-----------------+--------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+-----------------+--------+----------+----------+
| selfoss.sources | repair | status | OK |
+-----------------+--------+----------+----------+
1 row in set (0.01 sec)
everything is up and running
Complete thread:
- PDO: Incorrect file format 'sources' -
cpunke,
2014-05-03, 10:51
- PDO: Incorrect file format 'sources' -
cpunke,
2014-05-03, 18:34
- PDO: Incorrect file format 'sources' - cpunke, 2014-05-03, 18:54
- PDO: Incorrect file format 'sources' -
cpunke,
2014-05-03, 18:34