Roundcube Community Forum

 

PHP Warning: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localho

Started by thystra066, September 21, 2023, 02:17:06 PM

Previous topic - Next topic

thystra066

Hello,

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

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. 

Crankymail

Try to check database permissions and privileges.

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