Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Databases _ Connecting to a database

Posted by: tudsy Oct 24 2015, 11:33 PM

hI

I am trying to connect to a database but i get this error:


Connection failed: SQLSTATE[HY000] [1045] Access denied for user 'ecovibdc'@'localhost' (using password: YES) ?>


Attached is the file in question.


Thanks in anticipation.


Adrian T.


Attached File(s)
Attached File  capture.php ( 3.81k ) Number of downloads: 1387

Posted by: CharlesEF Oct 25 2015, 05:33 AM

That tutorial is dated in 2006. You should find a newer tutorial instead. Also, write your Database connection code by itself so you know if it works. You can always add it into the code later. Not to mention you assembled the code badly.

Posted by: Themeaxe Jul 18 2016, 08:23 AM

You can try this code for solving this error:

private $host = "localhost";
private $db_name = "db_dbtest"; // Database name
private $username = "db_user"; // your database username
private $password = "db_password"; // Your password
public $conn;

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)