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