The max-connections tag has no wiki summary.
0
votes
1answer
191 views
Show processlist / Max concurrent connections seem to max out at 131
When I put my database under a load test (basically just a basic write and basic read from our app), and run show processlist; in the middle of it, there is always 131 rows in the set and that's it. ...
4
votes
0answers
77 views
Does PgBouncer create a separate pool for every database config entry?
If I set up a pgbouncer.ini config file with several database entries, does pgBouncer create a separate pool for each one? I would think so, but have not been able to confirm this.
For example, ...
2
votes
0answers
90 views
How to properly configure pgBouncer transaction level pooling?
What is a good way to determine the number of available transaction connections when using pgBouncer to pool database connections? Also, how should I determine the number of max_connections and ...
0
votes
0answers
10 views
Getting 'error establishing database connection' with Wordpress and MySQL
I have an Amazon EC2 server with MySQL running, supporting databases for
Three copies of WordPress
One copy of Sendy
Various odds and ends I have been experimenting with.
After some time, ranging ...
0
votes
0answers
49 views
MySQL max_connections Changed Without Notice
I'm running a Linux (512MB of RAM) server with MySQL 5.1.
I host an app that is used by a small # of users (less than 50). Everything has been working fine until yesterday, connecting to my DB would ...
