:2006-12-29

Apache2
public_htmlの設定をonに。
Languageをutf-8に書き換え
あとはCGI関係とか。
MySql
ServerとClientを入れたらパスワード設定
>/usr/bin/mysqladmin -u root password ‘********’
phpMyadmin
config.default.php > config.inc.php
$cfg[‘Servers’][$i][‘password’] = ‘***’; 上記のを設定
Language関係を適当にjaなりutf-8に書き換える
php5
/etc/php5/php.ini
492: utf-8 に
1270: utf-8 に
1281: utf-8 に

bodayo:2006-12-29 23:** | 雑記 | Π |