This is beyond me and doesn't make sense. I have a newly created VM machine (vagrant) that I am trying to access via Sequel Pro I am able to vagrant ssh into the machine but when trying to connect with sequel pro i keep getting this message. SSH connection failed!
The SSH Tunnel has unexpectedly closed.
.
In building the VM I have the bind-address
in the my.cnf file set to 127.0.0.1
and set all privileges for the root. I ran netstat -lntu
and saw this
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN
I searched for a solution but my sequel pro is up-to-date, tried this.
If someone can explain what other issues would be causing this It would really help.