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`