Nasıl çözebilir
"Illegal mix of collations (latin5_turkish_ci,IMPLICIT)
and (latin1_swedish_ci,COERCIBLE)
for operation '='" problem?
Benim sorgu: select * from up where name='camış'
Bağlantı seçenekleri:
SET NAMES 'latin5'
SET character_set_connection = 'latin5'
SET collation_connection = latin5_turkish_ci
-- I changed the collate as latin5_turkish_ci but doesn't work. Between, after a few minutes (lots of queries), the problem disappears on its own.