SELECT COUNT(*) FROM seiten WHERE headline LIKE '%%' OR text LIKE '%%' OR name LIKE '%%' OR text_2 LIKE '%%' OR text_3 LIKE '%%' OR text_4 LIKE '%%' OR headline LIKE '%Alle Termine im Überblick...%' OR text LIKE '%Alle Termine im Überblick...%' OR name LIKE '%Alle Termine im Überblick...%' OR text_2 LIKE '%Alle Termine im Überblick...%' OR text_3 LIKE '%Alle Termine im Überblick...%' OR text_4 LIKE '%Alle Termine im Überblick...%'
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb3_general_ci,COERCIBLE) for operation 'like'