ssh2_tunnel
am 17.02.2009 12:52:10 von Gevorg Harutyunyan
--0015174bdf3ce623ab04631bee61
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Hi ,
Please help me to connect mysql on remote server using SSH tunnel.
I want to use ssh2_tunnel function, but didn't find any sample with that
function.
--
Best Regards,
Gevorg Harutyunyan
--0015174bdf3ce623ab04631bee61--
Re: ssh2_tunnel
am 17.02.2009 13:28:25 von Gerardo Benitez
--0015175d676e95b31b04631c7007
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi Gevorg,
this is a example
ssh -L localPort:remoteServer:remotePort username@tunnelServer
this is:
ssh -L 13306:remoteServer:3306 username@tunnelServer
the localPort is where you will connect your mysql client.
Regards
On Tue, Feb 17, 2009 at 9:52 AM, Gevorg Harutyunyan wrote:
> Hi ,
>
> Please help me to connect mysql on remote server using SSH tunnel.
> I want to use ssh2_tunnel function, but didn't find any sample with that
> function.
>
> --
> Best Regards,
> Gevorg Harutyunyan
>
--
Gerardo Benitez
--0015175d676e95b31b04631c7007--