I have vagrant and virtualbox installed to perform the development environment. and when running vagrant up, it initializes the virtual server correctly, but when I run php artisan migrate: install I get the following error
[PDOException] SQLSTATE [HY000] [2002] Unable to establish a connection since the destination team explicitly denied such connection.
I have reviewed all the variables in the .env file and they are correctly.