I'm developing a website on laravel + homestead is when I want to create a new user I have an error:
SQLSTATE[HY000] [2002] Connection refused (SQL: select count(*) as aggregate from
users
where
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=33060
DB_DATABASE=bdd
DB_USERNAME=homestead
DB_PASSWORD=secret
I tried to restart the server, I checked the connection to the database but I still have this message ... Do you have any idea where the problem would come from?
Thank you for your help.
If you are using default settings change DB_PORT to 3306