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:
varchar(2000)
#1
I ran I that error because I choose utf-16 collation in db - switched back to utf-8 general-ci - and it was gone.