I just created a fresh laravel project and I'm using a Homestead vagrant box by running
vagrant init laravel/homestead
and after
Vagrant Up
When I use vagrant ssh
it gives me no problem and I can acces the vagrant box, however when I want to connect to the DB with Heidisql I get a connection error:
can't connect to mysql server on 'localhost' (10061)
Here's my setup
the password I'm using = "secret"
The usual credentials/info you need: