Create ssh tunnel
# forvard local 9000 port to remote 3306 port on 123.456.789.12 ssh -L 9000:localhost:3306 user@123.456.789.12 -p 22