,help me pls guys. .I have already uploaded my sql and script to my site, but it always CANNOT CONNECT TO THE DATABASE, what should i do to my prob. pls help me!
Database prob.
Collapse
X
-
The answer is: be sure that you declared correctly the dbname, pass, user, and server, in the config.php file.
But i think you dont know what that is, because of your question. So learn whats your dbname, user and pass, and also your the server and write them there.
You may see them in your cPanel or vPanel.
Then tell me how is going.mysterio.al - programming is a functional art
-
Do you know how to configure dbname, user, pass and server at config.php (or configuration.php or db.inc.php / it depends).
If yes, try that first!mysterio.al - programming is a functional art
Comment
-
Originally posted by sanju View PostPlz share it...If you have
Go search for the code. I can help you to code, but I cant code for you!mysterio.al - programming is a functional art
Comment
-
man....is sommething like that
PHP Code:$dbname = " here put your database name";
$dbhost = "here your host... usually is localhost";
$dbuser = "here the username of your database";
$dbpass = "and here the password";
Comment
Comment