1 頁 (共 1 頁)

[問題] 更改myphpadmin登入發生的錯誤

發表於 : 2005-01-16 19:24
OoWHAToO
我按照教學的myphp修改了一些設定
但是我改成http登入時
我都無法使用帳號密碼進入\r
一直說密碼錯誤
我設定的帳號密碼跟MySql
的密碼都一樣\r
但是就是無法登入\r
我修改了N天 也爬過文了~
但是都沒有我想要的回覆
請各位大大幫我忙一下 謝謝...



●架設主機作業系統:Windows Xp Home SP2
●快速架站程式:Appserv
●您的上網方式:HINET ADSL
●安裝程式:Apache + php + MySql
●phpBB2 版本:phpBB 2.0.11

發表於 : 2005-01-17 02:13
shihchieh
試試看把cookie清光後再試式登入

發表於 : 2005-01-17 14:25
wu2017
使用原始設定不能進去嗎
帳號: root
密碼: 空白

發表於 : 2005-01-17 15:08
神奇傑克
還要將帳號設localhost登入\r
:mrgreen: :mrgreen:

發表於 : 2005-01-17 16:00
warkinger
強力鑽貼送你,看第三章,那時不會架站,瘋狂找貼,就找到這貼\r

http://163.20.160.21/t167/xoops207/list.htm

發表於 : 2005-01-17 18:02
aHfUi
http://phpbb-tw.net/phpbb/viewtopic.php?t=30169
看看這個

你的APPSERV是什麼VERSION

發表於 : 2005-04-07 18:46
招才貓
原文提到:
[4.4] phpMyAdmin always gives "Access denied" when using HTTP authentication.
(phpMyAdmini在HTTP驗證模式下一直出現權限錯誤)
This could happen for several reasons:
(可能有以下原因)

$cfg['Servers'][$i]['controluser'] and/or $cfg['Servers'][$i]['controlpass'] are wrong.
($cfg['Servers'][$i]['controluser']和$cfg['Servers'][$i]['controlpass'] 設定錯誤)
The username/password you specify in the login-dialog are invalid.
(帳號密碼輸入錯誤)
You have already setup a security mechanism for the phpMyAdmin-directory, eg. a .htaccess file. This would interfere with phpMyAdmin's authentication, so remove it.
(你可能將phpMyAdmin的目錄設定其他權限,例如.htaccess檔案,這樣會影響到phpMyadmin的認證,所以請移除)

請參考看看