When I tried to run php artisan migrate
with laravel, I received the following error: ""
[PDOException] SQLSTATE[HY000] [2002] Connection refused
How do I resolve this issue? I've seen other stackoverflow posts such as Laravel 5 php artisan migrate does not work with similar problems. However, they have a different error message while I have "Connection refused". Any assistance would be greatly appreciated. Thank you!