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 = 1268200447,
active_ip = '38.107.191.106',
' at line 2
---
REPLACE INTO newsy_active SET
active_id = ,
active_time = 1268200447,
active_ip = '38.107.191.106',
active_user_agent = 'CCBot/1.0 (+http://www.commoncrawl.org/bot.html)',
active_session = 'nsjk2gh3qvcr5inido8d8068o6'
---