• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problems with MySQL

P

pg116

Guest
Several times during the day I'm seeing MySQL crash and stop accepting connections. It lasts about 2-5 minutes and then is fine.

How can I fix this?

Anyone else seeing it?
 
Is it crashing or just stopping accepting connections? You might be reaching the default max number of connections - try to set that number higher than default in my.ini.

Also, if your server is very active, you might even experience the lack of free ports to connect (Windows has only 4000 ports configured by default, and it often takes a few minutes before the port could be reused). In this case you can try the solution from http://support.microsoft.com/default.aspx?scid=kb;en-us;196271

Check the output of "netstat -np tcp" - if you see thousands of connections to port 3306 in TIME_WAIT status, then the latter is probably your problem.
 
It appears that it stops accepting connections. I'll try upping the max clients.
 
Ok, I've changed my.ini and rebooted. But I'm looking at phpmyadmin and the max connections is still at the old value???
 
Back
Top