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)
I want to fix this issue on my macbook
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)
I want to fix this issue on my macbook
2
Answers
In your .env file change localhost to 127.0.0.1
Mkae sure that your db connection info are updated in .env file.