Bir kaç sene önce yaptığım mevcut projeyi tekrardan ele alıp geliştirmek istedim, php artisan migrate komutu yaptığımda şu hatayı alıyorum yardımcı olurmusunuz ::
SQLSTATE[HY000] [2002] Hedef makine etkin olarak reddettiğinden bağlantı kurulamadı.
(SQL: select * from information_schema.tables where table_schema = laravelprojem2 and table_name = migrations and table_type = 'BASE TABLE')
at C:\Php\laravelprojem2\vendor\laravel\framework\src\Illuminate\Database\Connection.php:678
674▕ // If an exception occurs when attempting to run a query, we'll format the error
675▕ // message to include the bindings with SQL, which will make this exception a
676▕ // lot more helpful to the developer instead of just the database's errors.
677▕ catch (Exception $e) {
➜ 678▕ throw new QueryException(
679▕ $query, $this->prepareBindings($bindings), $e
680▕ );
681▕ }
682▕
1 C:\Php\laravelprojem2\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70
PDOException:🙁"SQLSTATE[HY000] [2002] Hedef makine etkin olarak reddettiğinden bağlantı kurulamadı.
")
2 C:\Php\laravelprojem2\vendor\laravel\framework\src\Illuminate\Database\Connectors\Connector.php:70
PDO::__construct("mysql:host=127.0.0.1;port=3306;dbname=laravelprojem2", "root", "", [])