I have database with Cyrillic characters and all is working well except sorting.
I changed default characterset (latin1) on my local MySQL server to win1251 (cp1251) and the problem was solved. Unfortunately I can’t do so on the remote server.
Is there a way to manage with this using PHP code?
Is it possible to open MySQL connection with character set different from server default, or something else?