config.php frage
Verfasst: 23.02.2009 17:31
muss da nicht bei dbhost eigentlich localhost stehen?
so sieht meine aus
Code: Alles auswählen
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysqli';
$dbhost = '';
$dbport = '';
$dbname = 'blablabla';
$dbuser = 'blublublub';
$dbpasswd = 'passwort';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>