User: xx
Time: 2006-1-11 11:08am
Script: /bbs/proarcade.php
SQL: SELECT DISTINCT c.*,max(s.score) as score, y.score as myscore FROM cdb_arcadegames c LEFT JOIN cdb_arcadescores s ON s.game=c.name AND s.valid=1 LEFT JOIN cdb_arcadetopscores y ON y.game=c.name AND y.username='xx' GROUP BY c.gameid ORDER BY c.title ASC LIMIT 0, 12
Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (gbk_chinese_ci,COERCIBLE) for operation '='
Errno.: 1267
Similar error report has beed dispatched to administrator before.