Suddenly I got 500 error in my laravel application and I did composer install
and composer update
. 500 Error was gone and I got Laravel error called as follows.
Illuminate \ Database \ QueryException (1045) SQLSTATE[HY000] [1045] Access denied for user 'bec'@'localhost' (using password: YES) (SQL: select * from
sessionswhere
id = nEF6h6M0tWczE2pMn2pdwAZ2pHwPwlQN7KgTLQH2 limit 1)
I tried below things. php artisan optimize:clear
this is my .env
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=becmis
DB_USERNAME=root
DB_PASSWORD=secret
I never faced this error with
(SQL: select * from `sessions` where `id` = nEF6h6M0tWczE2pMn2pdwAZ2pHwPwlQN7KgTLQH2 limit 1)
Please help me to get rid of this
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire