Hello, everyone:
This was my first time trying to install Drupal, although I have used my Drupal websites installed by others before. Here is the problem. I know nothing about databases and am going through this pretty much blindly hoping that the instructions will help me figure it out. So, if this is an elementary question, my apologies in advance.
I used the "Easy Installation Guide" which can be found in the Support section (http://drupal.org/node/25310). It did look easy enough, and I did go through all the steps. Looking at myphp page, it loos like the database got installed (at least I see a bunch of files there). I also see the little Drupal icon when I go to my page to test it. However, on the page itself, I see the folowing message:
Warning: mysql_connect(): Access denied for user: 'username@localhost' (Using password: YES) in /home/pz29/public_html/includes/database.mysql.inc on line 31
Access denied for user: 'username@localhost' (Using password: YES)
Where did I go wrong?
As I was installing it following the instructions, I was unsure about two things: First off, the instructions tell me to:
"Change the setting in settings.php: $db_url = "mysql://levavie_u1:234@localhost/levavie_db1";"
I found the file settings.php in the sites folder of the Drupal installation package and typed in all the information related to my site. Then I upload the file to the server. Should I have looked the file somewhere else?