Redirect MySQL TCP connection to proxy server

I have a Delphi application that connects to a MySQL database published on the Internet with an address such as mysql01.example.com{306.

However, my client computer is behind the proxy server, and I can just connect if I go through the proxy server. I use ZeosLib to connect and it does not have proxy authentication.

Is it possible to redirect the connection to the proxy server using any proxy program? Is there another way to solve this problem?

Many thanks.

+5
source share

All Articles