Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
SELECT * FROM `_video` WHERE (id > 0 AND status = 1 AND (title LIKE '%youtube%😄%' OR `desc` LIKE '%youtube%😄%' OR keywords LIKE '%youtube 😄%' OR tags LIKE '%youtube 😄%') AND category NOT LIKE '%[41]%') ORDER BY date desc LIMIT 0,44