Say I have MySQL Database where I have one field containing large text data. Say something like Email body text or some long emails and now I want that data to compare at future instance and see what is updated from the last export.
Now what I am looking for is export the data of a table into a file but the constraint is it each row should be exported to a file.
What I am seeing best is have the MySQLDump to a single file and then split the data into needed files
