I have a list page where I filter some data and show results, using the Symfony framework. When I put special characters on these filters, for example ì
, I get the following error:
An exception occurred while executing 'SELECT count(DISTINCT c0_.id) AS sclr_0 FROM campaigns c0_ WHERE c0_.title LIKE '%ì%'':
SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like'
What does this error mean?