Storing IPv6 Addresses in MySQL

后端 未结 3 769
野趣味
野趣味 2020-11-29 22:30

As has been requested in \"ipv6-capable inet_aton and inet_ntoa functions needed\", there is currently no MySQL function for storing IPv6 addresses. What would be the recomm

3条回答
  •  感情败类
    2020-11-29 23:01

    Excellent example however I noted the following. That only works if one's version of mysql has as function for INET6_ATON. Otherwise the error message might be something like: That FUNCTION DOES NOT EXIST.

提交回复
热议问题