View Single Post
  #1  
Old 02-17-2015, 10:11 PM
epilz
Hill Giant
 
Join Date: Sep 2013
Posts: 247
Default Mysql error after source update from today.

Has anyone seen this error when updating to the latest source today. It gives the error to every account that logs in.

Code:
[MySQL Error] 1064: 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 'FROM
                      character_data             WHERE `account_id` = 68226' at
line 1
 SELECT                     `id`,                      name,
  `level`,                   last_login,                FROM
   character_data             WHERE `account_id` = 68226 ORDER BY `name` LIMIT 1
2
Reply With Quote