ERROR: Can't open file: 'ams_active.MYI' (errno: 145)
---
REPLACE INTO ams_active SET
active_id = 1,
active_time = 1268377816,
active_ip = '38.107.191.106',
active_user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)',
active_session = 'fbbb2211603c598d04e099086d8df645'
---
ERROR: Can't open file: 'ams_active.MYI' (errno: 145)
---
SELECT * FROM ams_active ORDER BY active_time DESC
---
Can't open file: 'ams_active.MYI' (errno: 145)ERROR: Can't open file: 'ams_articles.MYI' (errno: 145)
---
SELECT count(*) AS allcount
FROM ams_articles, ams_categories
WHERE article_categoryid = category_id AND article_state = 1 AND
(category_id = '1' OR category_parentid = 1 )
---
Unable to get articlesCan't open file: 'ams_articles.MYI' (errno: 145)