Hello!
Since we had some more visitors lately, we ran into problems with the 'too many mysql connections' error. I have to reboot mysql every hour or so...
This is our my.cnf:
[mysqld]
set-variable = max_connections=1024
max_user_connections=3
set-variable = wait_timeout=60
Can anyone suggest something, so that there won't be such an error that often again. The site is a download site.
Thanks a lot!