Skip to content
Ross Masters edited this page Sep 28, 2013 · 1 revision

MySQL

Create an SSH tunnelled connection with:

  • SSH hostname: 127.0.0.1 (port as in vagrant ssh-config)
  • SSH username: vagrant
  • SSH password: vagrant
  • SSH keyfile: ~/.vagrant.d/insecure_private_key
  • MySQL host: 127.0.0.1:3306
  • MySQL user: root
  • MySQL pass: empty/none

MySQL is exposed on a host machine port (default 3306), however by default all accounts are based from localhost.

Postgres

I need to find a pg client that supports SSH tunnelling to test this, but it will be whatever the defaults are on Ubuntu.

PostgreSQL is exposed on a host machine port (default 5432).

Redis

I need someone who's actually used Redis to figure this out for me :)

Redis is exposed on a host machine port (default 6379).

Clone this wiki locally