Getting this kind of error while connecting with the database,
blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
Solution:
Go to shell of the database server(Where sql database is located) and enter below command,
$ mysqladmin -uusername -ppassword flush-hosts;
blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
Solution:
Go to shell of the database server(Where sql database is located) and enter below command,
$ mysqladmin -uusername -ppassword flush-hosts;
No comments:
Post a Comment