• 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

[FIX] Backup account id=0

Frank.P

Regular Pleskian
Error:domain
Could not find password for account id '0'. Return empty password
 
Last edited:
Thanks abdi.

I use this steps:

cd %plesk_dir%\MySQL\Bin
mysql.exe -uadmin -P8306 -p<THE ADMINISTRATOR PASSWORD>
use psa;
SELECT concat(mail.mail_name,'@',domains.name) FROM mail INNER JOIN domains ON mail.dom_id=domains.id WHERE mail.account_id=0

The MSDOS return the emails with empty password.
From Plesk Panel. you can set new password or delete account
 
Back
Top