How do I dump a text file into a "mediumblob" or "largetext" mysql database field
I've read about LOAD DATA INFILE but would appreciate help in setting up the command for dumping the entire txt into one specific field.
Thanks
input.txt
---------
This entire file will be dumpted into a specific field
of mysql talbe.
No matter how long.
DB structure
-------------
Database: testingDB
Table: allData
Field: txtData
Start Free Trial