I'm using this query to search the database:
SELECT * FROM cidades WHERE cidade LIKE ? LIMIT 1
In placeholder I used "Narnia"
And I received this error:
General error: 1267 Illegal mix of collations (utf8_bin,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like' trace
How to solve this?