On 12/30/09 1:13 AM, "Jeetendra Ranjan" <jeetendra.ran...@sampatti.com>
wrote:

> Hi,
> 
> My MySQL server Aborted_connects status is showing 8692 and is rapidly
> increasing.
> 
> What are reasons and how do i decrease the same?
> 
> We are using connect() method in PHP code and have tried below command
> 
> mysqladmin flush-hosts
> 
> but still the value is same.


have you recently upgraded to php 5.3?

if so, the default value for default_socket_timeout changed. lots of people
experienced mysql connections aborting on long queries. i set it to -1, i.e.
doesn't time out.  



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to