●空間連結: 系上的主機 163.13.128.240
●上網方式:ADSL
●安裝的程式:系上主機有支援 PHP + MySQL
● phpBB2 版本:phpBB2.06
●domain:vega.cs.tku.edu.tw
●phpBB2 :http://vega.cs.tku.edu.tw/~u91190632/phpBB2
●phpMyAdmin:http://vega.cs.tku.edu.tw/~u91190632/phpMyAdmin/
可是http://vega.cs.tku.edu.tw/~u91190632/phpMyAdmin/index.php上出現\r
下面的問題
--------------------------------------------------
歡迎使用 phpMyAdmin 2.5.5-pl1 - 登入\r
設定檔案現在需要密碼 (passphrase) (blowfish_secret).
--------------------------------------------------
難道小弟的 config.ini.php有設錯嗎
以下是小弟的code(密碼用xxxx代替了)
麻煩各位大大解決了…謝謝
----------------------------------------------------------------------------------
$cfg['PmaAbsoluteUri'] = 'http://vega.cs.tku.edu.tw/~u91190632/phpMyAdmin/';
$cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;
$cfg['PmaNoRelation_DisableWarning'] = FALSE;
$cfg['blowfish_secret'] = '';
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfg['Servers'][$i]['host'] = 'vega.cs.tku.edu.tw';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] =FALSE;
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'u91190632';
$cfg['Servers'][$i]['password'] = 'xxxx';
$cfg['Servers'][$i]['only_db'] = '';
[問題]phpMyAdmin2.5.5-pl1的安裝問題
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
[問題]phpMyAdmin2.5.5-pl1的安裝問題
最後由 br97 於 2004-01-11 17:13 編輯,總共編輯了 1 次。
-
GeniusKiKi
- 竹貓忠實會員

- 文章: 1086
- 註冊時間: 2003-10-28 14:50
