PDA

View Full Version : Access denied for user: 'apache@localhost' (Using password: NO)


lost69souls
02-28-2006, 11:40 AM
Okay, I get this error after my 3rd attempt to install vbDrupal.
I follow all the instructions, the result is the same:

Access denied for user: 'apache@localhost' (Using password: NO)

Okay, how can I fix that?

Access denied for user: 'user@localhost' (Using password: NO)
The forum and drupal paths in sites/default/config.php may be entered wrong, update it.

my $vb_dir = 'http://www.myurl.com/forum3';
$drupal_dir = 'http://www.myurl.com/forum3/blogs';

Is that correct?

sifuhall
02-28-2006, 12:44 PM
Looks like it is having trouble connecting to your database.

Check your database settings in the config.php file (its in the sites/default folder).

Make sure these match your database information.

lost69souls
02-28-2006, 12:55 PM
config.php or settings.php?

and which field should I exactly edit there, I am not that familiar with such things.

Thanks for your response.

elmuerte
02-28-2006, 01:25 PM
$vb_dir = 'http://www.myurl.com/forum3';
$drupal_dir = 'http://www.myurl.com/forum3/blogs';

That should be the path on the webserver, not the url.

e.g.
/path/to/website/forum
or
c:\path\to\website

sifuhall
02-28-2006, 03:14 PM
elmuerte is correct. Try changing your paths and you should be ok.