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 '%xxx%videoš„%' OR `desc` LIKE '%xxx%videoš„%' OR keywords LIKE '%xxx videoš„%' OR tags LIKE '%xxx videoš„%') AND category NOT LIKE '%[41]%') ORDER BY date desc LIMIT 0,44