MySQL Forums
Forum List  »  General

Re: INET_ATON for ipv6
Posted by: Morgan Christiansson
Date: October 25, 2007 03:56PM

Doesn't look like it. There's a bug for it that i found through google (for which your post comes up on top for btw).

http://bugs.mysql.com/bug.php?id=3318

So you need to implement this on the client side. (Or possibly UDF, doesn't seem worth the effort though.)

For example PHP's inet_pton() supports IPv6 by default:
http://www.php.net/manual/sv/function.inet-pton.php

Options: ReplyQuote


Subject
Written By
Posted
October 18, 2007 06:41AM
Re: INET_ATON for ipv6
October 25, 2007 03:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.