ERROR: Can't open file: 'newsy_users.MYI' (errno: 145)
---
SELECT m.*, g.group_perms, g.group_name FROM newsy_users m, newsy_amsgroups g WHERE m.user_id = 1 AND g.group_id=m.user_amsgroup
---
Can't open file: 'newsy_users.MYI' (errno: 145)ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
active_time = 1284066095,
active_ip = '38.107.191.100',
' at line 2
---
REPLACE INTO newsy_active SET
active_id = ,
active_time = 1284066095,
active_ip = '38.107.191.100',
active_user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)',
active_session = 'ic1bch60tddgj5fc0fe4vpq5s3'
---
ERROR: Can't open file: 'newsy_articles.MYI' (errno: 145)
---
SELECT count(*) AS allcount
FROM newsy_articles, newsy_categories
WHERE article_categoryid = category_id AND article_state = 1 AND
(category_id = '1' )
---
Unable to get articlesCan't open file: 'newsy_articles.MYI' (errno: 145)