Ver Mensaje Individual
  #15  
Antiguo 24-11-2006
zvf zvf is offline
Miembro
 
Registrado: abr 2006
Posts: 158
Reputación: 19
zvf Va por buen camino
Lei lo siguiente sobre mydac:

MyDAC allows to use such encrypted connections in your applications.
To setup connection with SSH you need:
·
Install and configure SSH server such as OpenSSH from www.openssh.com

·
Install SSH client;

·
Set connection with port forwarding.
If you use OpenSSH client you should execute following command:
ssh.exe -L 3306:<YourMySQLServer name or IP>:3306 <YourSSHServer name or IP>;
Now your connection to localhost:3306 used by MyDAC is encrypted.
Security Considerations with Port Forwarding

Ahora, mis preguntas son:
1. El ssh client puede ser putty? Porque con putty, logro ver la base de datos, pero lo que no se como hacer es como enlazarlo con delphi, o con los componentes mydac, para que estos vean esa base de datos.
2. Como establezco la conexión con port forwarding?

GRACIAS!!!

Responder Con Cita