This can be fixed easily by doing the following changes –
 

In .env file change below code :

DB_USERNAME=user
DB_PASSWORD=password

to:

DB_USERNAME='user'
DB_PASSWORD='password'