Dec 04

After upgrade to Dapper, I found some problem with mysql (mysql-4.1.15) with thai language. My webpage display thai font to ???, why and why? When I try to re-import db and test with set names, it cannot solve my problem because my blog is UTF-8.

Then I found some option with skip-character-set-client-handshake in my.cnf (mysqld option) it can solve this problem and bring my web site back. Why?

This option is include in mysql-4.1.15 (Ooh, in Changelog) it used to ignore client information and use the default server character set.

Tagged with:
preload preload preload