Access Denied Error with Hestia Control Panel when connecting to the database

I’m experiencing an issue and need help troubleshooting it. I am using the Hestia Control Panel and facing challenges when trying to connect to a newly created database.

The error I’m encountering is:

SQLSTATE[HY000] [1045] Access denied for user 'martin_alfred'@'localhost' (using password: YES) (Connection: mysql, SQL: select table_name as 'name', (data_length + index_length) as 'size', table_comment as 'comment', engine as 'engine', table_collation as 'collation' from information_schema.tables where table_schema = 'martin_cms' and table_type in ('BASE TABLE', 'SYSTEM VERSIONED') order by table_name)

Here are my settings:

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=martin_cms
DB_USERNAME=martin_alfred
DB_PASSWORD=FmEj2T#9!4$zcLVx9ANS&tmr

Any guidance to resolve this problem would be much appreciated. Thank you for your help in advance.

1 Like

Try with single qoutes around the password

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.