LARAVEL 执行:
$ php artisan migrate
报错 ,把 .env文件里的
DB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306
换成:
DB_CONNECTION=mysqlDB_HOST=localhostDB_PORT=3306
详情:https://stackoverflow.com/questions/48455341/laravel-php-sqlstatehy000-2002-php-network-getaddresses-getaddrinfo-faile