First login as root through ssh

Log in to mysql:

mysql -h localhost -u root -p

You should now be at the mysql prompt.

Load the database

mysql> use psa;

To unlock a Plesk session that is running as admin, type in:

mysql> delete from sessions where login=’admin’;
mysql> \q

To unlock a locked out admin account, type in:

mysql> delete from lockout where login = ‘admin’;
mysql> \q

About Author

Leave a Reply

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