By PierreM48 on
Hello,
I'm running Drupal 7.26 with PostgreSQL 9.2 on my localhost.
Before to move to the server and for security reasons, I changed the DB user password in the database (via pgAdmin) AND in settings.php. The site has stopped with the following error :
PDOException: SQLSTATE[08006] [7] FATAL: password authentication failed for user "toupetigite" in lock_may_be_available() (line 167 of /home/pierrot/public_html/toupetigite/includes/lock.inc).
I changed back to the old password without success. Even the simplest password ('x') is not recognised.
Any help would be appreciated. Thanks by advance.
PM
Comments
... problem with pgAdmin III
Changing a user password with pgAdmin III seem not to work correctly.
If I do the same operation with phpPgAdmin, everything works fine !