There’s some info out there about connecting to MySQL via socket using something called junixsocket. All the instructions were pretty straight forward but I continued to get an error, something about socket length or some such thing. Turns out we need a user with access via 127.0.0.1 so we can connect via port as opposed […]
MySQL
Connect Sequel Pro to Vagrant
Use SSH MySQL and SSH hosts are both Vagrant box IP – 192.168.50.4 MySQL username/password – wp/wp in my case SSH username/password = vagrant/vagrant in my case