●快速架站程式:免費空間
●免費空間連結: http://www.membres.lycos.fr/
●您的上網方式:撥接\r
●您安裝的程式:不懂耶.. 我是架在免費空間上...
●您的 phpBB2 版本:phpBB (2.0.4)
我是PHP新手~~~ 現在面臨phpMyAdmin的瓶頸...
就是一直登入不了phpMyAdmin
我是用2.5.1的~ 網站的mysql和php也都啟動了~
(phpMyAdmin的資料夾必須放在phpbb之內對吧??@@)
下面貼上config.inc.php代碼~
圈紅的是我填的資料,請各位高手幫幫忙看哪裡錯了要改~ 感激不盡~~
$i++;
$cfg['Servers'][$i]['host'] = '000_db (例)'; // MySQL hostname
$cfg['Servers'][$i]['port'] = ''; // MySQL port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server
$cfg['Servers'][$i]['compress'] = FALSE; // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = '000 (例)'; // MySQL control user settings
$cfg['Servers'][$i]['controlpass'] = '123 (例)'; // access to the "mysql/user and "mysql/db" tables)\r
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method
$cfg['Servers'][$i]['user'] = ''; // MySQL user ('root'已移除)
$cfg['Servers'][$i]['password'] = ''; // MySQL password
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
也試過擦掉 [controluser] & [controlpass] 改填 [user] & [password],
或是兩組都填,但還是沒用;每次只要一進入admin/config.inc.php 頁面,跳出格子,
我就照填 user:[000],pass:[123] (例),但它就是不讓我進... 一定是有錯吧..@@"
ps: 請問... 除了 [config.php] 要設屬性(777) ,<沒錯吧??@@">
還有別的要設屬性的嗎???
另外,我有把config.inc.php往下看了一下,有看見還有另外兩個區塊有跟上面這塊相同...
那也要填跟這邊一樣的嗎??? 還是空白??
我也看過有人的教學裡有 $cfgServers[1]['adv_auth']=true;
但是我的檔裡找不到 $cfgServers[1]['adv_auth'] 這條... 那是...??@@
還有一個喔..^^"
那就是plus是什麼啊?? 是強化版嗎???



