I set up a new application for a customer and got up to php artisan migrate and I get the classic error: "SQLSTATE HY000 2002 No connection could be made because the target machine actively refused it" I scoured all the config files and tried all combinations of database but I sure it's not that. It seems to be between the built in web server and the database. I'm configured for mysql as follows:
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=mcc_majestic DB_USERNAME=root DB_PASSWORD=
I'm running Laravel 8.23.1 and PHP 8. The newly installed operating system is Windows 10 Pro to support Docker later. The firewall is not the issue. Has anyone ended up in this position and what did you change to fix it? I am stuck until this issue is resolved. Any help would be greatly appreciated.
This is not a Laravel issue.
Make sure your local server is up & running.
2.1m questions
2.1m answers
60 comments
57.0k users