i am using laravel 7 with a xampp installation. php artisan migrate
fails and gives the error: SQLSTATE[HY000] [2006] MySQL server has gone away
my .env file:
APP_URL=http://localhost
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=****_db
DB_USERNAME=root
DB_PASSWORD=*******
i have tried localhost
in the env file isntead of 127.0.0.1
. Worth mentioning that my xampp application launches at this address: http://192.168.64.2/
i have started and restated the xampp server and i have been php artisan cache:clear
each time i make changes to the .env
file