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.