1
I am using this query to do a database search:
SELECT * FROM cidades WHERE cidade LIKE ? LIMIT 1
in the placeholder I used "Narnia"
And I got this mistake:
General error: 1267 Illegal mix of collations (utf8_bin,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation 'like' trace
How to solve this?
I will, test, I am using PHP, with the Redbean ORM, thanks for the reply.
– Thiago