Latest Articles
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 = 1268477412,
active_ip = '38.107.191.105',
' at line 2
---
REPLACE INTO newsy_active SET
active_id = ,
active_time = 1268477412,
active_ip = '38.107.191.105',
active_user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)',
active_session = 'mp8nr2n53akuqkrdviaef1bt76'
---
ERROR: Can't open file: 'newsy_articles.MYI' (errno: 145)
---
SELECT *, DATE_FORMAT(article_submitteddate, '%b %D %Y') AS article_submitteddate2 , DATE_FORMAT(article_submitteddate, '%r') AS article_submitteddatetime FROM newsy_articles LEFT JOIN newsy_articleratings ON article_id = articlerating_articleid
INNER JOIN newsy_users ON user_id = article_submitterid
WHERE article_state = 1
ORDER BY article_id DESC LIMIT 10
---
Can't open file: 'newsy_articles.MYI' (errno: 145)Can't open file: 'newsy_articles.MYI' (errno: 145)