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

select p.products_id from products p left join products_description pd on p.products_id = pd.products_id where ( pd.products_head_keywords_tag like '%MÁQUINAS%' or pd.products_name like '%MÁQUINAS%' ) and p.products_status = 1 and pd.language_id = 4 limit 1

[TEP STOP]