Re: PHP SSH and mysql connection
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: PHP SSH and mysql connection

From: Alvaro G Vicario <alvaro_QUITAR_REMOVE@telecomputeronline.com>
Date: Fri Jul 01 2005 - 10:47:23 CEST

*** Hendrik Maeder wrote/escribió (Wed, 29 Jun 2005 11:14:35 +0200):
> How can I force that socket onto 'mysql_connect'? I mean, what I have is:
> $tunnel = ssh2_tunnel($connection, '10.0.0.101', 12345);
>
> But $tunnel is a PHP resource, and not in the format ':/path/to/socket'
> that mysql_connect expects...

According to manual mysql_connect() does not expect necessarily a socket
file (actually, ":/path/to/socket" support was added at a later time).

I haven't tried it myself with PHP so it's just a guess but... Once the
tunnel if open, can't you simply connect through it using host+port as
usual? The idea of a tunnel is that applications don't have to know about
it.

-- 
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
Received on Mon Oct 17 21:00:20 2005