chrisjohn.24552
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
i am unable to connect to my sql data base with following values,
help me
my error is unable to connect.
server "boru"
$username = "********";
$password = "******";
$host = "localhost:2083";
$link = mysql_connect($host, $username, $password);
if ($link) {
die('Could not connect: ' . mysql_error());
}
help me
my error is unable to connect.
server "boru"
$username = "********";
$password = "******";
$host = "localhost:2083";
$link = mysql_connect($host, $username, $password);
if ($link) {
die('Could not connect: ' . mysql_error());
}