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 = migrations)
In Connector.php line 68:
SQLSTATE[HY000] [2002] No such file or directory
PS: i was using WAMP server for my database in Windows.
my .env DB config:
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=blog
DB_USERNAME=blog
DB_PASSWORD=