In Windows:
- Log in as administrator via Remote Desktop Protocol (RDP).
- Click Start -> Run. Type “C:\Program Files\SWsoft\Plesk\MySQL\bin\mysql.exe -u admin -p -P8306 -D psa -e DELETE FROM lockout” (without the quotes) into the text field in the Run box.
- Enter the admin password when prompted.
In Linux:
- Log in as root via ssh.
- #mysql -uadmin -p -P8306 -D psa -e ‘delete from psa.lockout where 1=1’
- Enter admin password when prompted.