How do I Flush the cPHulk Database? |
|
Article Details
Last Updated 23rd of March, 2009
|
|
Thank you for rating this answer.
|
Flushing the cPHulk Database will allow you to login to your hosting account (if you have been blocked by the Brute Force protection system that cPanel has started using since its 11.24 version. To complete this, please follow the below steps:
- Login to your SSH (This information is going to be in your welcome email)
- Obtain your MySQL root password by doing:
# cat /root/.my.cnf
- Copy the MySQL root password, and don't forget it!
- Now, copy / paste this command into your SSH window:
echo "delete from brutes; delete from logins;" | mysql -uroot -p cphulkd
- You will be prompted for a MySQL password, this password is the same password as you obtained in step 3, please enter this password and done!
- You should now be able to login via your web browser to the cPanel / WHM system.
|
 |
|
No related articles were found.
|