Comments - ipv6
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.
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)]>
You say IPv6 is supported since MariaDB 5.5, but your example shows Server version 10.0.17.
There have been many 5.5, 10.0 and 10.1 releases. IPv6 client connections are supported on any of them.