Error in Laravel, when running php artisan migrate: install

1

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.

    
asked by Fercho Jerez 19.11.2016 в 06:06
source

0 answers