我要架伺服器~~可是目前遇到一個問題~~
我用的是iis、php版本是4.4.2、mysql是5.0、phpMyAdmin 2.8.2
所有的設定都設好了~~密碼也設了~~
可是就是無法進去~~
用cookie的話~~他是出現
設定檔案現在需要密碼 (passphrase) (blowfish_secret).
用http的話~~密碼打了也是進不去~~
我也有到config.default.php加密碼~~
可是不管有沒有加密碼~~都是進不去
不知道哪出錯>"<
一直弄不好
麻煩大大幫個忙 <(_ _)>
[已解決] phpMyAdmin..把root設成要密碼就無法進去 >"<
版主: 版主管理群
[已解決] phpMyAdmin..把root設成要密碼就無法進去 >"<
最後由 yanru 於 2006-07-28 14:44 編輯,總共編輯了 1 次。
Re: [問題] phpMyAdmin..把root設成要密碼就無法進去 >"<
yanru 寫:我用的是iis、php版本是4.4.2、mysql是5.0、phpMyAdmin 2.8.2
PHP 4 + MySQL 5.0 on Win32? 你需要多爬前面的文章和搜尋 Orz
還有,IIS *不能*使用 http 方式輸入 id/pw
那就在 config.inc.php 裡面給他吧!Manual 這麼一頁而已,要看啦!用cookie的話~~他是出現
設定檔案現在需要密碼 (passphrase) (blowfish_secret).
我是設定cookie
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'xxxx'; // MySQL password (only needed
$cfg['PmaAbsoluteUri'] = 'http://www.XXXX.com.tw/php/index.php';
我改這四個~~
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'xxxx'; // MySQL password (only needed
$cfg['PmaAbsoluteUri'] = 'http://www.XXXX.com.tw/php/index.php';
我改這四個~~
問題解決啦!
^^
http://www.netbei.com/Article/zz7/s1/200506/3816.html
我照著上面的步驟做~~
$cfg['blowfish_secret'] = '密碼';
加上上面這行~~成功了^^
^^
http://www.netbei.com/Article/zz7/s1/200506/3816.html
我照著上面的步驟做~~
$cfg['blowfish_secret'] = '密碼';
加上上面這行~~成功了^^
寫那篇文章的人根本沒在看 Document,blowfish_secret 不是填密碼的地方 =.=yanru 寫:http://www.netbei.com/Article/zz7/s1/200506/3816.html
我照著上面的步驟做~~

