How to Kill MySQL Sleep ?
Hi
Using SHOW FULL PROCESSLIST to see that there are many open connection that have the Command: Sleep. How do I kill those SLEEP?
I have read somewhere saying that I can reduce the wait_timeout to 60 as the default is 4800, but I can't seem to find it anywhere in the Server for this setting. I have checked the my.cnf as well as the php.ini but none has mentioned it. Where is it located?
Hope someone can advice.
Thanks!
|