Hank schrieb: > On Tue, Sep 9, 2008 at 11:48 AM, Werner D. <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> 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; -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]