MySQL Connection Fehler
lima-city → Forum → Programmiersprachen → PHP, MySQL & .htaccess
administration
benutzername
code
datenbank
falsch code
fehler
file
flag
funktion
halten
host
liegen
meldung
problem
server
set
test
tool
url
zeile
-
Hallo,
ich hab lokal an nem CMS gearbeitet, nun will ich es auf Lima hosten lassen. Nun zu meinem Problem:
ich hab meine MySQL_Connect funktion an meine Datenbank, hier auf Lima, angepasst doch beim Test, kam folgendes zu sehen
Warning: mysql_connect() [function.mysql-connect]: Premature end of data (mysqlnd_wireprotocol.c:553) in ****.php on line 7 Warning: mysql_connect() [function.mysql-connect]: OK packet 1 bytes shorter than expected in ****.php on line 7 Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in****.php on line 7 Fehler: Benutzername oder Passwort falsch!
die *** hab ich gemacht ums bissen geheimer zu halten
In Zeile 7 habe ich folgendes drinne:
mysql_connect($host, $user, $pass) or die ("Fehler: Benutzername oder Passwort falsch!");
Falls das wichtig sein könnte: Ich hab die Seite via xampp gestartet, die ist nicht vom Lima Server gestartet worden.
Ein herzliches Dankeschön für jeden Beitrag :) -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Der Fehler scheint irgendwo hier zu liegen:
Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in****.php on line 7
Welche Version von PHP und MySQL nutzt Du local in Deinem XAMPP? -
marmota schrieb:
Sollte das nicht egal sein, da sich
Welche Version von PHP und MySQL nutzt Du local in Deinem XAMPP?
darum kümmern sollte?mysql_connect()
-
Sollte eigentlich schon so sein.
Ich kam nur wegen der Meldung
PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in****.php
drauf mal genauer nachzufragen.
Beitrag zuletzt geändert: 20.5.2012 18:21:22 von marmota -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage