I decided to try to connect to MySql through mpHttp, and could not connect.
The documentation MyDAC, found a description of how to make a connection, but uniDac why such options do not work.
Is it possible to make such a connection?.
con1.Server := 'localhost';
con1.Port := 3306;
con1.Username := '****';
con1.Password := '*****';
con1.SpecificOptions.Values['Protocol'] := 'mpHttp';
con1.SpecificOptions.Values['Url'] := 'http://ca-c.ru/tunnel.php';
con1.Connect;