Hello,
Wenn ich beim Control Panel bei Apache und bei MySQL auf Start gehe, dann steht "My SQL startet Port 3306".
Ja, das meinte ich.
Und wenn Du nun ins Verzeichnis
C:\Programme\xampp\mysql\bin>mysql -u root
ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
C:\Programme\xampp\mysql\bin>
wechselst und mysql.exe aufrufst, dann solltest Du entweder obige Meldung bekommen oder
C:\Programme\xampp\mysql\bin>mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.0.51a Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
Oder die MySQL-Konsole sollte betriebsbereit vor Dir stehen.
Ich habe hier _KEIN_ Passwort für Root vergeben, da es ein Testsystem ist.
Normalerweise wäre das tödlich für einen Datenbankserver.
Probier also erstmal, ob das klappt so.
Dann kann man den Fehler besser eingrenzen.
Ein harzliches Glückauf
Tom vom Berg