I use phpMyAdmin.
All queries there work.
But when I do the same query with PHP with the same user I get:
1267 - Illegal mix of collations (latin2_general _ci,IMPLICIT) and
(latin1_swedish _ci,COERCIBLE) for operation 'like'
I don't know how to solve it and how the mistake got there.
All tables are set to latin2_general_ ci and also all entries in the tables.
Please help, some of my pages are down because of this.
All queries there work.
But when I do the same query with PHP with the same user I get:
1267 - Illegal mix of collations (latin2_general _ci,IMPLICIT) and
(latin1_swedish _ci,COERCIBLE) for operation 'like'
I don't know how to solve it and how the mistake got there.
All tables are set to latin2_general_ ci and also all entries in the tables.
Please help, some of my pages are down because of this.