Community

How to store IP (internet protocol) address in MySQL?

(Rathish Kumar) Internet Protocol address is a special kind of data. This data does not correspond directly to available MySQL built-in data types. I have seen in many servers, the IP(Internet Protocol) address is stored in CHAR(12), VARCHAR(15), TEXT and so on.

Read More - Register for Free Membership