Apr
24th
Sun
24th
MySQL-proxy and Unicode
MySQL-proxy doesn’t seem to be able to connect to MySQL servers and use the utf-8 encoding. In order to ensure that the character set is always utf-8, you need to add the following lines to every MySQL server in your setup within the [mysqld] section.
skip-character-set-client-handshake
init-connect=’SET NAMES utf8’
default-character-set=utf8