así que recibo este error cuando trato de ejecutar php artesanal migrar en mi proyecto laravel recién creado:
Illuminate\Database\QueryException SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = laravel-social and table_name = migrations and table_type = 'BASE TABLE') at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671 667| // If an exception occurs when attempting to run a query, we'll format the error 668| // message to include the bindings with SQL, which will make this exception a 669| // lot more helpful to the developer instead of just the database's errors. 670| catch (Exception $e) { > 671| throw new QueryException( 672| $query, $this->prepareBindings($bindings), $e 673| ); 674| } 675|He buscado mucho en Google y al encontrar errores similares y tratar de cambiar las cosas, no pude resolver mi problema... alguna información que podría ayudar y las cosas que he intentado hasta ahora:
Archivo .env:
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=laravel-social DB_USERNAME=root DB_PASSWORD=¡Gracias a todos!