Page 1
Standard

Powerbi: Host is blocked because of many connection errors. Unblock with ‘mysqladmin flush-hosts’

Powerbi muestra el error Host ‘host_name‘ is blocked because of many connection errors. Unblock with ‘mysqladmin flush-hosts’ luego de solicitar la actualizaciĆ³n.

La soluciĆ³n es cambiar el valor predeterminado el cual es 10

SET GLOBAL max_connect_errors=10000;

Para consultar el cambio:

show variables like "max_connect_errors";
The end