swords and SSH port forwarding (was: Alternative
to phpMyAdmin)
Works just fine ... as does postgres --
ssh -N -2 -f -C -c blowfish -L3306:yourdatabase.server.here:3306
[EMAIL PROTECTED]
or the other usual tricks work too ... like going through a firewall
(fyi ... clear text on the *other* s
Works just fine ... as does postgres --
ssh -N -2 -f -C -c blowfish -L3306:yourdatabase.server.here:3306
[EMAIL PROTECTED]
or the other usual tricks work too ... like going through a firewall (fyi ... clear
text on the *other* side of the firewall):
ssh -N -2 -f -C -c blowfish -L3306:db_behind
On Fri, 13 Jul 2001 12:28:37 -0400, "Matthew Loff" <[EMAIL PROTECTED]>
wrote:
>> Does mysql-front encrypt the password before it travels the net?
>It does support the compressed client/server protocol, which would make
>it harder to intercept-- but encryption is not an option yet on the
>client.
3 matches
Mail list logo