Hello Jennifer,

Thursday, October 24, 2002, 12:29:25 AM, you wrote:


>> I'm having trouble with a an obscene amount of aborted_connects on my
>> MySQL database servers.  I have 3 dedicated database servers, one
>> of them is
>> a master database with 2 slaves, and the other 2 are stand-alone
>> database servers.  All connections are being made by PHP pages on
>> Apache web
>> servers.

[rest skipped]

Hmm, I can guess that this could be caused by PHP itself. Like, say,
PHP aborts connection, not closing 'em properly. Try to use pconnect
instead of connect, maybe that will help.

Another warning to consider: is your server running an official
binaries of MySQL? If not, this may be the source of the problem, as
compiling MySQL on Linux is very tricky to get it working right.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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