This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
Well, if the connections are active connections -- that is, if MySQL is doing something -- it could be an issue with the apps being run on your server. You may need to figure out what exactly they're doing and why it's taking so long.
However, you can certainly play with some of the timeout settings that MySQL offers. You can see a list of system variables here:
Howdy,
Well, if the connections are active connections -- that is, if MySQL is doing something -- it could be an issue with the apps being run on your server. You may need to figure out what exactly they're doing and why it's taking so long.
However, you can certainly play with some of the timeout settings that MySQL offers. You can see a list of system variables here:
http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html
You may want to look at "wait_timeout" and "connect_timeout", for starters.
-Eric