MySQL FLUSH HOSTS

Status
Not open for further replies.

intertec

New Member
Messages
946
Reaction score
0
Points
0
I searched and found to see how to flush my mysql but 8i also found out an admin has to do it!

Its because I keep getting this error:

Warning: mysql_connect() [function.mysql-connect]: Host '74.86.116.188' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in /home/intertek/public_html/config.php on line 3
Error connecting:

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

So I hope admin can do it A.S.A.P
 

bugfinder

Retired
Messages
2,260
Reaction score
0
Points
0
You should be connecting to localhost, by the looks of that you're trying to connect to stoli using its name or ip?
 

intertec

New Member
Messages
946
Reaction score
0
Points
0
ok! I'll see what happens!

Now i get a different error!

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'intertek_amir'@'localhost' (using password: YES) in /home/intertek/public_html/config.php on line 3
Error connecting:

Access denied for user 'intertek_amir'@'localhost' (using password: YES)
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
Make sure you've put the correct information for your database and MySQL user, and also that you have gave all permissions for the user to modify the database (This can be done on cPanel > MySQL Databases).
 
Status
Not open for further replies.
Top