interger to I P address

Michael Holstein michael.holstein at csuohio.edu
Wed Aug 27 16:16:51 UTC 2008


In MySQL :

mysql> SELECT INET_NTOA(ip_in_decimal) AS ipa;

.. or the reverse :

mysql> SELECT INET_ATON('dotted.quad') AS ipn;






More information about the NANOG mailing list