Problem:
I get the following database connection error:
Warning: mysql_connect() [function.mysql-connect]: Host 'host#.Justhost.com' is blocked
because of many connection errors; unblock with 'mysqladmin flush-hosts' in /home#/username/ on line #
Unable to select database
In phpMyAdmin "flush hosts" results in the error:
#1227 - Access denied; you need the RELOAD privilege for this operation
Solution:
If the connection script resides on the Just Host server, please change the hostname to localhost.
If the connection script is making a remote connection to our server and you are using the domain.com as the hostname, please try the server's hostname such as host#.Justhost.com or server's IP. To determine either of these two, log into the cPanel to view the information in the Stats box on left side.
Recommended Help Content
This article will show a few MySQL errors along with explanations as to why they might be occurring.
How do I remotely connect using a database management software?
I cannot connect to my database locally or remotely, do I have the correct server, username and password?
Related Help Content
How can I connect to our MySQL database from Dreamweaver?
This article will describe connections strings, what they are used for, and give examples.
This article will explain how to connect your scripts to your MySQL databases.
I am prompted to set a new MySQL password. What does this mean and how do I change it?
This article will explain MySQL database and user creation and deletion, and explain how to assign a user to a database.
How do I make my MySQL database compatible with the version you provide?
How do I import a backup of my database (.sql file) using phpMyAdmin?
This article will explain some common causes for 500 errors on Dedicated or V.P.S servers.