Tim Akinbo's Tumblelog RSS

Hi, I'm Tim Akinbo and this is my tumblelog.

Afrigator

My Popularity (by popuri.us)

Archive

Apr
24th
Sun
permalink

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 

Comments (View)

blog comments powered by Disqus