MySQL root-user and password under Plesk Parallels

Plesk changes the root user name to admin and stores the corresponding password inĀ /etc/psa/.psa.shadow. The value inside this file looks really strange – like an encrypted key or hash. But that’s really your password for the admin user! If you’re lazy – like me – you can login as admin like that:

$> mysql -uadmin -p`cat /etc/psa/.psa.shadow`

 

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.