• 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

MySQL Passwort changed during Installation

No, Plesk doesn't change passwords without your request. But Plesk renames the initial root to "admin" in your MySQL - database for security reasons, after you installed Plesk and stores the password with encryption.

To connect to your MySQL - database as admin over a terminal, please use the command as root:

mysql -uadmin -p`cat /etc/psa/.psa.shadow`
 
Back
Top