Load text file into a MySQL field

Hello, maybe this post is offtopic, sorry for the inconveniencies.

I found examples about how to populate different fields from a text file (with MySQL, the LOAD DATA INFILE sentece), but not about how to load a complete plain text file into a concrete database field. Could you please tell me if are available examples to implement something similar?

Thank you in advanced. Best regards.

Check this:

MySQL :: MySQL 5.0 Reference Manual :: 12.2.6 LOAD DATA INFILE Syntax

Regards