I have a hosting account, on database section i have "MySQL® Databases", "MySQL® Database Wizard","phpMyAdmin" and "Remote MySQL" Options
Error i am getting is
Database ErrorHost 'adonis.havehost.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
Write a server application that sends the query:
FLUSH HOSTS
to MySQL.
If you have shell access to the server, you can login and do:
mysql -u root -p -e 'flush hosts'
This must solve your issue.
mysql -u root -p -e 'flush hosts'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With