• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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