Mysql... why won't you accept more connections?
November 16, 2006 4:20 PM
Subscribe
Mysql5... why won't you accept more connections from a set of IP addresses?
Here's kind of a weird one -- we've got a mysql 5 server in a cluster that does a fair amount of i/o. After awhile, it stops accepting connections (or slows way down) from the other machines in the cluster, but if I try to connect from a totally different box, it's lightning fast.
The server itself isn't running a load, nor is it coming close to the number of max_connections/max_user_connection limit. (It is, however, using a single account from all those connections.)
The code connecting to the db is PHP and we do close() the connection.
The mysql itself recognizes that there are "Failed attempts," but it's not clear to us at all what's causing them.
The box is ubuntu, if that helps. The hardware is pretty substantial....
posted by ph00dz to computers & internet (12 comments total)
posted by SpecialK at 4:47 PM on November 16, 2006