1 頁 (共 1 頁)

[問題]請問為什麼只打前面主機名稱會出現phpMyAdmin

發表於 : 2002-05-13 21:17
ci001
請問為什麼只打前面主機名稱會出現phpMyAdmin
的設定畫面\r
我從別台電腦可刪除掉資料庫\r
密碼要如何設呢

發表於 : 2002-05-13 21:17
小竹子
什麼意思阿

發表於 : 2002-05-13 21:48
ci001
就是如果打http://ci001.i989.net/phpbb2/index.php
論壇會出現正常\r
但如果只打http://ci001.i989.net/就會出現phpMyAdmin Database
設定畫面,而且可修改我的資料庫\r
如果把首頁致換掉,直接打http://ci001.i989.net/phpMyAdmin/
他也可刪除我的資料庫\r
如要設密碼要如何設呢\r
謝謝
第一次玩php論壇,抱歉

發表於 : 2002-05-13 22:20
lightARmoR
設成這樣應該就行了..

$cfgServers[$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfgServers[$i]['user'] = ''; // MySQL user
$cfgServers[$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)

--
我的網管也才剛裝上去而已

發表於 : 2002-05-13 22:41
ci001
對不起\r
要怎樣加呢?是加在資料庫上方那個空格嗎
user'] = ''是打入我們要設定的帳號跟密碼嗎

發表於 : 2002-05-13 22:42
oO]-[Oo
在config.inc.php裡, 不過如果你沒權限的話就要找網管幫你設了

Re: [問題]請問為什麼只打前面主機名稱會出現phpMyAdmin

發表於 : 2002-05-13 22:53
小竹子
ci001 寫:請問為什麼只打前面主機名稱會出現phpMyAdmin
的設定畫面\r
我從別台電腦可刪除掉資料庫\r
密碼要如何設呢

如何將位址 Http://xxx.dn2go.com/phpbb2/index.php
直接轉成 Http://xxx.dn2go.com
那麼只要輸入http://xxx.dn2go.com 就可開phpBB2內容呢?

答:按下開始-->程式集-->AppServ-->Apache Configure Server-->Edit the Apache httpd.conf Configuration File
尋找:
代碼:
DocumentRoot "C:/AppServ/www/"

改為:
代碼:
DocumentRoot "C:/AppServ/www/phpBB2/"

存檔離開, 重新啟動 Apache Server,完成


來源連結 http://phpbb-tw.net/phpbb/viewtopic.php?t=3655

發表於 : 2002-05-14 00:47
lightARmoR
沒講清楚...sorry
在config.inc.php裡\r

找\r
$cfgServers[$i]['auth_type'] = 'config'

改成
$cfgServers[$i]['auth_type'] = 'http'

然後下面的user跟password去掉就行了

之後進phpmyadmin就會跟你要密碼\r
不用怕被人改了...

發表於 : 2002-05-14 07:54
ci001
謝謝
好像可以了