Jim R Posted June 24, 2013 Share Posted June 24, 2013 Trying to execute this query: UPDATE a_playerRank AS p, wp_terms as t SET p.wpID = t.term_id WHERE p.wpSlug = t.slug I get the following error: Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and (utf8_general_ci,IMPLICIT) for operation '=' As far as I can tell, applicable columns are utf8_unicode_ci and none are utf8_general_ci. I've searched for solutions here and on elsewhere. Can't make much of what is being suggested. Link to comment https://forums.phpfreaks.com/topic/279493-illegal-mix-of-collations/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.