MySQL Forums
Forum List  »  MySQL Workbench

MySQL Workbech SSH Tunnel using IPV6
Posted by: Faraz Anwar
Date: April 14, 2024 02:15AM

I am unable to make SSH tunnel using IPV6 address of my EC2 server in AWS where MySQL database is installed.
The error I get in MySQL Workbench is: “Cannot open SSH Tunnel: Failed to resolve hostname 2600:1f18:xxxx.xxxx.xxxx……”
I entered:
SSH Hostname: 2600:1f18:xxxx.xxxx.xxxx……

I can SSH to my server using Bitvise or Putty and access my database on remote server using Command Line.
In my my.cnf I have added lines:
binding-address=*
skip-name-resolve
What else I have to do to access database on remote server using MySQL Workbench on my computer?

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Workbech SSH Tunnel using IPV6
367
April 14, 2024 02:15AM


Sorry, only registered users may post in this forum.

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.