最終更新:2012-03-20 (火) 16:11:33 (4413d)  

Linux/etc/my.cnf
Top / Linux / etc / my.cnf

MySQLの設定ファイル

文字化け解消

MySQL 5

[mysqld]
skip-character-set-client-handshake
default-character-set=utf8

MySQL 5.5

[mysqld]
skip-character-set-client-handshake
character-set-server=utf8
[mysql]
default-character-set=utf8