Author Topic: PHP Warning: SQLSTATE[HY000] [1045] Access denied for user 'roundcube'@'localho  (Read 2104 times)

Offline thystra066

  • Newbie
  • *
  • Posts: 1
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. 

Offline Crankymail

  • Newbie
  • *
  • Posts: 6
Try to check database permissions and privileges.

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