Have you checked this discussion? https://stackoverflow.com/questions/35394230/sqlstatehy000-2002-connection-refused-within-laravel-homestead
Apr 3, 2018
3
Level 2
Laravel MySQL issue (SQLSTATE[HY000] [2002] Connection refused)
I'm getting an "SQLSTATE[HY000] [2002] Connection refused" error when trying to execute the command "php artisan migrate".
At first I thought it was because AWS was blocking the connection, so I wrote a little script to test the mysqli_connect; and that worked perfectly fine... So the issue is coming directly from Laravel.
Can someone help with this issue?
Please or to participate in this conversation.