Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
147 views
in Technique[技术] by (71.8m points)

php - Laravel application fails to complete migration - New install - How to fix database connection

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.

question from:https://stackoverflow.com/questions/65894134/laravel-application-fails-to-complete-migration-new-install-how-to-fix-datab

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

This is not a Laravel issue.

Make sure your local server is up & running.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...