Hello When i restart my sql server i got cpu load 45% and mem 2% and after 8 hours is going to 90% and ram 3% and after 8 more hours i have cpu load 140% and ram 4% and after that when all user are gone from my forum after midnight ithe database keep the same load and is not going down Only if i restart it is going down for many hours and then start again to increase all stats.... Timeout 45 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 2 ServerLimit 2048 MaxClients 1000 I thought also that maybe persistent connections must be off from php.ini but i am not sure that this is the problem.... Any ideas? Thank you
What is the value of wait_timeout and interactive_timeout in MySQL? To determine this, run the following queries SHOW variables like 'wait_timeout'; SHOW variables like 'interactive_timeout'; Code (markup):