I\'m working with a fairly simple database, from a Java application. We\'re trying to insert about 200k of text at a time, using the standard JDBC mysql adapter. We interm
In mysql you can use MEDIUMTEXT or LONGTEXT field type for large text data
MEDIUMTEXT
LONGTEXT