Roundcube Community Forum

Release Support => Pending Issues => Topic started by: thystra066 on September 21, 2023, 02:17:06 PM

Title: PHP Warning: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localho
Post by: thystra066 on September 21, 2023, 02:17:06 PM
Hello,

I performed the upgrade from 1.6 to 1.6.3 and now I have the following error:

Code: [Select]
PHP Warning:  SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localhost' (using password: NO)
I would appreciate any suggestions on how to resolve this.  None of the user password has changed (still in the config file, etc.)

Thank you. 
Title: Re: PHP Warning: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localho
Post by: Crankymail on September 27, 2023, 04:50:02 PM
Try to check database permissions and privileges.

GRANT ALL PRIVILEGES ON (YOUR DATABASE NAME)* TO 'roundcube'@'localhost';