Markus Trusk: mySQL DB auf Windows einrichten (wieder)

Beitrag lesen

Hola,
also das Problem mit PHP installieren und zum Laufen bringen ist gelöst. Ich habe jetzt diese DB (http://pics.acid4u.com/mysqldb.gif) innerhalb des Root Verzeichnisses des lokalen Apache installiert (um sicher zu gehen) und in der config.inc.php (phpmyadmin) 'C:/Apache2/www/mysql/bin/mysqld-nt.exe'; als host und meinen Namen und Passwort eingetragen, den ich auch in der my.ini Setup Datei der DB angegeben habe. Ich habe auch schon versucht http://XXX.XXX.XXX.XXX(meineIP)/mysql/bin/mysqld-nt.exe als host anzugeben, aber ich bekomme immer folgende Meldung:

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\www\phpMyAdmin\libraries\auth\config.auth.lib.php:96) in C:\Apache2\www\phpMyAdmin\libraries\ob.lib.php on line 61

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\www\phpMyAdmin\libraries\auth\config.auth.lib.php:96) in C:\Apache2\www\phpMyAdmin\libraries\header_http.inc.php on line 14

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\www\phpMyAdmin\libraries\auth\config.auth.lib.php:96) in C:\Apache2\www\phpMyAdmin\libraries\header_http.inc.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\www\phpMyAdmin\libraries\auth\config.auth.lib.php:96) in C:\Apache2\www\phpMyAdmin\libraries\header_http.inc.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\www\phpMyAdmin\libraries\auth\config.auth.lib.php:96) in C:\Apache2\www\phpMyAdmin\libraries\header_http.inc.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\www\phpMyAdmin\libraries\auth\config.auth.lib.php:96) in C:\Apache2\www\phpMyAdmin\libraries\header_http.inc.php on line 20
Server C:/Apache2/www/mysql/bin/mysqld-nt.exe

Error

MySQL said:
#2005 - Unknown MySQL Server Host 'C' (11001)

Was mache ich falsch?

Markus Trusk.