Skip to content

Add support for MySQL SSH connections to allow remote access to cloud databases #1024

@VanDerLars

Description

@VanDerLars

Is your feature request related to a problem? Please describe.

  • Add support for MySQL SSH connections to allow remote access to cloud databases

Describe the solution you'd like

  • Our database cluster lives inside a private network in a cloud.
  • We connect over SSH to a jumphost in order to connect to the database.
  • Most DB-Clients support this connection method since the dative mysql-clients support this right away.

Describe alternatives you've considered

  • An alternative could be, to setup side-by-side VPN tunnel from the container, in order to make the remote network become part of the container's network.
  • 127.0.0.1 or localhost would be the connection then

Additional context

  • Here's how Tableplus support this connection method:
    CleanShot 2024-12-19 at 11 38 06@2x

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions