• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Plesk keeps querying mysql

A

Anton van Wijk

Guest
Somehow plesk keeps querying the mysql database.

this is the query:

SELECT s.dom_id, s.sys_user_type, s.name, u.login, a.password, s.coldfusion,s.ssi, s.php, s.cgi, s.perl, s.python, s.asp, s.asp_dot_net FROM subdomains s, sys_users u LEFT OUTER JOIN accounts a ON a.id = u.account_id WHERE u.id = s.sys_user_id AND (s.dom_id = '[a_domain]')

And it never quits!
 
It is not really an error, but the process of checking the domains (or something like that) keeps running.
 
Back
Top