1 頁 (共 1 頁)

[移機修改]還原後錯誤

發表於 : 2006-12-17 , 11:11
懸壺子
[移機修改]還原後錯誤

會出現下面錯誤

代碼: 選擇全部

phpBB : Critical Error 

Could not connect to the database
記得更改下面程式常忘記
config.php

代碼: 選擇全部

<?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);

?>