I'd like to use MySql Workbench to browse my database in Vagrant from host machine.
So far I just commented the line bind-address = 127.0.0.1
in my.cnf
and all was ok, but recently I connected to a new wi-fi and things seemed to change, I had to change guest ip address from 192.168.0.200
to 192.168.1.200
and I can't open mysql connection from host.
I tryed also to add bind-address = 10.0.2.2
guessing (not sure) this was my host ip but still the same.
What do I need to do?
Thank you