Mysql not getting connected

Status
Not open for further replies.

ymchaitu

New Member
Messages
7
Reaction score
0
Points
0
Hai
I am using the following php code to connect to the database that i have created.:dunno:

$host = "localhost";
$username = "ymchaitu_chaitu";
$password = "pasword";
$db = "md5";

mysql_connect($host,$username,$password) or die(mysql_error());
mysql_select_db($db) or die(mysql_error());
mysql_close;

but when i am accessing my site :rant2: i am getting this error. can any one help me out..:lockd:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'chaitu'@'starka.x10hosting.com' (using password: YES) in /home/ymchaitu/public_html/Decryption/config.php on line 8
Access denied for user 'chaitu'@'starka.x10hosting.com' (using password: YES)
 
Status
Not open for further replies.
Top