![]() |
ヒント ダウンロードサイトより phpMyAdmin-2.6.2-pl1.zip をダウンロード。
$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の文字コード)
![]() |
![]() |
Last updated 2010-02-11 |