up vote 2 down vote favorite
share [g+] share [fb]

I'm using mongrel + apache 2.2 + mod_proxy_balancer + mysql

apache2.2 is IPv6 well http://httpd.apache.org/docs/2.2/en/bind.html#ipv6

Does MySQL 5.0 do IPv6 well?

link|improve this question

39% accept rate
feedback

1 Answer

up vote 2 down vote accepted

it looks like it may be a work in progress still. there's a bunch of patches and bug reports for "mysql ipv6" on Google.

on the plus side, you probably DONT want your MySQL DB exposed to the internet, so you could keep it on IPv4/localhost or use sockets.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.