| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Dan Nelson | Date: | September 29 2000 6:01am |
| Subject: | Re: How to increase max connections? | ||
| View as plain text | |||
In the last episode (Sep 29), jadream said: > While using my server I run the problem that after 100-th connection > inited server replied "Too many connections". And I need them up to > 512 concurrently. > > What whould I do? Create a my.cnf wherever your datadir is (possibly /var/db/mysql.cnf, but it varies), containing this: [mysqld] set-variable = max_connections=512 Also check the manual for other useful parameters to put in this file. -- Dan Nelson dnelson@stripped
| Thread | ||
|---|---|---|
| • How to increase max connections? | jadream | 29 Sep |
| • Re: How to increase max connections? | Dan Nelson | 29 Sep |
| • Re: How to increase max connections? | Christof Damian | 29 Sep |
