ショッピングカート http://utel.jp/792-0715/ で文字が化ける不具合を修正しました。
※# vi /etc/my.cnf でmysqlデータベースの以下の設定内容を変更
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
default-character-set=utf8 ☆追加
character-set-server=utf8 ☆追加
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
※mysqlを再起動
※httpdを再起動
※eccubeをインストール
※必要に応じてdataフォルダ以下にあるcacheフォルダ内のファイルを削除する
コメント