“Illegal mix of collations” errors during install
-
My host is using MySQL v4.1.7-standard, and when I install WordPress I get a number of “Illegal mix of collations” errors. Is that WordPress’ fault, or is http://bugs.mysql.com/bug.php?id=3611 to blame?
The errors I see are:
WordPress database error: [Illegal mix of collations (utf8_general_ci,IMPLICIT), (latin1_swedish_ci,COERCIBLE), (latin1_swedish_ci,COERCIBLE) for operation ‘replace’]
UPDATE cs_options SET option_value = REPLACE(option_value, ‘wp-links/links-images/’, ‘wp-images/links/’) WHERE option_name LIKE ‘links_rating_image%’ AND option_value LIKE ‘wp-links/links-images/%’WordPress database error: [Illegal mix of collations (utf8_general_ci,IMPLICIT), (latin1_swedish_ci,COERCIBLE), (latin1_swedish_ci,COERCIBLE) for operation ‘replace’]
UPDATE cs_comments SET comment_type=’trackback’, comment_content = REPLACE(comment_content, ”, ”) WHERE comment_content LIKE ‘%’WordPress database error: [Illegal mix of collations (utf8_general_ci,IMPLICIT), (latin1_swedish_ci,COERCIBLE), (latin1_swedish_ci,COERCIBLE) for operation ‘replace’]
UPDATE cs_comments SET comment_type=’pingback’, comment_content = REPLACE(comment_content, ”, ”) WHERE comment_content LIKE ‘%’
- The topic ‘“Illegal mix of collations” errors during install’ is closed to new replies.