By vaobeheer on
I got this problem when installing drupal 4.6.6 with mysql 3.23.58, linux fedora, core 2, phpmyadmin and Plesk.
After i made the database in Plesk
#1044 - Access denied for user: 'drupal@localhost' to database 'standaardpcdrupal'
What should i do?
Comments
Some suggestions
In the sites folder, check your settings.php file.
This line must have the correct password for the "drupal" user:
$db_url = 'mysql://drupal:password@localhost/standaardpcdrupal';
If this is OK, check if your mysql password is set for the "drupal" user (try with phpmyadmin for example). Check as well if the "drupal" user is granted all permissions on the "standaardpcdrupal" database.