Page 1 of 1

reusing ssh connection

Posted: Tue 23 Feb 2021 16:19
by Timo1979
Hello All!

I'm using dbForge Studio 2020 for Mysql v 9.0.505 (Russian edition, free for non-commercial use).

My connection to DB uses ssh tunnel. Initial connection to my ssh server takes significant amount of time (4-7 seconds).
I discovered that every dbForge SQL query establish new ssh connection, so every trivial query (even "SELECT NOW();") takes 4-7 seconds.

Is there the way to tell dbForge to reuse established ssh tunnel and not make new tunnel for every query?

Thank for advice.

Added: if I use "foreign" ssh tunnel software (for example, putty.exe or plink.exe), the delay is less than a second.