Hank schrieb:
> On Tue, Sep 9, 2008 at 11:48 AM, Werner D. <werner@stripped
> <mailto:werner@stripped>> wrote:
>
> Hank schrieb:
> > I have the blocked connection problem between three of my servers, all
> > behind two firewalls and on one switch.
> >
> > Occaisionally the mysql servers start blocking the hosts.
> >
> > What's the downside to running a "Flush hosts" once per minute on
> these
> > mysql servers?
>
> better solution: increases max_connect_errors if you are sure, that
> there
> ist really no network-problem
>
> e.g.
> --max_connect_errors=100000
mysql> set global max_connect_errors=10000;