Search code examples
phplaravel

How to solve this error in the Laravel project: SQLSTATE[HY000] [2002] No such file or directory?


Masuds-MacBook-Air:core masudrana$ php artisan migrate

In Connection.php line 760:

SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from vehicle_types where status = 1 order by name asc)

Why is this issue showing? Can you help me to solve this issue?


Solution

  • In your .env file change localhost to 127.0.0.1