[EMAIL PROTECTED] wrote:

> no matter what i do.. no matter what collations i try..

> _mysql_exceptions.OperationalError: (1267, "Illegal mix of collations
> (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for
> operation '='")

"Illegal mix of collations" gives ~67000 hits on google, so it's
obviously a rather  common problem.  I cannot seem to find anydefinite
solution, though...  but knowing a little more about your setup might
help:

- what mysql version are you using ?

- are you running your own mysql daemon?  what happens if you run it
with the option "--default-character-set=utf8" ?  (alternatively, you
can use the "default-character-set" setting in the option file)

- can you check if the table definitions contain any DEFAULT CHARSET
clauses ?  if so, what do they look like ?

</F>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to