Re: SSH tunnel for Mysql

2005-12-08 Thread Cal Evans
on <[EMAIL PROTECTED]> wrote: How to create ssh tunnel for Mysql? TH __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- MySQL General Mailing List For list archives: http://lists

Re: SSH tunnel for Mysql

2005-12-08 Thread Karam Chand
If you are looking for a client to connect to MySQL using SSH tunnel, try out SQLyog. It has SSH Tunneling. Karam --- Jerry Swanson <[EMAIL PROTECTED]> wrote: > How to create ssh tunnel for Mysql? > TH > __ Do You Yahoo!? Tired

Re: SSH tunnel for Mysql

2005-11-22 Thread Dan Bolser
Jerry Swanson wrote: Both Linux computers. This is what I do... $ more ssh_to_mysql_on_beta #!/bin/sh ssh \ -t \ -g \ -L 3306:beta.domain.ac.uk:3306 \ [EMAIL PROTECTED] \ "./bin/sleep.plx mysql" That last line is a trick to prevent the terminal from 'timeing out'. The sleep.plx applic

Re: SSH tunnel for Mysql

2005-11-21 Thread Jerry Swanson
-and-ssh.html > > > > Jerry Swanson wrote: > > > > >How to create ssh tunnel for Mysql? > > >TH > > > > -- > For technical support contracts, goto https://order.mysql.com/?ref=ensita > This email is sponsored by Ensita.NET http://www.ensita.net/ >

Re: SSH tunnel for Mysql

2005-11-21 Thread Gleb Paharenko
Hello. You have not specified what operating system you're using. MySQL manual has some notes for Windows: http://dev.mysql.com/doc/refman/5.0/en/windows-and-ssh.html Jerry Swanson wrote: >How to create ssh tunnel for Mysql? >TH -- For technical support contracts,

Re: SSH tunnel for Mysql

2005-11-20 Thread Daniel Walker
settings tree but I've never touched the defaults or set up a tunnel for it and it works fine. Rhino - Original Message - From: "Jerry Swanson" <[EMAIL PROTECTED]> To: Sent: Sunday, November 20, 2005 10:00 AM Subjec

Re: SSH tunnel for Mysql

2005-11-20 Thread Rhino
e ready to go. WinSCP3 also has an SSH section in its settings tree but I've never touched the defaults or set up a tunnel for it and it works fine. Rhino - Original Message - From: "Jerry Swanson" <[EMAIL PROTECTED]> To: Sent: Sunday, November 20, 2005 10:00 A

Re: SSH tunnel for Mysql

2005-11-20 Thread Lee Zelyck
to mysql. Your done. Not sure how you would do it with other pructs, but I don't imagine it would be much more difficult. Lee --- Jerry Swanson <[EMAIL PROTECTED]> wrote: > How to create ssh tunnel for Mysql? > TH >

SSH tunnel for Mysql

2005-11-20 Thread Jerry Swanson
How to create ssh tunnel for Mysql? TH