Thread Probleme beim mysql connect
(3 answers)
Opened by stephanb at 2008-01-25 16:16
Hallo Forum,
ich habe Probleme mit mysql connect. Fehlermeldung: DBI connect('manstordb;host=139.25.98.154','readstor',...) failed: Client does not support authentication protocol requested by server; consider upgrading MySQL client at ./datenbank_read.pl line 32 Uncaught exception from user code: Client does not support authentication protocol requested by server; consider upgrading MySQL client at ./datenbank_read.pl line 32. at ./datenbank_read.pl line 32 Code: (dl
)
1 use strict; # security Skript läuft auf Solaris 10, DBI und DBD::mysql Modul installiert. Mysql Datenbank läuft auf linuxrechner. Solaris: mysql Version 5.0.22, Linux mysql 5.0.27 Passen die beiden Versionen nicht zusammen ? Oder ist dort grundlegend etwas falsch ? Für jede Hilfe bin ich sehr dankbar. |