How to do “mysqladmin flush-hosts” on VPS server?


How to fix this error "MySQL Database Error: Host '127.0.0.1' blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'.


Login to Putty and type the following command:

mysql -u root -p -e 'flush hosts'


and then enter your phpmyadmin password.

DONE.



  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How to Access your Folders(Linux/Centos) using WinSCP

Guide on how to access the folders in your vps linux! This is the easiest way, First make sure...

How to traceroute your VPS IP?

How to Use the Traceroute Command Traceroute is a command which can show you the path a...

Command line bandwidth monitors for Linux

If you are a Sysadmin, monitoring bandwidth usage on your server is an important task. We agree...

Check the RAM Usage in Linux

1. Login to your VPS using Putty. 2. Type: free -m

How to Fix PHPMyAdmin Error "Fatal error: Allowed memory size of 132218712 bytes exhausted (tried to allocate 11641294 bytes)"?

METHOD: 1. Clear your web browser cache.a.) Windows CMD: http://www.wikihow.com/Flush-DNSb.)...