OK. So I created a database and tried connecting to it using:
<?php
$dbh=mysql_connect ("localhost", "macgunc_cnuke", "<password>") or die ('I cannot connect to the database because: ' . mysql_error()); mysql_select_db ("macgunc_test");
?>
... And I get:
Warning: mysql_connect(): Access denied for user: 'macgunc_cnuke@localhost' (Using password: YES) in /home/macgunc/public_html/php/index.php on line 2
I cannot connect to the database because: Access denied for user: 'macgunc_cnuke@localhost' (Using password: YES)
I been asking around with no answers. I didn't think I should of came to you and bother you guys again but I had no other choice.
Any suggestions?
Thank you again.