Doctrine/DBAL/Driver/PDO/Exception with message 'SQLSTATE[HY000] [2002] Connection refused'
and then tried to use
php artisan tinker
DB::connection()->getPdo();
get the same error message:
Doctrine/DBAL/Driver/PDO/Exception with message 'SQLSTATE[HY000] [2002] Connection refused'
solution:
go to .env
change the
DB_HOST=127.0.0.1
to
DB_HOST=localhost
No comments:
Post a Comment