After installing sugarcrm mysql started dieing, the daemon was still running but it was no longer accepting requests. After i kill off the daemon and restart, mysql starts accepting connections for about 10 minutes then it dies and states too many connections. I do a show processlist and as you can see below every connection starts a new thread and does not let it go causing mysql to die. so what it seem like is somewhere sugar is not closing the connections, starting a new thread, and eventually killing mysql. Have you seen this issue before and if so is there a fix? is it a configuration issue?
| 5845 | sugar | localhost | sugarcrm | Sleep | 314 | | NULL |
| 5846 | sugar | localhost | sugarcrm | Sleep | 258 | | NULL |
| 5847 | sugar | localhost | sugarcrm | Sleep | 242 | | NULL |
| 5848 | sugar | localhost | sugarcrm | Sleep | 250 | | NULL |
| 5849 | sugar | localhost | sugarcrm | Sleep | 246 | | NULL |
| 5850 | sugar | localhost | sugarcrm | Sleep | 243 | | NULL |
| 5851 | sugar | localhost | sugarcrm | Sleep | 235 | | NULL |
| 5852 | sugar | localhost | sugarcrm | Sleep | 237 | | NULL |
| 5853 | sugar | localhost | sugarcrm | Sleep | 234 | | NULL
sugar suite 4.2
mysql 5.0.22
freebsd 6.0
PHP 5.1.2
apache 2.2.0


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks