• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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