Hi.

A bit late, but I did not see an answer to your question yet.

On Fri, Feb 02, 2001 at 03:23:06PM -0800, [EMAIL PROTECTED] wrote:
> 
> We are getting thse errors. Can anyone point me in the right direction?
> 
> DBI->connect(database=whois;host=www5) failed: Host 'www5' is blocked
> because of many connection errors.  Unblock with 'mysqladmin flush-hosts' at

This means that "www5" has initiated to much bogus connections
(interrupted during intitial handshake, IIRC) and the MySQL server now
blocks connections from this client to protect itself.

This can happen even with a valid client, e.g. if there are problems
with the network connection of similar stuff.

Solution is to connect to the MySQL server (from a different client or
localhost) as MySQL-root and issue "FLUSH HOSTS" or run "mysqladmin
flush-hosts". That will clean all blocks.

Bye,

        Benjamin.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to