#1129 - Host is blocked because of many connection errors
If phpmyadmin is not working because of above error, Here is the solution.
Solution : 1
Restart the mysql
If you are using Ubuntu, Debian or Mint
If you are using CentOS, fedora or RHEL
Solution : 2
Run the command in the terminal (mysql should be in running state.)
If phpmyadmin is not working because of above error, Here is the solution.
Solution : 1
Restart the mysql
If you are using Ubuntu, Debian or Mint
# service mysql restart
orIf you are using CentOS, fedora or RHEL
# service mysqld restart
Solution : 2
Run the command in the terminal (mysql should be in running state.)
# mysqladmin flush-hosts -h hostname -u username -p
No comments:
Post a Comment