続・MySQL 4.1.x な環境で phpMyAdmin を EUC-JP で使う方法

  [2006-06-17-1] MySQL 4.1.x な環境で phpMyAdmin を EUC-JP で使う方法 の続き.
  よく考えたら,PHP の設定を変えてあげれば何も問題なくできた.なんてこった.

- phpMyAdmin/.htaccess

php_value mbstring.internal_encoding "UTF-8"
php_value mbstring.http_output       "UTF-8"
php_value mbstring.script_encoding   "UTF-8"
php_value mbstring.http_input        "UTF-8"