php - Host 'hostname' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' -


my website working on localhost 'wamp' server. however, upload web host others use, following error:

host 'stats.starfish.arvixe.com' blocked because of many connection errors; unblock 'mysqladmin flush-hosts'

i cannot perform 'flush-hosts' command, since using shared host , lack privileges.

i've searched extensively online, , can't find solid answer may causing connection errors. site works bit, multiple people start using it, mysql blocks web host because has many connection errors.

is there sort of log can access or view may inform me causing connection error?

https://dev.mysql.com/doc/refman/5.0/en/blocked-host.html

your problem continually attempting connect , failing. shared server set protect behavior, , has cut off. turn off application while , resolve connection problem before turning on.

the amount of time before able attempt again set on server, in place can not see. try every 15 minutes while until allowed attempt ...

i suggest spare mysql server (perhaps locally) practice can avoid appears host brute force attack in future. test connection manually before "turning on service".


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -