Hi @ll,
ich habe von MySQL 3.23.58 auf 4.0.17 gewechselt und auf einmal meldet mir der Fehler:
Can't connect to database 'localhost' 10061
code:
per MySQL Control Center kann ich ohne Probleme darauf zugreifen.
alles läuft auf der gleichen Maschine: MS Window 2K Advandce Server,
Apache 2.0.48, PHP 4.3.4 als Modul.
Der Code 10061 ist auch nirgendwo zu finden
mit mysql -u root -h 127.0.0.1 -P 3306 -p kann ich problemlos darauf zu greifen.
Plz help.
ich habe von MySQL 3.23.58 auf 4.0.17 gewechselt und auf einmal meldet mir der Fehler:
Can't connect to database 'localhost' 10061
code:
PHP-Code:
$conn = mysql_connect("localhost","root","***") or die(mysql_error());
alles läuft auf der gleichen Maschine: MS Window 2K Advandce Server,
Apache 2.0.48, PHP 4.3.4 als Modul.
Der Code 10061 ist auch nirgendwo zu finden
mit mysql -u root -h 127.0.0.1 -P 3306 -p kann ich problemlos darauf zu greifen.
Plz help.
EDIT:
so, Problem erstmal erledigt, ich hab' den Sch*** runter geschmissen da
keine Zeit rumzufummeln
BTW: hängt das eventuell damit zusammen dass
Client API version = 3.23.49 (phpinfo) ist?
Kommentar