MySQL too many connections
Posted
by Webnet
on Server Fault
See other posts from Server Fault
or by Webnet
Published on 2010-06-18T01:21:55Z
Indexed on
2010/06/18
1:24 UTC
Read the original article
Hit count: 318
mysql
|optimization
On my server I have 7 databases. Our server has 512 MB of RAM which I'm getting upgraded this evening to 2GB and has a 2.4 single processor.
I've gotten an error about the connection limit exceeded. With increasing my RAM, is it ok to increase the number of connections? Currently it's set to 200 but a single page may connect to 3-4 databases considering JOINs and things.
We've setup so many databases for mere organization. We have a total of about 250-300 tables in all of the databases.
Any advice would be appreciated :)
© Server Fault or respective owner