Jump to content

Ethernet inet6 failed in MySQL


jazzman1

Recommended Posts

Hey folks,

 

is there some particular reason not able to use / bind ipv6 address as pasrt of a default interface and address in mysql?

 

For examle, no such thing as a problem when using a loopback ipv6 addr:

 

/etc/my.cnf

bind-address=::1 // works fine

// but 

bind-address=fe80::216:3eff:fe97:9f35 // failed
eth0      Link encap:Ethernet  HWaddr 00:16:3E:97:9F:35  
          inet addr:192.168.122.2  Bcast:192.168.122.255  Mask:255.255.255.0
          inet6 addr: fe80::216:3eff:fe97:9f35/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:897358 errors:0 dropped:0 overruns:0 frame:0
          TX packets:166433 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:84292777 (80.3 MiB)  TX bytes:177566584 (169.3 MiB)
Link to comment
https://forums.phpfreaks.com/topic/292206-ethernet-inet6-failed-in-mysql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.