jarmanje
July 12th, 2008, 07:35 PM
Hello,
I have a mysql join with some criteria which works perfect locally. i test the mysql in phpmyadmin and it generates the output perfectly,
I paste the EXACT same mysql into a clone database on my server and i get this error:
#1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_bin,IMPLICIT) for operation '='
Does anyone have any idea why this might be happening? I have run out of things to try, i simply don't understand how it can work locally but not on my website's server...
I have a mysql join with some criteria which works perfect locally. i test the mysql in phpmyadmin and it generates the output perfectly,
I paste the EXACT same mysql into a clone database on my server and i get this error:
#1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_bin,IMPLICIT) for operation '='
Does anyone have any idea why this might be happening? I have run out of things to try, i simply don't understand how it can work locally but not on my website's server...