Merge pull request #423 from percona/IPv6_doc

Updated doc for IPv6 support
This commit is contained in:
Carlos Salguero
2019-10-16 09:34:04 -03:00
committed by GitHub

View File

@@ -489,6 +489,13 @@ Percona Toolkit officially supports and is tested on many popular Linux
distributions and MySQL 5.0 through 5.6; see http://goo.gl/srHm7 for the
list of supported platforms and versions.
=head1 IPv6 support
In order to support IPv6 addresses to connect to MySQL, Perl DBD::MySQL driver v4.033_01 is
required. Also, as stated in RFC 3986 L<https://www.ietf.org/rfc/rfc3986.txt> section 3.2.2
brackes must be used to distinguish host and port.
Examples: L<https://metacpan.org/pod/DBD::mysql#port>
=head1 BUGS
Please report bugs at L<https://jira.percona.com>.