Fw: Help me with this someone
am 09.02.2009 22:33:25 von Wilson Osemeilu--0-1511531638-1234215205=:61758
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
i get the error:
Warning: mysql_pconnect() [function.mysql-pconnect]: Lost connection to MyS=
QL server during query in /home/www/broadwaysecure.biz.nf/Index.php on line=
9
Could not connect : Lost connection to MySQL server during query
=A0
=A0
I have done everything to connect to my database but its not working
this is my database information:
host: fdb1.biz.nf or 82.197.130.17 (pinged and working)
db name: 218708_accounts
pass: *******
the scrip is
# FileName=3D"Connection_php_mysql.htm"
# Type=3D"MYSQL"
# HTTP=3D"true"
$hostname_broadway =3D "82.197.130.17";
$database_broadway =3D "218708_accounts";
$username_broadway =3D "218708_accounts";
$password_broadway =3D "sanity";
$broadway =3D mysql_pconnect("82.197.130.17", "218708_accounts", "sanity", =
false, 2) or die("Could not connect : " . mysql_error());
?>
--0-1511531638-1234215205=:61758--