Bug #49994 Can't select TCP/IP over SSH in Stored Connections Dialog
Submitted: 30 Dec 2009 15:14 Modified: 5 Feb 2010 12:12
Reporter: Walter Stanish Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S1 (Critical)
Version:5.2.11 OSS Beta 4842 OS:Windows
Assigned to: CPU Architecture:Any
Tags: ssh, stored connections, tcpip

[30 Dec 2009 15:14] Walter Stanish
Description:
When the stored connections dialog is up, it's not possible to select TCP/IP over SSH as the connection type.

How to repeat:
 - Start MySQL workbench.
 - File|New model
 - Database|Reverse engineer
 - Select 'stored connections' in the dropdown
 - It's not possible to select TCP/IP over SSH as the connection type

Suggested fix:
Make all connection types available.
[5 Jan 2010 12:12] Susanne Ebrecht
Why do you need SSH for SQL transfer?

You only need SSH for editing my.cnf, start/stop server and so on. But not for firing SQL statements.
[6 Feb 2010 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
[8 Feb 2010 0:23] walter stanish
The reason is to access MySQL servers that are not on public-facing IPs.

ie: Servers accessible either by TCP port bound to 127.0.0.1 on the target system.