How to configure MySQL under XAMPP to work with IPv6 [closed]

时间秒杀一切 提交于 2019-12-10 10:36:52

问题


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?


回答1:


  • 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


来源:https://stackoverflow.com/questions/16208744/how-to-configure-mysql-under-xampp-to-work-with-ipv6

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!