I am using mysql 5.0.91 and I need to save URLs ( some are small and some are very long ).
I want to use varchar(2000)
but I get an error:
#1071 - Specified key was too long; max key length is 1000 bytes
What is the best way to save URLs on my hosting with mysql 5.0.91 ?