MySQL Forums
Forum List  »  Stored Procedures

Illegal mix of collations
Posted by: Tillman Zschucke
Date: September 27, 2010 07:16PM

Hi there,

when I execute the query (INSERT) from MySQL Query Browser everthing works fine but as soon as I call a stored function with exactly the same query (also from Query Browser) I always get:
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_german1_ci,IMPLICIT) for operation '='

I checked for the obvious, ie I made sure that all the tables and columns use the latin1_german1_ci collation. I also changed the default DB collation and the default server collation. But nonetheless I always get this dreaded error message. Any idea where I might have forgotten to change from swedish to german?

Thanks for your support!

Options: ReplyQuote


Subject
Views
Written By
Posted
Illegal mix of collations
2876
September 27, 2010 07:16PM
1525
September 27, 2010 08:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.