No such file or directory when run php artisan migrate on ubuntu

i moved my laravel project from windows to ubuntu, i did everything required ( installing php, composer …) then when i run php artisan migrate to create my database tables, it says: In Connection.php line 664: SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from informa tion_schema.tables where table_schema = blog and table_name … Read more