I have everything up and running nicely on my windows machine. I do homestead and VM. My database is all there and i can log on to it in the terminal. But as the tutorial says I want a db visualization program. Jeff is suggesting sequelPro but it is only for mac... I have looked around and found DBeaver to look really good. So I am good there. Now to my problem:
I am trying to connect with the data from the .env file:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=blog
DB_USERNAME=root
DB_PASSWORD=secret
This is from DBeaver: http://i.imgur.com/syoAMcQ.png
Don't know which local client thats right but I have tried the mall and nothing works. Get this when I connect: http://i.imgur.com/ibWmk9j.jpg
Does anyone know what is wrong?