Re: IP Address Conversion

2003-09-10 Thread Alec . Cawley
Have you seen the functions INET_NTOA() anf INET_ATON)? http://www.mysql.com/doc/en/Miscellaneous_functions.html All - We're using MySQL under Linux to store data collected d

Re: IP Address Conversion

2003-09-10 Thread Fred van Engen
Hi, On Wed, Sep 10, 2003 at 09:07:30AM -0400, Mark Riehl wrote: > All - We're using MySQL under Linux to store data collected during network > tests. One of our columns store the integer representation (in network byte > order) of an IP address. > > Is there any current support in MySQL (or futu