Clearing a Brute Force Lockout Record from WHM on Apache - this requires root access to the server.
- SSH into the server with ROOT access
- Open the MySQL Prompt (type mysql + enter)
- From the SQL Prompt, run the following:
mysql> use cphulkd;
mysql> DELETE FROM `brutes` WHERE `IP`='xxx.xxx.xxx.xxx';
mysql> quit;