Fw: Help me with this someone

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 







i get the error:
Warning: mysql_pconnect() [function.mysql-pconnect]: Lost connection to MySQL server during query in /home/www/broadwaysecure.biz.nf/Index.php on line 9
Could not connect : Lost connection to MySQL server during query
 
 
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
<?php
# FileName="Connection_php_mysql.htm"
# Type="MYSQL"
# HTTP="true"
$hostname_broadway = "82.197.130.17";
$database_broadway = "218708_accounts";
$username_broadway = "218708_accounts";
$password_broadway = "sanity";
$broadway = mysql_pconnect("82.197.130.17", "218708_accounts", "sanity", false, 2) or die("Could not connect : " . mysql_error());
?>
 


      

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux