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