I only get set the text field in MySQL to 255, if I want to store a data longer than 255 chars, what can I do?
Change data type to varchar.