[問題]關於安裝phpBB2安裝發生致命錯誤問題!help
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
[問題]關於安裝phpBB2安裝發生致命錯誤問題!help
請教各位phpBB2的先進們:
我的使用環境為:
作業系統:Windows XP SP1繁體中文版
AppServ 2.3.0(含Apache 1.3.29 ,PHP 4.3.4 ,MySQL 4.0.16,
Zend Optimizer 2.1.0b ,phpMyAdmin 2.5.4 )
phpBB 2.0.6
* 問題 1:
安裝選項為:
基本設定
預設討論區語系:Chinese [Traditional - Taiwan]
資料庫格式:MySQL 3.x
請選擇安裝模式:完整安裝
資料庫設定
資料庫伺服器主機名稱: localhost
您的資料庫名稱:phpBB2
資料庫使用者帳號:abcdef
資料庫密碼:fedcba
資料庫的表格字首 (Prefix):phpbb_
系統管理員設定
系統管理員電子郵件信箱:abcdef@pchome.com.tw
網域名稱:localhost
主機連接埠:80
系統程式存放路徑:/phpbb2/
系統管理員帳號名稱:abcdef
系統管理員密碼:fedcba
系統管理員密碼 [ 再確認 ]:fedcba
按「開始安裝」後,出現如下的致命錯誤!\r
phpBB : Critical Error
Could not connect to the database
* 問題 2:
安裝選項為:
基本設定
資料庫格式:MySQL 4.x
其它選項如問題 1 相同。
按「開始安裝」後,出現如下的致命錯誤!
Warning: mysql_connect(): Access denied for user: 'abcdef@localhost' (Using password: YES) in c:\appserv\www\phpbb2\db\mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
請高手們幫忙解決!
我的使用環境為:
作業系統:Windows XP SP1繁體中文版
AppServ 2.3.0(含Apache 1.3.29 ,PHP 4.3.4 ,MySQL 4.0.16,
Zend Optimizer 2.1.0b ,phpMyAdmin 2.5.4 )
phpBB 2.0.6
* 問題 1:
安裝選項為:
基本設定
預設討論區語系:Chinese [Traditional - Taiwan]
資料庫格式:MySQL 3.x
請選擇安裝模式:完整安裝
資料庫設定
資料庫伺服器主機名稱: localhost
您的資料庫名稱:phpBB2
資料庫使用者帳號:abcdef
資料庫密碼:fedcba
資料庫的表格字首 (Prefix):phpbb_
系統管理員設定
系統管理員電子郵件信箱:abcdef@pchome.com.tw
網域名稱:localhost
主機連接埠:80
系統程式存放路徑:/phpbb2/
系統管理員帳號名稱:abcdef
系統管理員密碼:fedcba
系統管理員密碼 [ 再確認 ]:fedcba
按「開始安裝」後,出現如下的致命錯誤!\r
phpBB : Critical Error
Could not connect to the database
* 問題 2:
安裝選項為:
基本設定
資料庫格式:MySQL 4.x
其它選項如問題 1 相同。
按「開始安裝」後,出現如下的致命錯誤!
Warning: mysql_connect(): Access denied for user: 'abcdef@localhost' (Using password: YES) in c:\appserv\www\phpbb2\db\mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
請高手們幫忙解決!
致命錯誤 = =??...按「開始安裝」後,出現如下的致命錯誤!
phpBB : Critical Error
Could not connect to the database
這個應該搜尋一下就很多答案了吧 ..
1.先看看紅綠燈有亮綠燈嗎 ? (視窗右下角)
2.當初安裝是否有填寫上資料庫使用者密碼帳號 ?
3.開啟 Config.php 看看有無內容 ...
4.無內容的話請貼上以下代碼 :
代碼: 選擇全部
<?php
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = '資料庫名稱';
$dbuser = '使用者';
$dbpasswd = '密碼';
$table_prefix = 'phpbb_';
define('PHPBB_INSTALLED', true);
?>* 問題 2:
安裝選項為:
基本設定
資料庫格式:MySQL 4.x
其它選項如問題 1 相同。
按「開始安裝」後,出現如下的致命錯誤!
Warning: mysql_connect(): Access denied for user: 'abcdef@localhost' (Using password: YES) in c:\appserv\www\phpbb2\db\mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in c:\appserv\www\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
致命錯誤 again = =??...
這是你沒設定進入 phpmyadmin 的使用者帳號名稱 ...
參考上面方法在來解決下面的 ..
善用 搜尋 可以解決您 90% 的問題
頭腦清晰,選擇正確。 (╯▔︹▔)╯~╘═╛
頭腦清晰,選擇正確。 (╯▔︹▔)╯~╘═╛
ㄟ....你的資料庫不是3.0就是4.0你幹麻兩種都要試啊
就看你的資料庫版本選一個就好了啊~~
還有記得參考這篇文章修改phpmyadmin的密碼\r
http://phpbb-tw.net/phpbb/viewtopic.php?t=16221
就看你的資料庫版本選一個就好了啊~~
還有記得參考這篇文章修改phpmyadmin的密碼\r
http://phpbb-tw.net/phpbb/viewtopic.php?t=16221



