I get an
SQLSTATE[HY000] [1045] Access denied for user 'efhjuef'@'192.168.176.3' (using password: NO)
failure on my laravel website, but I give a password in the env file. So I expect (using password: YES)
Why did laravel not use the password by connection?
My .env file:
DB_CONNECTION=mysql
DB_HOST=mariadb
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=efhjuef
DB_PASSWORD=qfk39WtcTTb