When I try to execute php artisan migrate
, I get the following:
In
Connection.php
line 647: SQLSTATE[HY000] [2002] Connection refused (SQL:select * from information_schema.tables where table_schema = cotacao_job and table_name = migrations
)APP_NAME=Laravel APP_ENV=local APP_KEY=base64:Ciz4TWDongGPodaNDo9wcxJh48A/af6JwWWE3/ydPkI= APP_DEBUG=true APP_LOG_LEVEL=debug APP_URL=http://localhost/work-cotation-service/
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=33060 // I`ve tried 3360 too DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret
BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_DRIVER=sync
REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379
MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null
its in a new homestead 5.1