Sunday, May 24, 2015

How might one mass kill connections to MySQL?

I've opened too many connections to MySQL and now I can't access it. It says "Too many connections". How can I close all of these connections?
I also don't know how to restart it, which may resolve the problem.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...