Quote:
Originally Posted by Gordon219
Database error in vBulletin 3.5.3:
Invalid SQL:
SELECT t.champion, u.userid FROM tournaments AS t
LEFT JOIN user AS u ON (t.champion = u.username)
WHERE champion<>'';
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Error Number : 1267
When I try to view a topic I get this... How do I fix it? What does that mean?
|
which MySQL Version you have?