First off, this is the error message I'm getting:
"Warning: mysql_connect(): Access denied for user: 'xxxx@xxxxxx.com' (Using password: YES) in /home/xxxx/public_html/includes/database.mysql.inc on line 31
Access denied for user: 'xxxxx@xxxxxx.com' (Using password: YES)"
I've checked over and stared at the two lines in sites/default/settings.php a number of times, and can't find anything that is wrong. I've deleted and recreated the appropriate database and user several times just to make sure there wasn't a problem with that, but no luck.
This is especially frustrating because I have sucessfully installed drupal 4.6 on a different website (lets call it site A), and this site (site B) was working until I decided to reinstall drupal to fix a problem it was having.
Basically, the story is this:
-I have to create a website for a university project, but the client was slow in getting us the webspace so I started creating the website on my personal webspace (site A).
-Everything was going great at this point, all working just fine.
-Finally get webspace from client, and thought to save time perhaps I could just copy and paste all the files from the first drupal installation (site A) on my website over to the new website (site B).
-This seemed to work fine until I realized that even though i would start out and log in at the address for the new website (site B), the pages would all redirect to the old website (site A), which was obviously a problem as I am not prepared to host this thing indefinately, plus a variety of other reasons.