Linux Programmer | RHCE | RHCSA

Search This Blog

Wednesday, 21 November 2018

blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'.

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;

No comments:

Post a Comment

Failed to execute Terminal Emulator. Input/Output error.

Failed to execute Terminal Emulator. Input/Output error. I have installed Xfce4 desktop environment in server. When i am opening terminal an...