Bug #68536 Better support IPv6 addresses for new connections
Submitted: 1 Mar 2013 10:29 Modified: 31 Jul 2013 13:24
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.47 OS:Any
Assigned to: CPU Architecture:Any
Tags: ipv6

[1 Mar 2013 10:29] Daniël van Eeden
Description:
For the 'Setup New Connection' Dialog:

When the IPv6 address "::1" is used as hostname Workbench will create the service Mysql@::1:3306, which doesn't work.

When the IPv6 address is specified as "[::1]" it does work correctly. The service will then be MySQL@[::1]:3306

How to repeat:
Try to use ::1 as hostname

Suggested fix:
If there are colons in the hostname, then enclose the hostname in brackets.
[1 Mar 2013 11:50] MySQL Verification Team
Thank you for the bug report.
[31 Jul 2013 13:24] Philip Olson
Fixed as of MySQL Workbench 6.0.4, and here's the changelog entry:

Colons are now enclosed and recognized as a valid IPV6 hostname when using
the "Setup New Connection" dialog.

Thank you for the bug report.