PHP & MySQL Error: mysqli_connect() [function.mysqli-connect]: (HY000/2005): Unknown MySQL server host -
i keep getting error below once in while , goes away works fine. wondering how can correct problem? , can tell me in hell causing problem?
error.
mysqli_connect() [function.mysqli-connect]: (hy000/2005): unknown mysql server host
the error above points code below.
$mysqli = mysqli_connect("i.db.8473545.hostedresource.com", "i", "password", "i");
you're on shared hosting environment external mysql server. error message hints on dns problems resolving "i.db.8473545.hostedresource.com".
as temporary fix, find out ip "i.db.8473545.hostedresource.com" points , use ip adress host name mysql_connect()
. see if still error afterwards.
Comments
Post a Comment