When executing: php artisan migrate, an error occurred:
[PDOException]
SQLSTATE[HY000] [2002] Connection refused
When executing: php artisan migrate, an error occurred:
[PDOException]
SQLSTATE[HY000] [2002] Connection refused
It has been solved. The host configuration in my .env file is wrong. It should be mysql on the virtual machine, so host=192.168.10.10