Rechercher dans le manuel MySQL
5.1.12.2 Configuring the MySQL Server to Permit IPv6 Connections
The MySQL server listens on one or more network sockets for TCP/IP connections. Each socket is bound to one address, but it is possible for an address to map onto multiple network interfaces.
Set the bind_address
system
variable at server startup to specify the TCP/IP connections
that a server instance accepts. As of MySQL 8.0.13, you can
specify multiple values for this option, including any
combination of IPv6 addresses, IPv4 addresses, and host names
that resolve to IPv6 or IPv4 addresses. Alternatively, you can
specify one of the wildcard address formats that permit
listening on multiple network interfaces. A value of *, which is
the default, or a value of ::
, permit both
IPv4 and IPv6 connections on all server host IPv4 and IPv6
interfaces. For more information, see the
bind_address
description in
Section 5.1.8, “Server System Variables”.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-ipv6-server-config.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.