會出現下面錯誤
代碼: 選擇全部
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);
?>