[問題]phpMyAdmin2.5.5-pl1的安裝問題
發表於 : 2004-01-11 14:30
●空間連結: 系上的主機 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'] = '';
●上網方式: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'] = '';