Mysql Problem :-( Connection Errors

Status
Not open for further replies.

jonathanyaniv

Banned
Messages
178
Reaction score
0
Points
0
Im getting this when loading my app:

Warning: mysql_connect() [function.mysql-connect]: Host '74.86.133.24' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in /home/jyaniv/public_html/../lib.php on line 4

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/jyaniv/public_html/../lib.php on line 5

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/jyaniv/public_html/../lib.php on line 11

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/jyaniv/public_html/../lib.php on line 13
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
You should set your application to use 'localhost' so this won't happen, but I flushed the hosts.
 
Status
Not open for further replies.
Top