Die Suche ergab 4 Treffer

von cynical
07.03.2004 22:34
Forum: phpBB 2.0: Installation und Update
Thema: Kann nicht zur Database connecten...
Antworten: 15
Zugriffe: 821

so, habs des bei dem fehlerhaften config in "localhost" geändert, und es funzt! :D
danke für den tip!
von cynical
07.03.2004 21:31
Forum: phpBB 2.0: Installation und Update
Thema: Kann nicht zur Database connecten...
Antworten: 15
Zugriffe: 821

<?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_2';

define('PHPBB_INSTALLED', true);

?>
also da steht localhost! aber kann sich ...
von cynical
07.03.2004 19:17
Forum: phpBB 2.0: Installation und Update
Thema: Kann nicht zur Database connecten...
Antworten: 15
Zugriffe: 821

<?php

//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//

$dbms = 'mysql';

$dbhost = 'cynical.webbeam.de';
$dbname = '***';
$dbuser = '***';
$dbpasswd = '*****';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>
das isser! ich weiß net, was da so ...
von cynical
07.03.2004 12:49
Forum: phpBB 2.0: Installation und Update
Thema: Kann nicht zur Database connecten...
Antworten: 15
Zugriffe: 821

ich habe grad dasselbe problem!
ein forum das schon seit über nem jahr läuft! und plötzlich

phpBB : Critical Error
Could not connect to the database

habe nichts verändert! am hoster kanns auch net liegen, da das problem jetzt schon seit ein paar tagen ist, und ich auch ein anderes forum drauf ...

Zur erweiterten Suche