MySQL Forums
Forum List  »  MySQL Workbench

Re: AWS RDS MySQL connections
Posted by: Mike Lischke
Date: April 07, 2017 01:23AM

Hi Scott,

you actually have 2 options: 1) using putty as you do usually or 2) use MySQL Workbench's built-in SSH support.

With putty it's the same as we any other application accessing the remote network. Your tunnel forwards a local port ot a remote machine. Let Workbench connect to that local port and the normal tunneling process should happen.

Alternatively, you can use an SSH connection type and configure the SSH details there. No need for putty then. See also http://stackoverflow.com/search?q=mysql+workbench+aws for several questions + answers about this.

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
653
April 06, 2017 09:33AM
Re: AWS RDS MySQL connections
488
April 07, 2017 01:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.