Code: Alles auswählen
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'datenbank-name';
$dbuser = 'datenbank-benutzer';
$dbpasswd = 'datenbank-benutzer-passwort';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Du musst höchstwahscheinlich: $dbname, $dbuser und $dbpasswd anpassen.