I would like to know in MySQL what is the maximum size is for a MySQL VARCHAR type.
I set varchar(2500), but it's not taking data more that this limit I think. I increased size to varchar(5000) but it's not taking. Which datatype should I use for larger text?
I got warning message:
Warning: #1265 Data truncated for column 'custom field value' at row 1