• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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