MySQL Fatal Error MySQL Error! ------------------------ The Error returned was: Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like' Error Number: 1267 SELECT c.*, r.rating as rrating, r.col as rcol FROM amf_catalog as c LEFT JOIN amf_rating as r ON (c.code=r.code) WHERE c.pricebr<>0 AND c.code LIKE '%��������%' LIMIT 0, 45