Size for storing IPv4, IPv6 addresses as a string

Viewed 54477

what should be the ideal size for storing IPv4, IPv6 addresses as a string in the MySQL database. should varchar(32) be sufficient?

7 Answers
Related