[Gelöst] Config.php gelöscht
Verfasst: 31.07.2007 16:43
http://www.phpbb.de/doku/kb/artikel.php ... ght=config, dort steht aber nur wie es beim 2 er php geht nur wie geht es beim 3.0
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
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 = 'dbname';
$dbuser = 'dbuser';
$dbpasswd = 'dbpasswd';
$table_prefix = 'phpbb3_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
hää das verstehe ich jetzt nichtbantu hat geschrieben:
...
$dbms ist ein Dateiname aus dem Verzeichniss includes/db/ (außer index und dbal).
...
und muss da ein leerzeichen hin?bantu hat geschrieben:Code: Alles auswählen
$dbname = 'dbname '; $dbuser = 'dbuser '; $dbpasswd = 'dbpasswd ';
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 = 'gelöscht';
$dbuser = 'gelöscht';
$dbpasswd = 'gelöscht';
$table_prefix = 'phpbb3_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_
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 = 'name_deiner_datenbank';
$dbuser = 'datenbank_user';
$dbpasswd = 'datenbank_passwort';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Code: Alles auswählen
$dbname = 'name_deiner_datenbank';
$dbuser = 'datenbank_user';
$dbpasswd = 'datenbank_passwort';
Code: Alles auswählen
phpbb_
Danke schonmal nur wo finde ich die Präfix und wenn ich sie voreingestellt lasse kommt wenn ich das Forum öffne:
SQL ERROR [ mysql4 ]
Table 'db00003762.phpbb3_config' doesn't exist [1146]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.