Hello!!
I have a problem with mysql on one of our servers. Here is my my.cnf
[mysqld]
safe-show-database
set-variable = wait_timeout=30
set-variable = interactive_timeout=30
set-variable = connect_timeout=15
set-variable = max_user_connections=25
set-variable = max_connections=999
.......
During some time this config is working fine, then this variable
set-variable = wait_timeout=30
stop be accepted by mysql server. I meant this variable isn't changed, but mysql stop killing connections that exceeded this limit. As result we have 999 connections in 3-4 hours and our tech should restart the mysql server.
Any thoughts?
Thanks for reading.



LinkBack URL
About LinkBacks
Reply With Quote





