Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

i got this error msg in online... how to solve this
problem... i couldnot find out as soon as possible send me
answer or idea


COULD NOT ABLE TO CONNECT DATABASE .
Can't connect to local MySQL server through socket
'/usr/local/mysql-5.0/data/mysql.sock' (2)

Answer Posted / asheesh

database connection was not established yet that's why this
error is occuring.

$con=mysql_connect("localhost","root","password") or die
(mysql_error());
$link=mysql_select_db('test',$con);
if(!$link)
{
die(mysql_error());
}
"root" is the user name
"test" is the database name

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does php work with apache?

1130


What is session in php w3schools?

1112


Does strlen include null?

1133


How cookies are transported from browsers to servers?

995


What are the main error types in php?

1129


Is age a variable in research?

947


Write logic to print Floyd's triangle in PHP?

1111


what is PDO?

1312


How cookies are transported from servers to browsers?

1032


Explain me what is the importance of "method" attribute in a html form?

975


When sessions ends?

1003


What is the difference between md5(), crc32() and sha1() crypto on php?

1112


What is PHP's configuration file called?

1231


How can we access the data sent through the url with the get method?

1246


What is use of htmlspecialchars php?

1092