MySQL Connection behind a Proxy

Is it possible to connect with MySQL 3.1.13 behind a proxy server?

Like this :

MySQL.ConnectionString = "Driver={MySQL ODBC 5.1 Driver};Server=dbServ;Database=dbName;User=dbUser;Password=dbPass;Option=3;ProxyServer=proServer;ProxyUser=proUser"

Thx

Andreas

0 answers