ich habe seit längerem 3 Skripte auf einem 2. Server laufen. Seitdem ich den 2. Server nun gekündigt habe und mir einen neuen geholt habe und diese 3 Skripte wieder einsetze habe ich folgendes Problem:
Code: Select all
<br />
<b>Warning</b>: Host blockiert wegen zu vieler Verbindungsfehler. Aufheben der Blockierung mit 'mysqladmin flush-hosts'. in <b>/www/scripts/script1.php</b> on line <b>2</b><br /> <br />
<b>Warning</b>: MySQL Connection Failed: Host blockiert wegen zu vieler Verbindungsfehler. Aufheben der Blockierung mit 'mysqladmin flush-hosts'. in <b>/www/scripts/script1.php</b> on line <b>2</b><br /> <br />
<b>Warning</b>: Keine Zugriffsberechtigung für Benutzer: 'root@localhost'. (Verwendetes Passwort: Nein) in <b>/www/scripts/script1.php</b> on line <b>3</b><br /> <br />
<b>Warning</b>: MySQL Connection Failed: Keine Zugriffsberechtigung für Benutzer: 'root@localhost'. (Verwendetes Passwort: Nein) in <b>/www/scripts/script1.php</b> on line <b>3</b><br /> <br />
<b>Warning</b>: MySQL: A link to the server could not be established in <b>/www/scripts/script1.php</b> on line <b>3</b><br /> <br />
<b>Warning</b>: Keine Zugriffsberechtigung für Benutzer: 'root@localhost'. (Verwendetes Passwort: Nein) in <b>/www/scripts/script1.php</b> on line <b>34</b><br /> <br />
<b>Warning</b>: MySQL Connection Failed: Keine Zugriffsberechtigung für Benutzer: 'root@localhost'. (Verwendetes Passwort: Nein) in <b>/www/scripts/script1.php</b> on line <b>34</b><br /> <br />
<b>Warning</b>: MySQL: A link to the server could not be established in <b>/www/scripts/script1.php</b> on line <b>34</b><br /> <br />
<b>Warning</b>: Supplied argument is not a valid MySQL result resource in <b>/www/scripts/script1.php</b> on line <b>35</b><br /> <br />
<b>Warning</b>: Supplied argument is not a valid MySQL result resource in <b>/www/scripts/script1.php</b> on line <b>36</b><br /> <br />
<b>Warning</b>: No MySQL-Link resource supplied in <b>/www/scripts/script1.php</b> on line <b>225</b><br />
Auf dem anderen Server liefen diese 3 Skripte ohne Probleme.
EDIT:
In jedem Skript wird auch ein mysql_close(); durchgeführt.