MySQL Forums
Forum List  »  MySQL Query Browser

Query Browser - illegal mix of collations
Posted by: Chris Highfield
Date: May 03, 2005 09:19AM

When I run a query comparing soundex values (e.g. ... where soundex(keyword) = soundex('hello') ...) in MySQL Control Center and an Eclipse plugin it works fine yet on MySQL Query Browser it produces the following error:

Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='

I have noticed similar postings of people having this problem but no answers have been posted.

Does anyone have a solution to this problem?

Platforms: MySQL Server 4.1.11, MySQL Query Browser 1.1.7

Options: ReplyQuote


Subject
Written By
Posted
Query Browser - illegal mix of collations
May 03, 2005 09:19AM


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.