2

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?

Valentin Despa
  • 40,712
  • 18
  • 80
  • 106

1 Answers1

3
  • Locate my.ini
  • Change / uncomment bind-address = :: # for ipv6
  • Start mysql
  • check in the console with the command mysql -h ::1 if you manage to connect

Other resources:

  1. 5.1 The MySQL Server :: 5.1.9 IPv6 Support
  2. MySQL --bind-address=addr
Valentin Despa
  • 40,712
  • 18
  • 80
  • 106