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";
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments