Bug #51883 | Server Instance fails to connect over SSH Tunnel | ||
---|---|---|---|
Submitted: | 9 Mar 2010 18:39 | Modified: | 16 Mar 2010 2:35 |
Reporter: | Jose Alejandro Carrillo Neira | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
Version: | 5.2.16 | OS: | Linux (Debian "Squeeze" 6.0) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | Instance, server, ssh, sys.config.path, tunnel |
[9 Mar 2010 18:39]
Jose Alejandro Carrillo Neira
[9 Mar 2010 18:40]
Jose Alejandro Carrillo Neira
Oh, as an addenum, as soon as you finish, click "New Server Instance". You may be in for a treat.
Attachment: addenum.txt (text/plain), 74.78 KiB.
[15 Mar 2010 15:37]
Jesse Shaffer
I have it installed on Windows, and edited the following to make it work: On line 666 of modules\wb_admin_config_be.py: def get_config_file_path(self): scp = self.settings.serverInfo['sys.config.path'] if scp is None: return None return self.expand_path_variables(scp.strip(" \r\t\n\b"))
[16 Mar 2010 2:35]
Alfredo Kojima
This is a duplicate of bug #51476, which has been fixed.