when I tried to do php artisan migrate
this error appeared
Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] An attempt was made to access a socket in a way forbidden by its access permissions. (SQL: create table
migrations
(id
int unsigned not null auto_increment prim ary key,migration
varchar(255) not null,batch
int not null) default charac ter set utf8mb4 collate 'utf8mb4_unicode_ci')
I searched but all the results are talking about the command php artisan serve