Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorbob bob
    • CommentTimeDec 11th 2008
     
    Our database servers are not in house, but located at a hosting provider. We can only access them using SSH tunnels. So I start a tunnel on my machine:

    ssh -N -f -L 3307:127.0.0.1:3306 user@1.2.3.4

    where 1.2.3.4 is the ip to the hosted server. After that, I connect to 127.0.0.1, port 3307, e.g.

    mysql -h 127.0.0.1 -P 3307 -uuser -p

    This works, but is inconvenient. Maybe you could add ssh tunneling into Jet Profiler, so I wouldn't have to set up the tunnel everytime I want to connect?

    Regards,
  1.  
    Definitely, bob bob!

    SSH Tunneling is now on our TODO list.

    Thanks,
    • CommentAuthorbob bob
    • CommentTimeDec 15th 2008
     
    Good to hear, looking forward to it.
    • CommentAuthormd2perpe
    • CommentTimeNov 10th 2010
     
    How is the development of this idea going?
    It seems not to be implemented yet, almost 2 years later.
    For an idea of what it could look like, have check out HeidiSQL.
  2.  
    md2perpe, the ssh tunneling feature has been developed and will be included in the next release!

    But the next release is a milestone release so there are still some features left before it will arrive. Stay tuned!
    • CommentAuthordeil
    • CommentTimeOct 5th 2011
     
    To reach our MySQL host I have to tunnel through a different ssh host.
    Sequel Pro has implemented this second "SSH Host".

    Would it be possible to add this option to Jet Profiler?

    Thanks!
  3.  
    Hi, yes it will be included soon!
    • CommentAuthorajv
    • CommentTimeOct 21st 2011
     
    I'd like to bump this feature request too.

    Thanks.