1 頁 (共 1 頁)

[問題] 改了 config.inc.php 之後進不了!

發表於 : 2002-10-13 19:31
micwallo
我看過那一篇講述如何改 config.inc.php 裏面的 setting 令其他人不能夠胡亂動 PHPBB 裏的 MySQL database﹐但我改了之後﹐我一直都 login 不到\r

代碼: 選擇全部

錯誤

MySQL 傳回: 

Access denied for user: 'XXXXXXXX@localhost' (Using password: YES)
XXXXXXXX 是我的 MySQL Username. 我的空間是在網上申請回來的﹐他只給了我一個 username 和 password.

我也想問
$cfg['Servers'][$i]['controluser'] = 'xxxxxxxx';
$cfg['Servers'][$i]['controlpass'] = 'xxxxxxxx';

是不是都填入我的 MySQL account 就可以了!我做了﹐但 login 不到.

p.s. 我也改了 auth_type is 'http' 的。

發表於 : 2002-10-13 19:34
小竹子

代碼: 選擇全部

$cfg['Servers'][$i]['controluser']   = 'xxxxxx';          // MySQL control user settings
                                                                              // (this user must have read-only
[color=red]這裡輸入您的 MySql 管理帳號[/color]
$cfg['Servers'][$i]['controlpass']   = 'xxxxxx';          // access to the "mysql/user"
                                                                                  // and "mysql/db" tables)
[color=red]這裡輸入您的 MySql 管理帳號[/color]

發表於 : 2002-10-13 19:53
micwallo
我就是根據這篇文章改的﹐但不知道為何就是出現以上的 Error

發表於 : 2002-10-13 19:54
小竹子
你把那段內容pm給我
還有網址也給我我看看

發表於 : 2002-10-13 19:58
micwallo
已 pm 了!

感激不盡 ;-)

發表於 : 2003-07-02 01:23
AC Milan
我都想知什麼問題..我都改了後出現同樣問題...
謝謝