Comments - ipv6

8 years, 9 months ago Guillaume Lefranc
Re: ipv6 [Answer]

client-server IPV6 is supported at least since MariaDB 5.5.

Proof:

➜ ~ mysql -h ::1 Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 20149 Server version: 10.0.17-MariaDB-log MariaDB Server

Copyright © 2000, 2015, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

 
8 years, 4 months ago Wei Yang

You say IPv6 is supported since MariaDB 5.5, but your example shows Server version 10.0.17.

 
8 years, 4 months ago Ian Gilfillan

There have been many 5.5, 10.0 and 10.1 releases. IPv6 client connections are supported on any of them.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.