1 (edited by timlitw 2017-02-24 17:51:03)

Topic: securing connection to mysql

I set up https://code.google.com/archive/p/ssh-tunnel-manager/ so I can make my database not accept external connections. 


I have tried this and it works (initally with only 2 connections) - but is there are way to start it when program loads
before the it tries to connect to the database?

Maybe not so much securing but tunneling out of corporate firewall.

Re: securing connection to mysql

If ssh-tunnel-manager support starting using command line, you can use function OpenFile to start this program:

OpenFile('some params', 'exe file of ssh-tunnel-manager');

Then connect to MySQL using http://myvisualdatabase.com/forum/viewtopic.php?id=1805



Also you can try to use function OpenFile between

begin

end.

at the end of script. It this case without using script to connect to MySQL.

Dmitry.