1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb3_unicode_ci,COERCIBLE) for operation '='

select p.*, pd.*, content.content_id, content.content_name, content.content_short_description, content.content_detailed_description, content.content_components, content.content_system, content.content_file, content.teaser_headline, content.teaser_keywords, content.content_meta_title, content.content_meta_description, content.content_meta_keywords, cd.categories_heading_title, cd.categories_name, c.parent_id, c.categories_image FROM products_content AS content LEFT JOIN categories_description AS cd ON cd.categories_id = content.categories_id and cd.language_id = '2' LEFT JOIN categories AS c ON c.categories_id = cd.categories_id LEFT JOIN products_to_contents AS pc ON (pc.content_id = content.content_id and aktivierung=1) LEFT JOIN products_description pd ON (pd.products_id = pc.products_id) LEFT JOIN products AS p ON (pc.products_id = p.products_id) where content.content_name = 'dns.comfort Workflow f��r Dragon NaturallySpeaking'

[XT SQL Error]