What is the best datatype for storing URLs in a MySQL database? -


What is the best datatype for the storage of URLs in a MySQL database?

Ideal something that does not take too many places, but they can easily handle variable length URLs.

If the "link" means you link to the web page, I guess you can store Want to

Because the URL variable length string appears to be a clear choice.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -