Thx's :)



David Griffiths wrote:
These errors could mean a connection timed out, or a mysql-client didn't properly close the connection, or possibly a network error.

I went to mysql.com and looked in the searchable docs:

http://dev.mysql.com/doc/mysql/en/Communication_errors.html

------------------------

If |Aborted connections| messages appear in the error log, the cause can be any of the following:

   * The client program did not call |mysql_close()| before exiting.
   * The client had been sleeping more than |wait_timeout| or
     |interactive_timeout| seconds without issuing any requests to the
     server. See section 5.2.3 Server System Variables
     <http://dev.mysql.com/doc/mysql/en/Server_system_variables.html>.
   * The client program ended abruptly in the middle of a data transfer.

When any of these things happen, the server increments the |Aborted_clients| status variable.

------------------------

Those searchable docs are very handy for looking up error codes, etc.

David.


Mike Blezien wrote:

Hello,

I recently noticed this error in our mysql error log file:
--------------------------------------------------------
Aborted connection 5439 to db: 'database_name' user: 'someuser' host:
`localhost' (Got an error reading communication packets)
-------------------------------------------------------

we're running MySQL 4.0.20, for pc-linux (i686) on a RH7.3, build from the standard RPM's

it seems this just standard recently from what I can see in the logs. Is there something we can do to eliminate this or prevent it, if possible. ??

TIA


Mike<mickalo>Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://thunder-rain.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=






--
Mike<mickalo>Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://thunder-rain.com
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to