reusing ssh connection

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Timo1979
Posts: 1
Joined: Tue 23 Feb 2021 16:04

reusing ssh connection

Post by Timo1979 » Tue 23 Feb 2021 16:19

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.

Post Reply