ID: 26279 Updated by: [EMAIL PROTECTED] Reported By: jo_fox at 163 dot com -Status: Open +Status: Feedback Bug Type: MySQL related Operating System: win2000 server PHP Version: 4.3.2 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. If you are using persistent connections it is likely PHP has hit a limit of allowed open connections and cannot initialize additional connection. Same could be true of the number of open non-persistent connections exceed the maximum allow MySQL connections. Previous Comments: ------------------------------------------------------------------------ [2003-11-16 20:23:36] jo_fox at 163 dot com Description: ------------ environment :win2000 server sp4,iis5 mysql Server version 4.0.15-nt Protocol version 10 PHP Version 4.3.2 run vbb forum, It's do work normally,the error happened after some day's run , "ERROR 2003: Can't connect to MySQL server on '****' (10048)" when this error took place,maybe disappear when refresh the page,but more time can't be deal. this time,the mysql server is run in gear,I can connect the mysql server by mysql command line or mysql-front tools. but the error occur when I connect the mysql by php. the error can't be resolved by restart mysql or iis, only can be resolved by restart the win2000 server. Reproduce code: --------------- vbb forum code ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26279&edit=1
