Re: AppDB down =(

2007-11-15 Thread Alexander Nicolaysen Sørnes
On Wednesday 14 November 2007 23:22:00 Jeremy Newman wrote: I restarted it. I still have no idea how it gets into this state. The logs have not been much help. I think we have exposed a bug in mysql itself, as we did not have these issues until we upgraded to ver 5. On Wed, 2007-11-14 at

AppDB down =(

2007-11-14 Thread John Klehm
Erm yeah the appdb is down... too many connections...sad times. John

Re: AppDB down =(

2007-11-14 Thread Jeremy Newman
I restarted it. I still have no idea how it gets into this state. The logs have not been much help. I think we have exposed a bug in mysql itself, as we did not have these issues until we upgraded to ver 5. On Wed, 2007-11-14 at 14:42 -0600, John Klehm wrote: Erm yeah the appdb is down... too

AppDB down - too many SQL connections?

2007-09-18 Thread Alexander Nicolaysen Sørnes
Hello, I am unable to access the database now because of too many MySQL connections. Does anyone have a log file to indicate whether this is some sort of attack, or whether we just have too many legitimate users? Alexander N. Sørnes

Re: AppDB down - too many SQL connections?

2007-09-18 Thread Chris Morgan
This has happened in the past a handful of times. I suspect that our own code is taking the server down via retries. I'm thinking we should detect a too many connections error and cause the client to wait for a period of time before retrying. I'm not sure how best to do this or if this really is