itoigawabass

itoigawaのブログ

phpMyAdmin 2.6.0-pl3

2004-11-22

phpMyAdminの文字化けはまだ解消していません
pl3が出ていたのでインストールしてみましたが改善は出来ませんでした。
Mysqlを再インストールしてみる

# make clean
# ./configure --with-charset=ujis --with-extra-charsets=all --with-collation=uji s_japanese_ci --with-mysqld-user=mysql
# make
# make install
# cd ../php-4.3.9
# make clean
# ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/ --enable-mbstring --enable-mbregex --enable-gd-native-ttf --with-gd --with-freetype-dir=/usr/local --with-jpeg-dir=/usr/local --with-zlib --with-png-dir=/usr/local --enable-trans-sid
# make
# make install
# /usr/local/bin/mysqladmin -u root -p shutdown
# /usr/local/bin/mysqld_safe --user=mysql --default-character-set=ujis --default-collation=ujis_japanese_ci &
# /usr/local/apache/bin/apachectl stop
# /usr/local/apache/bin/apachectl startssl

結果はphpMyAdminだけ文字化けする。どうしらよいものか?

カテゴリー:blog
タグ: