發表于:2011-07-15 00:00:00來源:SOUAB.COM人氣:3526
首頁說下(xià)下(xià)載地址:
http://download.mysql.cn/opencode/2006/0207/55.html
可以通過以上網址下(xià)載.也可以下(xià)載本文章下(xià)的附件;
接下(xià)來說下(xià)phpMyAdmin 2.7.0的配置
===========================分(fēn)隔符
解壓phpMyAdmin 2.7.0-pl2 到IIS根目錄後 打開(kāi) config.default.php
注意 新版的 配置文件是 config.default.php 然後 做如下(xià)修改
搜索 $cfg['PmaAbsoluteUri'] 添加你的phpmyadmin的URL路經 最好本地路經 當然也可以是遠程路經
如 $cfg['PmaAbsoluteUri'] = 'http://localhost/';
注意 這裏假設phpmyadmin在默認站點的根目錄下(xià)
或 $cfg['PmaAbsoluteUri'] = 'http://你的網站地址/';
搜索 $cfg['blowfish_secret'] 這裏是在你配置 MySQL 時 設定好的root 的密碼 例如 root密碼爲 888888
改爲 $cfg['blowfish_secret'] = '888888';
搜索 $cfg['DefaultLang'] 将其改爲 zh-gb2312 ;
搜索 $cfg['DefaultCharset'] 将其改爲 gb2312 ;
搜索 $cfg['Servers'][$i]['auth_type'] 默認爲config,這很不安全,不推薦,建議使用cookie
改成 $cfg['Servers'][$i]['auth_type'] = 'cookie';
注意這裏如果設置爲config請在下(xià)面設置用戶名和密碼
例如:
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = '123123.'; // MySQL password (only needed