Menghilangkan | Clear cPHulk Brute Force Protection Via SSH
Cara Menghilangkan | Clear cPHulk Brute Force Protection Via SSH :
1. Silahkan masuk ke server Anda melalui SSH.
| [user@home ~] $ ssh server |
| servers’s password: |
2. Silahkan masuk ke mysql.
| [user@server ~] $ mysql -u user -p |
| Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is id Server version: version Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input |
3. Masuk ke database Cphulkd.
| mysql> use cphulkd; |
Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed |
4. Jika Anda ingin melakukan Backup terlebih dahulu.
| mysql> BACKUP TABLE `brutes` TO ‘/path/to/backup/directory’; |
| mysql> BACKUP TABLE `logins` TO ‘/path/to/backup/directory’; |
5. Hilangkan semua IP yang terblock.
| mysql> DELETE FROM `brutes`; |
| mysql> DELETE FROM `logins`; |
Sekarang silahkan coba kembali lakukan login.
Incoming search terms for the article:
- brute force protection
- cphulk
- cara menghilangkan clear
- mengatasi bruce force ssh
- cara mengatasi Brute Force Protection di cpanel
- error Brute Force Protection
- via ssh
- cphulk bruteforce
- disable bruce via SSH cpanel
- masuk ke mysql dengan ssh

