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

Jupyterhub-kubernetes-setup

  Jupyterhub kubernetes setup Jupyerhub installation with Kubernetes: The setup is done through the official documentation - http...