On Tuesday 13 December 2005 23:44, V S Punn wrote:
I have installed drupal on my web site www.raunharman.co.in/drupal The databse has been created (using control panel). The db details are: Dbname drupal passwd 123456
When I visit the URL www.raunharman.co.in/drupal, I get the following error: Access denied for user 'username'@'localhost' (using password: NO)
What could be the problem.
Please suggest.
Did you change your sites/default/settings.php file on line 81 to reflect your database setup?
It would be something like: $db_url = 'mysql://username:123456@localhost/drupal';
Also, since you have it running in a subdirectory, make sure your line 90 of the same file is correct.
It would look something like: $base_url = 'http://www.raunharman.co.in/drupal';