1 頁 (共 1 頁)

[問題]phpMyAdmin2.5.5-pl1的安裝問題

發表於 : 2004-01-11 14:30
br97
●空間連結: 系上的主機 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'] = '';

發表於 : 2004-01-11 15:50
GeniusKiKi
請將語法使用

代碼: 選擇全部

 指令包起來
這樣長長的一大串
看了就眼花

發表於 : 2004-01-11 17:14
br97
嗯…我已經把上面不會改到的code刪掉了
麻煩知道大大了…謝謝