Illegal mix of collations (utf8_general_ci,IMPLICIT) and (cp1251_general_ci,COERCIBLE) for operation 'like' SQL=select tag_name from tags where tag_synonym like '%,РЎРЅРёРјРѕРє.PNG,%' Illegal mix of collations (utf8_general_ci,IMPLICIT) and (cp1251_general_ci,COERCIBLE) for operation 'like' SQL=select count(i.id) as num from images as i
where
i.deleted=0
and
(i.width!=0 and i.height!=0)
and (i.name like '%РЎРЅРёРјРѕРє.PNG%' or i.tags like '%,РЎРЅРёРјРѕРє.PNG,%')
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (cp1251_general_ci,COERCIBLE) for operation 'like' SQL=select i.* from images as i
where i.deleted=0
and (i.width!=0 and i.height!=0)
and (i.name like '%РЎРЅРёРјРѕРє.PNG%' or i.tags like '%,РЎРЅРёРјРѕРє.PNG,%')
order by i.views DESC
limit 0,60