1 頁 (共 1 頁)

[問題] phpMyAdmin的登入問題

發表於 : 2005-10-13 16:05
spirit1120
請問一下...我已經困擾好幾天了
我安裝MYSQL 4.0.24
phpMyAdmin 2.6.0 pl3
php 4.3.10
IIS 5.0

我資料庫可以用\r
各項功能都OK
但是就是phpMyAdmin的登入功能怎麼弄都不行
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';

$cfg['Servers'][$i]['auth_type'] = 'http';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';
每個文章都是說把'auth_type'改成http
如果連進去會出現一個小視窗要你輸入帳號密碼\r
但是我重灌好幾次...不管怎麼安裝怎麼設定...
都只會出現"您沒有檢視此網頁的授權"
快瘋掉了....
如果改回config...雖然可以用....但是用別ㄉ電腦\r
也可以登入..也是擁有所有權限
權限的使用者名稱不管改哪個
只要自己的電腦可以進去...用別台電腦連也可以進去\r
中途都不會問密碼什麼的...改cookie
會出現"設定檔案現在需要密碼"...但是也沒有給我輸入密碼的地方阿T_T
請問是不是還有什麼地方要設定阿~~
有沒有人可以告訴我詳細的完整設定流程...
謝謝你~~~

發表於 : 2006-05-26 13:37
sunfr
你可以參閱這篇
http://phpbb-tw.net/phpbb/viewtopic.php?t=36997

代碼: 選擇全部

$cfg['blowfish_secret'] = '******'
應該是在這裡設
不過那是用來加密的key,不是密碼的樣子

Re: [問題] phpMyAdmin的登入問題

發表於 : 2006-05-26 14:09
chiouss
spirit1120 寫:IIS 5.0
http 認證功能只適用於 Apache + mod_php,你用 IIS 請改用 cookie 功能認證。
http://www.php.net/manual/en/features.http-auth.php

Re: [問題] phpMyAdmin的登入問題

發表於 : 2006-06-02 09:59
etalien
chiouss 寫:
spirit1120 寫:IIS 5.0
http 認證功能只適用於 Apache + mod_php,你用 IIS 請改用 cookie 功能認證。
http://www.php.net/manual/en/features.http-auth.php
跑出了另一個問題........

#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client.

Re: [問題] phpMyAdmin的登入問題

發表於 : 2006-06-02 10:40
chiouss
etalien 寫:#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client.
你改用 MySQL 4.1 以後的版本?那改用 PHP5 吧!