Forum Moderators: open

Message Too Old, No Replies

mysql problem

         

GandalfDDUK

9:59 pm on Apr 18, 2006 (gmt 0)

10+ Year Member



A client of our keeps getting the following error, and we need to sort it asap can someone please help;

Warning: mysql_connect(): Host 'server.domain.com' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' in /home/user/public_html/Connections/connPCRE.php on line 9

Fatal error: Host 'server.domain.com' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' in /home/user/public_html/Connections/connPCRE.php on line 9

TristanToxic

8:06 pm on Apr 24, 2006 (gmt 0)

10+ Year Member



You already gave the answer yourself:

mysqladmin flush-hosts

(or mysqladmin -u <user> -p <pass> flush-hosts)