Hallo Forum,
was könnte der Grund dafür sein, dass der Bildschirm komplett weiß ist, wenn ich phpmyadmin aufrufe.
mysql und apache 2.0 sind auf Win XP installiert.
in der hosts Datei:
127.0.0.1 db
In der apache.config:
<VirtualHost *:80>
ServerAdmin webmaster@test.de
DocumentRoot c:/programme/phpmyadmin
ServerName db
ErrorLog logs/db
CustomLog logs/dbcustom_log common
</VirtualHost>
In der Firewall ist mysql freigegeben.