Hi, We use mysql 1.23.47 as a database for our PHP based accounting system. We use mysql_pconnect() to get a connection to the DB. This morning we couldn't log in because mysql sent back a 'too many open connection!' (or someting like that) error message. If I use the command SHOW PROCESSLIST than I can see many 'Sleep' processes. If I try to kill some processes by KILL <processnumber> than newer processes appear in the list.
Is there any way to kill all of the hanging processes? And why are so many processes if we use mysql_pconnect() which uses the same connection what the PHP user opened before? Thanks in advance! Regards; Istvan --------------------------------------------------------------------- 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