Jump to content

mysql flush error on site


jagguy

Recommended Posts

hi,

I get this error on a host site. I am awaiting a reply. I have access only to phpadmin.

Warning: mysql_connect() [function.mysql-connect]: Host 'meiling.seraphimnetworks.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' in /home/jagguy/public_html/dbconnect.php on line 7
Could not connect: Host 'meiling.seraphimnetworks.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

here is my script.

<?php

error_reporting(E_ALL);
    // some basic sanity checks

        //connect to the db
        $link = mysql_connect("jagguy.ej.am", "jagguy_root", " ")or die("Could not connect: " . mysql_error());
        // select our database
        mysql_select_db("jagguy_formdata") or die(mysql_error());
?>
Link to comment
https://forums.phpfreaks.com/topic/35478-mysql-flush-error-on-site/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.