I need to insert a JAVA String into a column in MySQL.
I'm not sure of the String's length(Could be very huge string with words, numbers and special characters like comma and full stop).
What is the recommended datatype and size of the column I must use in MySQL while creating the table ?