Seite 1 von 1

Funktioniert phpbb mit mySQL 5.0???

Verfasst: 10.04.2004 14:23
von thu
Ich habe MySQL 5.0 installiert und bekomme jetzt das Forum nicht zum Laufen. bekomme folgende Fehlermeldung:

Code: Alles auswählen

phpBB : Kritischer Fehler

Could not connect to the database 
Danke für die Hilfe.

Verfasst: 10.04.2004 14:38
von thu
die letzte Fehlermeldung war als ich SQL 3 verwendet habe!

Bei SQL 4 bekomme ich folgende Fehlermeldung:

Code: Alles auswählen

Warning: mysql_connect(): Client unterstützt das vom Server erwartete Authentifizierungsprotokoll nicht. Bitte aktualisieren Sie Ihren MySQL-Client in D:\...\forum\db\mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in D:\...\forum\db\mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in D:\...\forum\db\mysql4.php on line 331
phpBB : Kritischer Fehler 

Could not connect to the database 

Verfasst: 10.04.2004 17:46
von PhilippK
Fangen wir erst mal vorne an: welche Version von MySQL hast du jetzt installiert?
MySQL 4.0.18 ist die neuste Version, die von PHP und damit auch von phpBB unterstützt wird.
MySQL 4.1.1 ist 'ne Alpha-Version
MySQL 5.0.0 ist 'ne frühe Alpha und als 'Preview' gekennzeichnet

Für MySQL 4.1 und höher wird es eine eigene Schnittstelle von PHP geben - die ist allerdings auch erst mit PHP 5 zur Verfügung stehen wird.

Gruß, Philipp