MySQL Workbech SSH Tunnel using IPV6
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?
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.