Hi I'm having a problem with laravel 5.3
project was moved from one host to another
and I've updated the .env
file
The project was working well in the old host but when I moved to the new host, the site displaying this error
1/2
PDOException in Connector.php line 119: SQLSTATE[HY000] [1045] Access denied for user 'xxxx'@'localhost' (using password: YES)
2/2
QueryException in Connection.php line 770: SQLSTATE[HY000] [1045] Access denied for user 'xxxx'@'localhost' (using password: YES) (SQL: select * from
countries
)
xxxx => The user name for the old database was not updated. i do not know the reasonenter image description here