°í¼ø¹Î,
Thursday, April 25, 2002, 7:08:32 AM, you wrote:

°> I made program using mysql C api, And every two minute my program 
°> connects to mysql-server. But from time to time some error occur
°> accidently.
°> In the mysql.err file, this message was written.

°> 020424 15:18:44  Aborted connection 2127 to db: 'dcmdb' user: 'dcmuser'
°> host: `10.1.10.27' (Got an error reading communication packets)

First of all: please check the following link, you can find some
causes of this error:
       http://www.mysql.com/doc/C/o/Communication_errors.html

°> This error message is made by server. And there is another message made
°> by my program.

°> Error(2004) : Can't create TCP/IP socket (23)

$ perror 23
Error code  23:  Too many open files in system

Does your client program disconnect from the server every two minutes?
seems no ... So, it's a system error, when there are no any free
 sockets ...

°> I can't understand why this happen. Does anyone know about this?
°> If you know anything suspected, please tell me. 

°> Thank you




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [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