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
What is the difference between rest and soap?
How many types of errors in php?
What library is used for pdf in php?
How can we change the maximum size of the files to be uploaded?
How can we access the data sent through the url with the post method?
what is benefit of magento?
What is faster?
Which function is used in php to count the total number of rows returned by any query?
What is the use of token in php?
What is the sign to start variables in PHP?
What is the use of header() function in php?
What is beforeRender() used?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What is the advantage of runtime polymorphism?