mysql_connect($mysql_host, $mysql_user, $mysql_pass) OR
die("Es konnte keine Verbindung zur Datenbank hergestellt werden.<br /> Fehlermeldung: ".mysql_error());
mysql_select_db($mysql_db) OR
die("Die Datenbank konnte nicht benutzt werden.<br /> Fehlermeldung: ".mysql_error()); ?>
Das nicht mehr diese Fehlermeldung kommt
Warning: mysql_connect() [function.mysql-connect]: Host 'xxxxxx' is not allowed to connect to this MySQL server in C:\xampp\htdocs\config.php on line 17
Es konnte keine Verbindung zur Datenbank hergestellt werden.
Fehlermeldung: Host 'xxxxx' is not allowed to connect to this MySQL server
Zum ansehen auf der homepage
Schon mal großes THX im voraus






