[PDOException]
SQLSTATE[HY000] [2002] Connection refused
I am getting this error when trying to do "php artisan migrate". I have checked all my settings for the port and everything. My problem is the same as in this question:
But I see it wasn't resolved. I even tried using this script:
https://ardamis.com/2008/05/26/a-php-script-for-testing-a-mysql-database-connection/
But no luck there either. Just a blank page.
Any ideas?