• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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