• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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