我在自己ㄉ電腦架設,作業系統是WIN2000 正要安裝PHPBB2.0.4+appserv 2.0.0
我是先教著小竹子版主ㄉ教學文件去安裝ㄉ,結果安裝appserv 2.0.0後
在安裝PHPBB2.0.4這裡就出現毛病嚕~

我填完資料後,就按開始安裝~他就出現白白ㄉ視窗
寫著:
phpBB : Critical Error
Could not connect to the database
有去搜尋過相關資料,但沒找到,所以在此發言~煩請各位幫我解決問題,謝謝
版主: 版主管理群

謝謝william91你的回覆,我會收藏起來ㄉ。william91 寫:如果你從沒有裝過PHPBB的話, config.php 裏面是沒有東西的, 如果你想手動設定, 請輸入:
[php]<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = '資料庫類型';
$dbhost = 'localhost';
$dbname = '資料庫名稱';
$dbuser = '資料庫使用者帳號';
$dbpasswd = '資料庫使用者密碼';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>[/php]
把上面這種顏色的字改成自己的設定就行了!
現在裝ㄉ是APPSERV1.8.0 + PHPBB 2.0.3.william91 寫:如果你從沒有裝過PHPBB的話, config.php 裏面是沒有東西的, 如果你想手動設定, 請輸入:
[php]<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = '資料庫類型';
$dbhost = 'localhost';
$dbname = '資料庫名稱';
$dbuser = '資料庫使用者帳號';
$dbpasswd = '資料庫使用者密碼';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>[/php]
把上面這種顏色的字改成自己的設定就行了!