The error message gives you the answer. There is a connecting problem with your database: Access denied.
Access denied for user after deployment.
Can't seem to find the answer to this one in the forums or by Googling...
After deploying to a live server, I can't seem to login to my app. I tested the db connection with a script and it was working. So, I thought maybe it's my username/password. However, when I changed the password in phpmyadmin, it still doesn't work.
Here is the error:
```SQLSTATE[HY000] [1045] Access denied for user 'hollys7_inexhaus'@'localhost' (using password: YES) (SQL: select * from users where email = [email protected] limit 1)
SQLSTATE[HY000] [1045] Access denied for user 'hollys7_inexhaus'@'localhost' (using password: YES)
Do you have any strang characters in your password - such as: # ? ' //
Might need to use double quotes around your password in your config if thats the case.
Please or to participate in this conversation.