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 / shweta
database name must be wrong or you can use IP address
instead of 'localhost'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the encryption techniques in php?
Why json is used in php?
What is the best php framework 2018?
How to enable cURL in PHP?
Which operator is used to concatenate two strings in PHP?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is the integer?
What is difference between strstr() and stristr() in PHP?
What does mvc stand for and what does each component do?
When to use inquire vs enquire?
What is the difference between query and question?
Tools used for drawing er diagrams?
When is a conditional statement ended with an endif?
How to assigning a new character in a string?
How to generate a character from an ascii value?