I have XAMPP v.3.1.0 and for testing purposes I need to connect to the MySQL database using IPv6 format.
How to configure MySQL?
I have XAMPP v.3.1.0 and for testing purposes I need to connect to the MySQL database using IPv6 format.
How to configure MySQL?
bind-address = :: # for ipv6
mysql -h ::1
if you manage to connectOther resources: