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(idint unsigned not null auto_increment prim ary key,migrationvarchar(255) not null,batchint 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
 
    