J JacksonY Basic Pleskian Aug 25, 2011 #1 Hey, It seems we have an application showing SQL connections have exceeded. We are using Plesk 10. How is it possible to increase the MySQL connections for the server or for this domain account?
Hey, It seems we have an application showing SQL connections have exceeded. We are using Plesk 10. How is it possible to increase the MySQL connections for the server or for this domain account?
IgorG Plesk addicted! Plesk Certified Professional Aug 29, 2011 #2 Try to tune MySQL configuration file \Plesk\MySQL\Data\my.ini with something like [mysqld] .... set-variable = wait_timeout=120 set-variable = max_user_connections=500 set-variable = max_connections=500 .... Click to expand...
Try to tune MySQL configuration file \Plesk\MySQL\Data\my.ini with something like [mysqld] .... set-variable = wait_timeout=120 set-variable = max_user_connections=500 set-variable = max_connections=500 .... Click to expand...
K Kirill K Regular Pleskian Sep 7, 2011 #3 Previous comment is about admin mysql. Config for client mysql is available here - \Plesk\Databases\MySQL\data\my.ini.
Previous comment is about admin mysql. Config for client mysql is available here - \Plesk\Databases\MySQL\data\my.ini.
IgorG Plesk addicted! Plesk Certified Professional Nov 9, 2011 #4 Corresponding KB article is http://kb.parallels.com/en/112780