![]() |
| home > phpMyAdmin インストール |
ヒント ダウンロードサイトより phpMyAdmin-2.6.2-pl1.zip をダウンロード。
先ほどリネームしたphpMyAdminフォルダ内のconfig.inc.phpを開く。
$cfg['PmaAbsoluteUri'] = ''; (39行目付近) ↓ $cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin'; ←変更 $cfg['Servers'][$i]['password'] = ''; (86行目付近) ↓ $cfg['Servers'][$i]['password'] = 'MySQLのrootパスワード'; ←変更 $cfg['DefaultLang'] = 'en-iso-8859-1'; (404行目付近) ↓ $cfg['DefaultLang'] = 'ja-utf-8'; ←変更(MySQLの文字コード) $cfg['DefaultCharset'] = 'iso-8859-1'; (414行目付近) ↓ $cfg['DefaultCharset'] = 'utf-8'; ←変更(MySQLの文字コード)
ヒント よくあるエラー ;extension=php_mysql.dllと間違えて;extension=php_msql.dllをコメント解除してる場合に 扱えない拡張子のファイルです,とエラーが出る。
このページの記事内容に関して![]() |
![]() |
![]() |
Last updated 2008-08-01 |